HomeSort by relevance Sort by last modified time
    Searched refs:tdb_expand (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tdb.c 769 static int tdb_expand(TDB_CONTEXT *tdb, tdb_off size) function
775 TDB_LOG((tdb, 0, "lock failed in tdb_expand\n"));
914 if (tdb_expand(tdb, length + sizeof(*rec)) == 0)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 287 static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
1052 int tdb_expand(struct tdb_context *tdb, tdb_off_t size) function
1058 TDB_LOG((tdb, TDB_DEBUG_ERROR, "lock failed in tdb_expand\n"));
    [all...]

Completed in 12 milliseconds