Searched refs:tailer (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c34 tdb_off_t tailer_ofs, tailer; local
49 if (tdb_ofs_read(tdb, tailer_ofs, &tailer) == -1) {
50 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
54 if (tailer != rec.rec_len + sizeof(rec)) {
55 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
56 (unsigned int)tailer, (unsigned int)(rec.rec_len + sizeof(rec)));
H A Dcheck.c68 tdb_off_t tailer; local
99 /* Must fit tailer. */
100 if (rec->rec_len < sizeof(tailer)) {
110 /* Check tailer. */
111 if (tdb_ofs_read(tdb, off+sizeof(*rec)+rec->rec_len-sizeof(tailer),
112 &tailer) == -1)
114 if (tailer != sizeof(*rec) + rec->rec_len) {
116 "Record offset %d invalid tailer\n", off));
241 /* key + data + tailer must fit in record */
H A Dtransaction.c776 uint32_t magic, tailer; local
844 /* and the tailer */
845 tailer = sizeof(*rec) + recovery_max_size;
846 memcpy(p, &tailer, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/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 238 milliseconds

12