Searched refs:firstkey (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbm.h48 extern datum firstkey ();
H A Dseq.c41 firstkey () function
H A Dtestdbm.c52 extern datum firstkey ();
58 1 (firstkey), n (nextkey) and h (hash function). */
160 key_data = firstkey ();
188 return_data = firstkey ();
204 printf ("1 - firstkey\n");
H A Dconv2gdbm.c43 extern datum firstkey ();
145 for (key = firstkey (); key.dptr != NULL; key = nextkey (key))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Ddbm.h48 extern datum firstkey ();
H A Dseq.c41 firstkey () function
H A Dtestdbm.c52 extern datum firstkey ();
58 1 (firstkey), n (nextkey) and h (hash function). */
160 key_data = firstkey ();
188 return_data = firstkey ();
204 printf ("1 - firstkey\n");
H A Dconv2gdbm.c43 extern datum firstkey ();
145 for (key = firstkey (); key.dptr != NULL; key = nextkey (key))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp102 Dbt *firstkey = NULL; local
121 if (firstkey == NULL) {
123 firstkey = new Dbt(firstbuf, len + 1);
146 db.key_range(NULL, firstkey, &range, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl55 for { set key [berkdb firstkey] } { $key != -1 } {\
86 for { set key [berkdb firstkey] } { $key != -1 } {\
109 for { set key [berkdb firstkey] } { $key != -1 } {\
H A Dndbm.tcl58 for { set key [$db firstkey] } { $key != -1 } {
101 for { set key [$db firstkey] } { $key != -1 } {
126 for { set key [$db firstkey] } { $key != -1 } {
H A Dtest107.tcl130 set firstkey [lindex [lindex $retfirst 0] 0]
135 $firstkey [chop_data $method $newdata]} res]} {
140 set ret [lindex [lindex [$db get $firstkey] 0] 1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c2888 DBT *firstkey, *lastkey, *key1, *key2; local
2893 firstkey = (DBT *)skeyp->data;
2894 lastkey = firstkey + skeyp->size;
2895 for (key1 = firstkey; key1 < lastkey; key1++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c302 "firstkey",
505 key = firstkey();
592 "firstkey",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts250 firstkey => IGNORE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2216 #define firstkey __db_dbm_firstkey macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2205 #define firstkey __db_dbm_firstkey macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2226 #define firstkey __db_dbm_firstkey macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2214 #define firstkey __db_dbm_firstkey macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2253 #define firstkey __db_dbm_firstkey macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2253 #define firstkey __db_dbm_firstkey macro

Completed in 255 milliseconds