Searched refs:tdb_exists_hash (Results 1 - 2 of 2) sorted by relevance
/external/ppp/pppd/ |
H A D | tdb.c | 1106 static int tdb_exists_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash) function 1119 return tdb_exists_hash(tdb, key, hash); 1442 if (tdb_exists_hash(tdb, key, hash)) {
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | tdb.c | 3252 static int tdb_exists_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash) function 3265 return tdb_exists_hash(tdb, key, hash); 3476 if (tdb_exists_hash(tdb, key, hash)) {
|
Completed in 123 milliseconds