Searched refs:tdb_next_lock (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dtdb.c1201 static int tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, function
1256 TDB_LOG((tdb, 0, "tdb_next_lock: On error unlock failed!\n"));
1280 /* tdb_next_lock places locks on the record returned, and its chain */
1281 while ((ret = tdb_next_lock(tdb, &tl, &rec)) > 0) {
1335 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) <= 0)
1387 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) > 0) {
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2645 static int tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, function
2716 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_next_lock: loop detected.\n"));
2743 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_next_lock: On error unlock failed!\n"));
2768 /* tdb_next_lock places locks on the record returned, and its chain */
2769 while ((ret = tdb_next_lock(tdb, tl, &rec)) > 0) {
2876 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) <= 0)
2934 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) > 0) {

Completed in 42 milliseconds