Searched refs:re_fp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_method.c85 if (t->re_fp != NULL)
86 (void)fclose(t->re_fp);
H A Dbt_recno.c1002 if ((t->re_fp = fopen(t->re_source, "rb")) == NULL) {
1092 if (t->re_fp != NULL) {
1093 if (fclose(t->re_fp) != 0) {
1098 t->re_fp = NULL;
1216 if ((ch = fgetc(t->re_fp)) == EOF) {
1225 if ((ch = fgetc(t->re_fp)) == EOF) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h309 FILE *re_fp; /* Source file handle. */ member in struct:__btree

Completed in 48 milliseconds