Searched refs:ofs_read (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c292 static int ofs_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
345 if (ofs_read(tdb, offset, &rec.next) == -1) {
405 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
551 if (ofs_read(tdb, offset, &rec_ptr) == -1)
744 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
817 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
880 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
923 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
960 if (ofs_read(tdb, offset, &rec.next) == -1) {
1056 if (ofs_read(td
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c433 static int ofs_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
516 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
537 if (ofs_read(tdb, top, &rec_ptr) == -1)
573 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
610 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
666 if (ofs_read(tdb, left, &leftsize) == -1) {
699 if (ofs_read(tdb, FREELIST_TOP, &rec->next) == -1 ||
856 if (ofs_read(tdb, FREELIST_TOP, &rec_ptr) == -1)
972 if (ofs_read(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1)
1182 if (ofs_read(td
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c440 static int ofs_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
523 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
544 if (ofs_read(tdb, top, &rec_ptr) == -1)
580 if (ofs_read(tdb, offset, &rec_ptr) == -1) {
617 while (ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
673 if (ofs_read(tdb, left, &leftsize) == -1) {
706 if (ofs_read(tdb, FREELIST_TOP, &rec->next) == -1 ||
861 if (ofs_read(tdb, FREELIST_TOP, &rec_ptr) == -1)
980 if (ofs_read(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1)
1197 if (ofs_read(td
[all...]

Completed in 59 milliseconds