Searched refs:bfname (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h126 char *bfname; /* btree file name */ member in struct:__anon6176
H A Ddb_185.h166 char *bfname; /* btree file name */ member in struct:__anon6181
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t172 ok(7, ! defined $dbh->{bfname}) ;
192 $dbh->{bfname} = 1234 ;
193 ok(14, $dbh->{bfname} == 1234 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c171 * We can't support the bfname field.
174 "Berkeley DB: DB 1.85's recno bfname field is not supported.\n"
175 if (ri->bfname != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs343 #define db_RE_bfname recno.bfname
846 printf (" bfname = %d [%s]\n", recno->db_RE_bfname, recno->db_RE_bfname) ;
1099 svp = hv_fetch(action, "bfname", 6, FALSE);
1411 svp = hv_fetch(action, "bfname", 6, FALSE);
H A DDB_File.pm127 qw( bval cachesize psize flags lorder reclen bfname )
774 $c->{'bfname'} ;

Completed in 114 milliseconds