Searched refs:nextkey (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbm.h50 extern datum nextkey ();
H A Dseq.c59 nextkey (key) function
68 /* Call gdbm nextkey with supplied value. After that, free the old value. */
H A Dtestdbm.c53 extern datum nextkey ();
58 1 (firstkey), n (nextkey) and h (hash function). */
173 key_data = nextkey (key_data);
192 return_data = nextkey (return_data);
205 printf ("2 - nextkey on last return value\n\n");
H A Dconv2gdbm.c44 extern datum nextkey ();
145 for (key = firstkey (); key.dptr != NULL; key = nextkey (key))
H A Dgdbmreorg.c80 datum key, nextkey, data; /* For the sequential sweep. */ local
153 nextkey = gdbm_nextkey (dbf, key);
156 key = nextkey;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl56 set key [berkdb nextkey $key] } {
87 set key [berkdb nextkey $key] } {
110 set key [berkdb nextkey $key] } {
H A Dndbm.tcl59 set key [$db nextkey] } {
102 set key [$db nextkey] } {
127 set key [$db nextkey] } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c57 TDB_DATA d, key, nextkey; local
74 nextkey = tdb_nextkey(db, key);
78 key = nextkey;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c303 "nextkey",
541 data = nextkey(key);
593 "nextkey",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2217 #define nextkey(a) __db_dbm_nextkey(a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2206 #define nextkey(a) __db_dbm_nextkey(a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2227 #define nextkey(a) __db_dbm_nextkey(a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2215 #define nextkey(a) __db_dbm_nextkey(a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2254 #define nextkey(a) __db_dbm_nextkey(a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2254 #define nextkey(a) __db_dbm_nextkey(a) macro

Completed in 286 milliseconds