/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | several_tcs_helper.c | 32 ATF_TC(first); variable 33 ATF_TC_HEAD(first, tc) 37 ATF_TC_BODY(first, tc) 62 ATF_TP_ADD_TC(tp, first);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rdatasetiter.h | 78 isc_result_t (*first)(dns_rdatasetiter_t *iterator); member in struct:dns_rdatasetitermethods 125 * Move the rdataset cursor to the first rdataset at the node (if any).
|
H A D | dbiterator.h | 77 isc_result_t (*first)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods 129 * Move the node cursor to the first node in the database (if any).
|
H A D | rdataset.h | 70 isc_result_t (*first)(dns_rdataset_t *rdataset); member in struct:dns_rdatasetmethods 314 * Move the rdata cursor to the first rdata in the rdataset (if any).
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | entropy_test.c | 36 isc_boolean_t first = ISC_TRUE; local 42 if (len % 16 == 0 && !first) 45 first = ISC_FALSE;
|
H A D | entropy2_test.c | 38 isc_boolean_t first = ISC_TRUE; local 44 if (len % 16 == 0 && !first) 47 first = ISC_FALSE;
|
H A D | printmsg.c | 81 isc_boolean_t first; local 106 first = ISC_TRUE; 121 if (first) { 123 first = ISC_FALSE;
|
H A D | rdata_test.c | 913 int first = 1; local 1188 if (!first) { 1197 first = 0; 1199 first = 1;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 80 const bool first, 90 if (first || repeat) 78 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument
|
H A D | parser.cpp | 60 oss << "LONELY PARSE ERROR: " << first << ": " << second; 71 return atf::text::to_string(first) + ": " + second; 288 line += "; " + (*iter).first + "=\"" + (*iter).second + "\""; 322 bool first = true; local 329 if (first && he.name() != "Content-Type") 332 first = false; 356 if ((*iter).first != "Content-Type")
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | nsec_47.c | 140 isc_boolean_t first = ISC_TRUE; local 166 if (!first && window <= lastwindow) 184 first = ISC_FALSE; 188 if (first) 235 isc_boolean_t first = ISC_TRUE; local 256 INSIST(first || window > lastwindow); 261 first = ISC_FALSE; 263 INSIST(!first);
|
H A D | nxt_30.c | 42 isc_boolean_t first = ISC_TRUE; local 78 if (first || covered > maxcovered) 80 first = ISC_FALSE; 84 if (first)
|
H A D | nsec3_50.c | 228 isc_boolean_t first = ISC_TRUE; local 272 if (!first && window <= lastwindow) 290 first = ISC_FALSE; 332 isc_boolean_t first = ISC_TRUE; local 360 INSIST(first || window > lastwindow); 365 first = ISC_FALSE;
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | punycode.c | 104 size_t npoints, int first); 114 int first, bias; local 152 first = 1; 168 bias = punycode_update_bias(delta, ucslen + 1, first); 169 first = 0; 214 int uidx, bias, first; local 286 first = 1; 330 first); 332 first = 0; 421 punycode_update_bias(unsigned long delta, size_t npoints, int first) { argument [all...] |
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | a6_38.c | 283 isc_uint8_t first; local 306 first = a6->in6_addr.s6_addr[16 - octets] & mask; 307 RETERR(uint8_tobuffer(first, target));
|
/bind-9.6-ESV-R11/lib/tests/ |
H A D | t_api.c | 121 isc_boolean_t first; local 126 first = ISC_TRUE; 152 if (first) { 159 first = ISC_FALSE; 180 if (first) { 183 first = ISC_FALSE;
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | host.c | 260 isc_boolean_t first; local 284 first = ISC_TRUE; 309 if (first) { 311 first = ISC_FALSE; 314 UNUSED(first); /* Shut up compiler. */
|
H A D | dig.c | 605 * Only print the signature on the first record. 642 * print the greeting message when the program first starts up. 648 static isc_boolean_t first = ISC_TRUE; local 655 first?"\n":""); 666 if (first && addresscount != 0) { 675 if (first) { 680 first = ISC_FALSE; 1151 * if they appear as the first character(s) of a q-opt. 1683 * first entry, then trust the callback in dighost_shutdown
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.c | 74 # define first (1) macro 131 { "", first, last, CONF_COMMENT, ""}, 132 { "", first, last, CONF_COMMENT, "\t@(#) dnssec.conf "}, 133 { "", first, last, CONF_VERSION, "" }, 134 { "", first, last, CONF_COMMENT, ""}, 135 { "", first, last, CONF_COMMENT, NULL }, 137 { "", first, 99, CONF_COMMENT, "dnssec-zkt options" }, 139 { "ZoneDir", first, last, CONF_STRING, &def.zonedir }, 140 { "Recursive", first, last, CONF_BOOL, &def.recursive }, 141 { "PrintTime", first, las [all...] |
/bind-9.6-ESV-R11/lib/isc/ |
H A D | task.c | 463 dequeue_events(isc_task_t *task, void *sender, isc_eventtype_t first, argument 471 REQUIRE(last >= first); 476 * Events matching 'sender', whose type is >= first and <= last, and 487 if (event->ev_type >= first && event->ev_type <= last && 503 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, argument 518 count = dequeue_events(task, sender, first, last, tag, &events, 589 isc_task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, argument 599 return (dequeue_events(task, sender, first, last, tag, events,
|
H A D | entropy.c | 451 * Prime the values by adding in the first 4 samples in. This 464 * Move the last 4 samples into the first 4 positions, and start 1157 * The intent of "first" is to provide a warning message only once 1161 static isc_boolean_t first = ISC_TRUE; local 1168 if (first) { 1173 first = ISC_FALSE;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs.c | 248 bool first; local 258 first = true; 263 err = atf_dynstr_append_fmt(d, "%s%s", first ? "" : "/", ptr); 264 first = false;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_api.c | 1376 static isc_boolean_t first = ISC_TRUE; local 1378 if (first) { 1386 first = ISC_FALSE;
|
H A D | gen.c | 231 int first = 1; local 241 if (first) { 244 first = 0; 283 if (first) {
|
H A D | nsec3.c | 588 * If this is the first NSEC3 in the chain nexthash will 1044 * If this is the first NSEC3 in the chain nexthash will 1450 isc_boolean_t first; local 1533 * Recover the hash from the first label. 1561 first = ISC_TRUE; 1578 if (first && order == 0) { 1707 first = ISC_FALSE;
|