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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.c395 tdb_off offset, rec_ptr, last_ptr; local
401 last_ptr = 0;
445 if (last_ptr == 0) {
453 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
465 last_ptr = rec_ptr;
903 tdb_off offset, rec_ptr, last_ptr; local
927 last_ptr = 0;
945 if (last_ptr == 0) {
952 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
983 last_ptr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c401 tdb_off offset, rec_ptr, last_ptr; local
407 last_ptr = 0;
451 if (last_ptr == 0) {
459 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
471 last_ptr = rec_ptr;
909 tdb_off offset, rec_ptr, last_ptr; local
933 last_ptr = 0;
951 if (last_ptr == 0) {
958 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
989 last_ptr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c401 tdb_off offset, rec_ptr, last_ptr; local
407 last_ptr = 0;
451 if (last_ptr == 0) {
459 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
471 last_ptr = rec_ptr;
909 tdb_off offset, rec_ptr, last_ptr; local
933 last_ptr = 0;
951 if (last_ptr == 0) {
958 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
989 last_ptr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c618 tdb_off last_ptr, i; local
621 last_ptr = FREELIST_TOP;
622 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
625 return ofs_write(tdb, last_ptr, &next);
628 last_ptr = i;
853 tdb_off rec_ptr, last_ptr, newrec_ptr; local
865 last_ptr = FREELIST_TOP;
893 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
921 last_ptr = rec_ptr;
1197 tdb_off last_ptr, local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/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:__anon7567
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 101 milliseconds