Searched refs:tailer (Results 1 - 4 of 4) 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
50 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
51 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
55 if (tailer != rec.rec_len + sizeof(rec)) {
56 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
57 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dtransaction.c684 u32 magic, tailer; local
738 /* and the tailer */
739 tailer = sizeof(*rec) + recovery_max_size;
740 memcpy(p, &tailer, 4);
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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...]

Completed in 103 milliseconds