Searched defs:raw (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c44 int raw = 0; variable
62 raw++;
137 if (raw) {
174 if (raw) {
H A Drdata_test.c914 int raw = 0; local
943 raw++;
1070 if (raw) {
1105 if (raw > 2) {
1144 if (raw > 1) {
/bind-9.6-ESV-R11/lib/dns/
H A Dncache.c461 unsigned char *raw = rdataset->private3; local
464 count = raw[0] * 256 + raw[1];
469 raw += 2;
477 rdataset->private5 = raw;
486 unsigned char *raw; local
493 raw = rdataset->private5;
494 length = raw[0] * 256 + raw[1];
495 raw
503 unsigned char *raw = rdataset->private5; local
527 unsigned char *raw = rdataset->private3; local
537 unsigned char *raw = rdataset->private3; local
647 unsigned char *raw; local
748 unsigned char *raw; local
[all...]
H A Drdataslab.c75 * rbtdb.c directly interacts with the slab's raw structures. If the
99 unsigned char *raw; local
109 raw = &offsetbase[j*4 + 2];
110 *raw++ = (offsettable[i] & 0xff000000) >> 24;
111 *raw++ = (offsettable[i] & 0xff0000) >> 16;
112 *raw++ = (offsettable[i] & 0xff00) >> 8;
113 *raw = offsettable[i] & 0xff;
118 raw = offsetbase + offsettable[i] + 2;
119 *raw++ = (j & 0xff00) >> 8;
120 *raw
337 unsigned char *raw = rdataset->private3; local
366 unsigned char *raw; local
387 unsigned char *raw = rdataset->private5; local
425 unsigned char *raw = rdataset->private3; local
[all...]
H A Djournal.c338 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
339 cooked->serial = decode_uint32(raw->serial);
340 cooked->offset = decode_uint32(raw->offset);
344 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
345 encode_uint32(cooked->serial, raw->serial);
346 encode_uint32(cooked->offset, raw->offset);
350 journal_header_decode(journal_rawheader_t *raw, journal_header_t *cooked) { argument
351 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
352 memmove(cooked->format, raw->h.format, sizeof(cooked->format));
353 journal_pos_decode(&raw
359 journal_header_encode(journal_header_t *cooked, journal_rawheader_t *raw) argument
443 journal_rawxhdr_t raw; local
458 journal_rawxhdr_t raw; local
472 journal_rawrrhdr_t raw; local
[all...]
H A Drbtdb.c1198 unsigned char *raw; /* RDATASLAB */ local
1207 raw = (unsigned char *)header + sizeof(*header);
1208 count = raw[0] * 256 + raw[1];
2024 unsigned char *raw; /* RDATASLAB */ local
2052 raw = (unsigned char *)header + sizeof(*header);
2053 count = raw[0] * 256 + raw[1]; /* count */
2055 raw += count * 4 + 2;
2057 raw
2713 unsigned char *raw; /* RDATASLAB */ local
2837 unsigned char *raw; /* RDATASLAB */ local
3226 unsigned char *raw; /* RDATASLAB */ local
7337 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
7373 unsigned char *raw; /* RDATASLAB */ local
7402 unsigned char *raw = rdataset->private5; /* RDATASLAB */ local
7462 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
8287 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
8432 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
8562 unsigned char *raw = rdataset->private3; /* RDATASLAB */ local
[all...]

Completed in 31 milliseconds