Searched refs:tailer (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.c211 u32 totalsize; (tailer)
522 /* update a record tailer (must hold allocation lock) */
528 /* Offset of tailer from record header */
537 tdb_off tailer_ofs, tailer; local
548 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
549 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
553 if (tailer != rec.rec_len + sizeof(rec)) {
554 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
555 (unsigned)tailer, (unsigne
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c182 u32 totalsize; (tailer)
497 /* update a record tailer (must hold allocation lock) */
503 /* Offset of tailer from record header */
512 tdb_off tailer_ofs, tailer; local
523 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
524 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
528 if (tailer != rec.rec_len + sizeof(rec)) {
529 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
530 (unsigned)tailer, (unsigne
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c179 u32 totalsize; (tailer)
490 /* update a record tailer (must hold allocation lock) */
496 /* Offset of tailer from record header */
505 tdb_off tailer_ofs, tailer; local
516 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
517 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
521 if (tailer != rec.rec_len + sizeof(rec)) {
522 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
523 (unsigned)tailer, (unsigne
[all...]

Completed in 84 milliseconds