dbhead_t           66 ext/dbase/dbase.c 	dbhead_t *dbhead = (dbhead_t *)rsrc->ptr;
dbhead_t          122 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          169 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          193 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          216 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          239 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          264 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          334 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          399 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          434 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          592 ext/dbase/dbase.c 	dbhead_t *dbh;
dbhead_t          631 ext/dbase/dbase.c 	dbh = (dbhead_t *)malloc(sizeof(dbhead_t));
dbhead_t          853 ext/dbase/dbase.c 	dbhead_t	*dbh;
dbhead_t           13 ext/dbase/dbf_head.c void free_dbf_head(dbhead_t *dbh);
dbhead_t           14 ext/dbase/dbf_head.c int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf);
dbhead_t           20 ext/dbase/dbf_head.c dbhead_t *get_dbf_head(int fd)
dbhead_t           22 ext/dbase/dbf_head.c 	dbhead_t *dbh;
dbhead_t           27 ext/dbase/dbf_head.c 	if ((dbh = (dbhead_t *)calloc(1, sizeof(dbhead_t))) == NULL)
dbhead_t           85 ext/dbase/dbf_head.c void free_dbf_head(dbhead_t *dbh)
dbhead_t          105 ext/dbase/dbf_head.c int put_dbf_head(dbhead_t *dbh)
dbhead_t          135 ext/dbase/dbf_head.c int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf)
dbhead_t          182 ext/dbase/dbf_head.c int put_dbf_field(dbhead_t *dbh, dbfield_t *dbf)
dbhead_t          223 ext/dbase/dbf_head.c void put_dbf_info(dbhead_t *dbh)
dbhead_t          264 ext/dbase/dbf_head.c dbhead_t *dbf_open(char *dp, int o_flags TSRMLS_DC)
dbhead_t          268 ext/dbase/dbf_head.c 	dbhead_t *dbh;
dbhead_t          283 ext/dbase/dbf_head.c void dbf_head_info(dbhead_t *dbh)
dbhead_t            3 ext/dbase/dbf_head.h extern dbhead_t *get_dbf_head(int fd);
dbhead_t            4 ext/dbase/dbf_head.h void free_dbf_head(dbhead_t *dbh);
dbhead_t            5 ext/dbase/dbf_head.h extern int put_dbf_head(dbhead_t *dbh);
dbhead_t            6 ext/dbase/dbf_head.h extern int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf);
dbhead_t            7 ext/dbase/dbf_head.h extern int put_dbf_field(dbhead_t *dbh, dbfield_t *dbf);
dbhead_t            8 ext/dbase/dbf_head.h void put_dbf_info(dbhead_t *dbh);
dbhead_t           10 ext/dbase/dbf_head.h extern dbhead_t *dbf_open(char *dp, int o_flags TSRMLS_DC);
dbhead_t           11 ext/dbase/dbf_head.h void dbf_head_info(dbhead_t *dbh);
dbhead_t           20 ext/dbase/dbf_rec.c int get_piece(dbhead_t *dbh, long offset, char *cp, int len);
dbhead_t           21 ext/dbase/dbf_rec.c int put_piece(dbhead_t *dbh, long offset, char *cp, int len);
dbhead_t           26 ext/dbase/dbf_rec.c char *get_dbf_record(dbhead_t *dbh, long rec_num)
dbhead_t           50 ext/dbase/dbf_rec.c get_piece(dbhead_t *dbh, long offset, char *cp, int len)
dbhead_t           64 ext/dbase/dbf_rec.c long put_dbf_record(dbhead_t *dbh, long rec_num, char *cp)
dbhead_t           82 ext/dbase/dbf_rec.c int put_piece(dbhead_t *dbh, long offset, char *cp, int len)
dbhead_t           93 ext/dbase/dbf_rec.c int del_dbf_record(dbhead_t *dbh, long rec_num)
dbhead_t          108 ext/dbase/dbf_rec.c void pack_dbf(dbhead_t *dbh)
dbhead_t          168 ext/dbase/dbf_rec.c void out_rec(dbhead_t *dbh, dbfield_t *dbf, char *cp)
dbhead_t          193 ext/dbase/dbf_rec.c char *dbf_get_next(dbhead_t *dbh)
dbhead_t            1 ext/dbase/dbf_rec.h extern char *get_dbf_record(dbhead_t *dbh, long rec_num);
dbhead_t            2 ext/dbase/dbf_rec.h extern long put_dbf_record(dbhead_t *dbh, long rec_num, char *cp);
dbhead_t            3 ext/dbase/dbf_rec.h extern int put_piece(dbhead_t *dbh, long offset, char *cp, int len);
dbhead_t            4 ext/dbase/dbf_rec.h extern int del_dbf_record(dbhead_t *dbh, long rec_num);
dbhead_t            5 ext/dbase/dbf_rec.h void pack_dbf(dbhead_t *dbh);
dbhead_t            8 ext/dbase/dbf_rec.h void out_rec(dbhead_t *dbh, dbfield_t *dbf, char *cp);
dbhead_t           10 ext/dbase/dbf_rec.h extern char *dbf_get_next(dbhead_t *dbh);