Searched refs:tdb_find (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c542 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, unsigned int hash, function
631 rec_ptr = tdb_find(tdb, key, hash, &rec);
675 rec_ptr = tdb_find(tdb, key, hash, &rec);
711 rec_ptr = tdb_find(tdb, key, hash, &rec);
864 rec_ptr = tdb_find(tdb, key, hash, &rec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c1001 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, function
1034 /* As tdb_find, but if you succeed, keep the lock */
1042 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
1084 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1559 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1606 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c974 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, function
1019 /* As tdb_find, but if you succeed, keep the lock */
1030 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
1072 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1529 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1578 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c966 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, function
999 /* As tdb_find, but if you succeed, keep the lock */
1007 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
1049 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1517 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1564 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {

Completed in 106 milliseconds