Searched defs:first (Results 1 - 25 of 35) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dseveral_tcs_helper.c32 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 Drdatasetiter.h78 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 Ddbiterator.h77 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 Drdataset.h70 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 Dentropy_test.c36 isc_boolean_t first = ISC_TRUE; local
42 if (len % 16 == 0 && !first)
45 first = ISC_FALSE;
H A Dentropy2_test.c38 isc_boolean_t first = ISC_TRUE; local
44 if (len % 16 == 0 && !first)
47 first = ISC_FALSE;
H A Dprintmsg.c81 isc_boolean_t first; local
106 first = ISC_TRUE;
121 if (first) {
123 first = ISC_FALSE;
H A Drdata_test.c913 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 Dui.cpp80 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 Dparser.cpp60 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 Dnsec_47.c140 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 Dnxt_30.c42 isc_boolean_t first = ISC_TRUE; local
78 if (first || covered > maxcovered)
80 first = ISC_FALSE;
84 if (first)
H A Dnsec3_50.c228 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 Dpunycode.c104 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 Da6_38.c283 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 Dt_api.c121 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 Dhost.c260 isc_boolean_t first; local
284 first = ISC_TRUE;
309 if (first) {
311 first = ISC_FALSE;
314 UNUSED(first); /* Shut up compiler. */
H A Ddig.c605 * 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 Dzconf.c74 # 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 Dtask.c463 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 Dentropy.c451 * 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 Dfs.c248 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 Ddst_api.c1376 static isc_boolean_t first = ISC_TRUE; local
1378 if (first) {
1386 first = ISC_FALSE;
H A Dgen.c231 int first = 1; local
241 if (first) {
244 first = 0;
283 if (first) {
H A Dnsec3.c588 * 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;

Completed in 2903 milliseconds

12