Searched refs:BTREEINFO (Results 1 - 7 of 7) 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.h102 } BTREEINFO; typedef in typeref:struct:__anon6174
H A Ddb_185.h139 } BTREEINFO; typedef in typeref:struct:__anon6179
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t140 # Check the interface to BTREEINFO
142 my $dbh = new DB_File::BTREEINFO ;
172 ok(15, $@ =~ /^DB_File::BTREEINFO::STORE - Unknown element 'fred' at/ ) ;
174 ok(16, $@ =~ /^DB_File::BTREEINFO::FETCH - Unknown element 'fred' at/ ) ;
486 my $bt = new DB_File::BTREEINFO ;
538 my $dbh1 = new DB_File::BTREEINFO ;
543 my $dbh2 = new DB_File::BTREEINFO ;
546 my $dbh3 = new DB_File::BTREEINFO ;
1384 my $dbh = new DB_File::BTREEINFO ;
1399 # my $dbh = new DB_File::BTREEINFO ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c20 BTREEINFO b_info;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c48 const BTREEINFO *bi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm133 package DB_File::BTREEINFO ;
138 @DB_File::BTREEINFO::ISA = qw(DB_File::HASHINFO) ;
179 $DB_BTREE = new DB_File::BTREEINFO ;
757 $b = new DB_File::BTREEINFO ;
H A DDB_File.xs228 /* HASHINFO, RECNOINFO and BTREEINFO map to DB_INFO */
306 BTREEINFO btree ;
1021 else if (sv_isa(sv, "DB_File::BTREEINFO"))
1162 croak("type is not of type DB_File::HASHINFO, DB_File::BTREEINFO or DB_File::RECNOINFO");
1306 else if (sv_isa(sv, "DB_File::BTREEINFO"))
1428 croak("type is not of type DB_File::HASHINFO, DB_File::BTREEINFO or DB_File::RECNOINFO");

Completed in 152 milliseconds