OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_from_freelist
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
tdb.c
604
static int
remove_from_freelist
(TDB_CONTEXT *tdb, tdb_off off, tdb_off next)
function
618
TDB_LOG((tdb, 0,"
remove_from_freelist
: not on list at off=%d\n", off));
650
if (
remove_from_freelist
(tdb, right, r.next) == -1) {
680
if (
remove_from_freelist
(tdb, left, l.next) == -1) {
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
2289
static int
remove_from_freelist
(struct tdb_context *tdb, tdb_off_t off, tdb_off_t next)
function
[
all
...]
Completed in 16 milliseconds