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

/external/ppp/pppd/
H A Dtdb.c606 tdb_off last_ptr, i; local
609 last_ptr = FREELIST_TOP;
610 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
613 return ofs_write(tdb, last_ptr, &next);
616 last_ptr = i;
841 tdb_off rec_ptr, last_ptr, newrec_ptr; local
853 last_ptr = FREELIST_TOP;
881 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
909 last_ptr = rec_ptr;
1168 tdb_off last_ptr, local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2291 tdb_off_t last_ptr, i; local
2294 last_ptr = FREELIST_TOP;
2295 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
2298 return tdb_ofs_write(tdb, last_ptr, &next);
2301 last_ptr = i;
2425 struct list_struct *rec, tdb_off_t last_ptr)
2448 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) {
2487 tdb_off_t rec_ptr, last_ptr, newrec_ptr; local
2489 tdb_off_t rec_ptr, last_ptr; member in struct:__anon891
2500 last_ptr
2424 tdb_allocate_ofs(struct tdb_context *tdb, tdb_len_t length, tdb_off_t rec_ptr, struct list_struct *rec, tdb_off_t last_ptr) argument
2583 tdb_off_t rec_ptr, last_ptr; local
3271 tdb_off_t last_ptr, i; local
[all...]

Completed in 23 milliseconds