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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c537 tdb_off tailer_ofs, tailer; local
547 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off);
548 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
549 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 104 milliseconds