/bind-9.6-ESV-R11/lib/isc/ |
H A D | mutexblock.c | 28 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { argument 32 for (i = 0; i < count; i++) { 47 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { argument 51 for (i = 0; i < count; i++) {
|
H A D | lfsr.c | 35 isc_uint32_t tap, unsigned int count, 45 lfsr->count = count; 49 if (count == 0 && reseed != NULL) 86 isc_lfsr_generate(isc_lfsr_t *lfsr, void *data, unsigned int count) argument 94 REQUIRE(count > 0); 97 byte = count; 109 if (lfsr->count != 0 && lfsr->reseed != NULL) { 110 if (lfsr->count <= count * 34 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument [all...] |
H A D | print.c | 89 int count = 0; local 108 count++; 182 count++; 383 count += strlen(head) + strlen(buf) + pad + 441 count += pad + length; 469 count += width; 484 count++; 502 count += length + pad + zeropad; 594 count += length + pad; 623 return (count); [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | mutexblock.h | 32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count); 41 *\li count > 0 50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count); 58 *\li count > 0
|
H A D | lfsr.h | 34 * It MUST set "count" to a new value or the lfsr will never reseed again. 49 unsigned int count; /*%< reseed count (in BITS!) */ member in struct:isc_lfsr 59 isc_uint32_t tap, unsigned int count, 79 isc_lfsr_generate(isc_lfsr_t *lfsr, void *data, unsigned int count); 81 * Returns "count" bytes of data from the LFSR. 89 *\li count > 0.
|
H A D | sha1.h | 39 isc_uint32_t count[2]; member in struct:__anon173
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | keyboard_test.c | 42 unsigned int count; local 53 count = 0; 58 count++; 59 if (count % 64 == 0)
|
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | digcomp.pl | 32 $count = 0; 57 $name = "$name$count"; 58 $count++; 90 $count--; 91 $name = "$name$count";
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 84 ssize_t count; local 86 while ((count = read(fd, buffer, sizeof(buffer) - 1)) > 0) { 87 buffer[count] = '\0'; 99 if (iter != buffer + count) 104 if (iter < buffer + count) { 109 ATF_REQUIRE(count == 0); 128 ssize_t count; local 129 while ((count = read(fd, buffer, sizeof(buffer))) > 0 && 130 count <= remaining) { 131 if (memcmp(pos, buffer, count) ! [all...] |
/bind-9.6-ESV-R11/bin/tests/system/xferquota/ |
H A D | tests.sh | 27 count=0 29 while [ $count != 300 ]; do 42 count=`cat ns2/zone*.bk | grep xyzzy | wc -l` 43 echo "I:Have $count zones up in $seconds seconds"
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | list_test.c | 275 size_t count, i, size; local 280 count = 0; 282 count++; 283 printf("Item count is now %zd\n", count); 285 ATF_REQUIRE_EQ(count, 0); 295 count = 0; 298 count++; 300 ATF_REQUIRE_EQ(count, size); 314 size_t count, local [all...] |
H A D | map_test.c | 288 size_t count, i, size; local 294 count = 0; 296 count++; 297 printf("Item count is now %zd\n", count); 299 ATF_REQUIRE_EQ(count, 0); 310 count = 0; 313 count++; 315 ATF_REQUIRE_EQ(count, size); 329 size_t count, local [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | compress.c | 57 cctx->count = 0; 74 if (node->count < DNS_COMPRESS_INITIALNODES) 145 if (cctx->count == 0) 202 unsigned int count; local 215 count = dns_name_countlabels(prefix); 217 count--; 220 while (count > 0) { 231 if (cctx->count < DNS_COMPRESS_INITIALNODES) 232 node = &cctx->initialnodes[cctx->count]; 239 node->count [all...] |
H A D | rdataset.c | 75 rdataset->count = ISC_UINT32_MAX; 103 rdataset->count = ISC_UINT32_MAX; 130 rdataset->count = ISC_UINT32_MAX; 239 return ((rdataset->methods->count)(rdataset)); 322 unsigned int i, count = 0, added, choice; local 344 count = 1; 357 count = (rdataset->methods->count)(rdataset); 368 if (!question && count > 1 && 373 if (shuffle && count > MAX_SHUFFL [all...] |
H A D | rdataslab.c | 41 * record count (2 bytes) 42 * offset table (4 x record count bytes in load order) 53 * record count (2 bytes) 338 unsigned int count; local 340 count = raw[0] * 256 + raw[1]; 341 if (count == 0) { 346 raw += 2 + (4 * count); 352 * position, so we decrement the total count by one before storing 355 count--; 356 rdataset->privateuint4 = count; 364 unsigned int count; local 426 unsigned int count; local 479 unsigned int count, length; local 551 unsigned int count, i; local 584 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local 852 unsigned int mcount, scount, rcount ,count, tlength, tcount, i; local [all...] |
H A D | ncache.c | 44 * rdata count 45 * rdata length These two occur 'rdata count' 59 unsigned int count; local 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; local 462 unsigned int count; local 484 unsigned int count; local 528 unsigned int count; local 648 unsigned int count; local 746 unsigned int count; local [all...] |
H A D | name.c | 410 unsigned int count; local 424 count = *ndata++; 425 INSIST(count <= 63); 426 ndata += count; 432 count = *ndata++; 433 INSIST(count <= 63); 434 if (count == 1 && *ndata == '*') 436 ndata += count; 553 unsigned int l1, l2, l, count1, count2, count, nlabels; local 617 count 678 unsigned int l, count; local 762 unsigned int l1, l2, l, count1, count2, count; local 1045 unsigned int value = 0, count = 0; local 1353 unsigned int trem, count; local 1531 unsigned int trem, count; local 1636 unsigned int nlen, count, labels; local 1710 unsigned int offset, count, length, nlabels; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-sh.cpp | 90 const int count = 4 + (interpreter_argc - 1) + 1; local 91 const char** argv = new const char*[count]; 100 argv[count - 1] = NULL;
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | config.h | 61 isc_uint32_t count); 70 dns_name_t ***keys, isc_uint32_t count);
|
/bind-9.6-ESV-R11/lib/isc/pthreads/ |
H A D | mutex.c | 64 unsigned count; member in struct:__anon187 72 unsigned count; member in struct:isc_mutexstats 119 mp->stats->count = 0; 125 mp->stats->lockers[i].count = 0; 150 mp->stats->count++; 167 locker->count++; 204 stats[i].file, stats[i].line, stats[i].count, 215 locker->file, locker->line, locker->count,
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | print.c | 86 int count = 0; local 105 count++; 180 count++; 320 count += strlen(head) + strlen(buf) + pad + 378 count += pad + length; 406 count += width; 421 count++; 439 count += length + pad + zeropad; 535 count += length + pad; 564 return (count); [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 496 unsigned int count; local 515 count = query_status_allocated; 516 for (; count < new_max; count++) { 517 status[count].in_use = FALSE; 518 status[count].magic = QUERY_STATUS_MAGIC; 519 status[count].desc = NULL; 1474 unsigned int count; local 1514 for (count = 0; (status[count] 1825 unsigned int count = 0; local [all...] |
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ |
H A D | tests.sh | 103 count=0 105 while [ $count -lt 5 -a $ret -eq 0 ] 119 count=`expr $count + 1`
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | compress.h | 47 isc_uint16_t count; member in struct:dns_compressnode 60 isc_uint16_t count; /*%< Number of nodes. */ member in struct:dns_compress
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | config.c | 197 # Zones in the \"_bind\" view are NOT counted in the count of zones.\n\ 353 int count, i = 0; local 365 count = ns_config_listcount(addrlist); 384 addrs = isc_mem_get(mctx, count * sizeof(isc_sockaddr_t)); 392 INSIST(i < count); 397 INSIST(i == count); 400 *countp = count; 407 isc_uint32_t count) 411 isc_mem_put(mctx, *addrsp, count * sizeof(isc_sockaddr_t)); 698 dns_name_t ***keysp, isc_uint32_t count) 406 ns_config_putiplist(isc_mem_t *mctx, isc_sockaddr_t **addrsp, isc_uint32_t count) argument 697 ns_config_putipandkeylist(isc_mem_t *mctx, isc_sockaddr_t **addrsp, dns_name_t ***keysp, isc_uint32_t count) argument [all...] |