Lines Matching refs:count
44 * rdata count
45 * rdata length These two occur 'rdata count'
59 unsigned int count;
64 * Copy the rdataset count to the buffer.
69 count = dns_rdataset_count(rdataset);
70 INSIST(count <= 65535);
71 isc_buffer_putuint16(buffer, (isc_uint16_t)count);
264 * Copy the type and a zero rdata count to the buffer.
288 isc_buffer_putuint16(&buffer, 0); /* count */
336 unsigned int i, rcount, count;
349 count = 0;
432 count++;
441 *countp = count;
462 unsigned int count;
464 count = raw[0] * 256 + raw[1];
465 if (count == 0) {
472 * position, so we decrement the total count by one before storing
475 count--;
476 rdataset->privateuint4 = count;
484 unsigned int count;
488 count = rdataset->privateuint4;
489 if (count == 0)
491 count--;
492 rdataset->privateuint4 = count;
528 unsigned int count;
530 count = raw[0] * 256 + raw[1];
532 return (count);
648 unsigned int count;
690 count = raw[0] * 256 + raw[1];
691 INSIST(count > 0);
746 unsigned int count;
781 count = raw[0] * 256 + raw[1];
782 INSIST(count > 0);