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

12

/bind-9.11.3/unit/atf-src/tools/
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);
H A Dui.cpp79 const bool first,
89 if (first || repeat)
77 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 tools::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.11.3/lib/dns/include/dns/
H A Drdatasetiter.h69 isc_result_t (*first)(dns_rdatasetiter_t *iterator); member in struct:dns_rdatasetitermethods
116 * Move the rdataset cursor to the first rdataset at the node (if any).
H A Ddbiterator.h68 isc_result_t (*first)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods
120 * Move the node cursor to the first node in the database (if any).
H A Drdataset.h60 isc_result_t (*first)(dns_rdataset_t *rdataset); member in struct:dns_rdatasetmethods
310 * Move the rdata cursor to the first rdata in the rdataset (if any).
/bind-9.11.3/bin/tests/
H A Dentropy_test.c28 isc_boolean_t first = ISC_TRUE; local
34 if (len % 16 == 0 && !first)
37 first = ISC_FALSE;
H A Dentropy2_test.c30 isc_boolean_t first = ISC_TRUE; local
36 if (len % 16 == 0 && !first)
39 first = ISC_FALSE;
/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c41 isc_boolean_t first; member in struct:__anon197
139 ISC_TRUE, ecs[pass].first);
153 ISC_FALSE, ecs[pass].first);
167 ISC_TRUE, ecs[pass].first);
181 ISC_FALSE, ecs[pass].first);
225 ISC_TRUE, ecs[pass].first);
233 ISC_TRUE, ecs[pass].first);
239 if (!ecs[pass].first) {
244 } else if (ecs[pass].first) {
271 ISC_TRUE, ecs[pass].first);
[all...]
H A Ddispatch_test.c196 static isc_boolean_t first = ISC_TRUE; variable
210 wasfirst = first;
211 first = ISC_FALSE;
288 first = ISC_TRUE;
/bind-9.11.3/bin/tools/
H A Ddnstap-read.c147 static isc_boolean_t first = ISC_TRUE; local
155 if (!first)
158 first = ISC_FALSE;
/bind-9.11.3/contrib/kasp/
H A Dkasp2policy.py177 first = True variable
181 if not first:
183 first = False
/bind-9.11.3/lib/dns/rdata/generic/
H A Dnxt_30.c33 isc_boolean_t first = ISC_TRUE; local
70 if (first || covered > maxcovered)
72 first = ISC_FALSE;
76 if (first)
/bind-9.11.3/lib/dns/rdata/in_1/
H A Da6_38.c275 isc_uint8_t first; local
298 first = a6->in6_addr.s6_addr[16 - octets] & mask;
299 RETERR(uint8_tobuffer(first, target));
/bind-9.11.3/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.11.3/lib/dns/
H A Dnta.c516 isc_boolean_t first = ISC_TRUE; local
552 first ? "" : "\n", nbuf,
555 first = ISC_FALSE;
H A Dnsec3.c556 * If this is the first NSEC3 in the chain nexthash will
1358 * If this is the first NSEC3 in the chain nexthash will
1855 isc_boolean_t first; local
1938 * Recover the hash from the first label.
1966 first = ISC_TRUE;
1983 if (first && order == 0) {
2113 first = ISC_FALSE;
H A Dgen.c215 int first = 1; local
225 if (first) {
228 first = 0;
267 if (first) {
H A Dmaster.c131 isc_boolean_t first; member in struct:dns_loadctx
604 lctx->first = ISC_TRUE;
2226 lctx->first = ISC_FALSE;
2258 if (lctx->first) {
2307 if (lctx->first) {
/bind-9.11.3/lib/tests/
H A Dt_api.c127 isc_boolean_t first; local
134 first = ISC_TRUE;
162 if (first) {
169 first = ISC_FALSE;
190 if (first) {
193 first = ISC_FALSE;
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c244 bool first; local
254 first = true;
259 err = atf_dynstr_append_fmt(d, "%s%s", first ? "" : "/", ptr);
260 first = false;
/bind-9.11.3/bin/dig/
H A Dhost.c251 isc_boolean_t first; local
275 first = ISC_TRUE;
300 if (first) {
302 first = ISC_FALSE;
305 UNUSED(first); /* Shut up compiler. */
H A Ddig.c708 * Only print the signature on the first record.
745 * print the greeting message when the program first starts up.
750 static isc_boolean_t first = ISC_TRUE; local
756 first?"\n":"");
764 if (first && addresscount != 0) {
772 if (first) {
777 first = ISC_FALSE;
1524 * if they appear as the first character(s) of a q-opt.
2063 * first entry, then trust the callback in dighost_shutdown
/bind-9.11.3/lib/isc/
H A Dentropy.c456 * Prime the values by adding in the first 4 samples in. This
469 * Move the last 4 samples into the first 4 positions, and start
1161 * The intent of "first" is to provide a warning message only once
1165 static isc_boolean_t first = ISC_TRUE; local
1172 if (first) {
1177 first = ISC_FALSE;
H A Dpk11.c1329 isc_boolean_t first; local
1352 first = ISC_TRUE;
1354 if (!first)
1356 first = ISC_FALSE;
1360 if (!first)
1362 first = ISC_FALSE;
1366 if (!first)
1368 first = ISC_FALSE;
1372 if (!first)
1374 first
[all...]

Completed in 64 milliseconds

12