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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Ddump.c35 tdb_off_t tailer_ofs, tailer; local
48 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off_t);
50 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
51 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c505 tdb_off tailer_ofs, tailer; local
515 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off);
516 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
517 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c512 tdb_off tailer_ofs, tailer; local
522 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off);
523 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
524 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);

Completed in 78 milliseconds