Searched refs:done (Results 1 - 25 of 57) sorted by relevance

123

/bind-9.11.3/lib/dns/tests/
H A Dzt_test.c53 isc_boolean_t *done = (isc_boolean_t *) zt; local
58 *done = ISC_TRUE;
65 isc_boolean_t *done = (isc_boolean_t *) arg; local
67 *done = ISC_TRUE;
146 isc_boolean_t done = ISC_FALSE; local
167 ATF_CHECK(!done);
171 args.arg2 = &done;
177 ATF_CHECK(done);
205 isc_boolean_t done = ISC_FALSE; local
242 ATF_CHECK(!done);
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dxfrin.h52 dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp);
59 isc_task_t *task, dns_xfrindone_t done,
67 isc_task_t *task, dns_xfrindone_t done,
74 * Iff ISC_R_SUCCESS is returned, '*done' is guaranteed to be
92 * its done callback with a status of ISC_R_CANCELED.
H A Dmaster.h202 dns_loaddonefunc_t done, void *done_arg,
213 dns_loaddonefunc_t done, void *done_arg,
226 dns_loaddonefunc_t done, void *done_arg,
239 dns_loaddonefunc_t done, void *done_arg,
253 dns_loaddonefunc_t done, void *done_arg,
267 dns_loaddonefunc_t done, void *done_arg,
278 dns_loaddonefunc_t done, void *done_arg,
289 dns_loaddonefunc_t done, void *done_arg,
305 * 'done' is called with 'done_arg' and a result code when the loading
306 * is completed or has failed. If the initial setup fails 'done' i
[all...]
H A Dmasterdump.h259 isc_task_t *task, dns_dumpdonefunc_t done,
296 *\li 'done' to be non NULL.
312 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg,
318 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format);
323 isc_task_t *task, dns_dumpdonefunc_t done, void
/bind-9.11.3/lib/isc/
H A Dsafe.c44 int res = 0, done = 0; local
56 /* set res = cmp if !done. */
57 res |= cmp & ~done;
59 /* set done if p1[i] != p2[i]. */
60 done |= lt | gt;
H A Dlex.c354 isc_boolean_t done = ISC_FALSE; local
442 goto done;
462 goto done;
516 goto done;
522 goto done;
526 goto done;
529 done = ISC_TRUE;
537 done = ISC_TRUE;
542 done = ISC_TRUE;
566 goto done;
[all...]
H A Drwlock.c636 * we are done.
689 isc_boolean_t done = ISC_FALSE; local
704 while (!done) {
714 done = ISC_TRUE;
717 done = ISC_TRUE;
728 while (!done) {
733 done = ISC_TRUE;
736 done = ISC_TRUE;
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.hpp62 bool done = iter == words.end(); local
63 while (!done) {
69 done = true;
/bind-9.11.3/unit/atf-src/tools/
H A Dtext.hpp66 bool done = iter == words.end(); local
67 while (!done) {
73 done = true;
H A Dui.cpp51 static bool done = false; local
54 if (!done) {
69 done = true;
H A Dparser.hpp231 bool done = false, quoted = false; local
233 while (!done && m_is.get(ch).good()) {
237 while (!done && m_is.get(ch).good()) {
247 done = true;
263 done = true;
269 done = true;
276 done = true;
283 done = true;
/bind-9.11.3/bin/named/
H A Dnotify.c85 goto done;
98 goto done;
107 goto done;
115 goto done;
151 goto done;
160 done:
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c34 isc_boolean_t done; member in struct:__anon283
41 completion->done = ISC_FALSE;
53 completion->done = ISC_TRUE;
69 completion->done = ISC_TRUE;
81 while (!completion->done && i++ < 5000) {
88 if (completion->done)
97 while (!completion->done && i++ < 5000) {
100 if (completion->done)
128 while (!(c1->done && c2->done)
[all...]
/bind-9.11.3/bin/tests/
H A Dlex_test.c74 int done = 0; local
129 ISC_R_SUCCESS && !done) {
140 done = 1;
H A Dbyname_test.c109 isc_boolean_t done = ISC_FALSE; local
129 done = ISC_TRUE;
140 done = ISC_TRUE;
149 done = ISC_TRUE;
153 done = ISC_TRUE;
156 if (done) {
H A Dbyaddr_test.c39 done(isc_task_t *task, isc_event_t *event) { function
225 done, NULL, &byaddr);
/bind-9.11.3/conftools/perllib/dnsconf/
H A DDNSConf.i59 goto done;
63 goto done;
66 goto done;
74 goto done;
82 done:
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddatafile.c231 goto done;
238 goto done;
247 goto done;
266 done:
H A Ddns.c676 goto done;
683 goto done;
692 goto done;
753 goto done;
758 goto done;
766 goto done;
771 goto done;
785 goto done;
801 done:
/bind-9.11.3/lib/dns/
H A Ddns64.c249 goto done;
252 goto done;
272 goto done;
284 goto done;
287 done:
H A Dmaster.c102 dns_loaddonefunc_t done; member in struct:dns_loadctx
510 dns_loaddonefunc_t done, void *done_arg,
527 REQUIRE((task == NULL && done == NULL) ||
528 (task != NULL && done != NULL));
607 lctx->loop_cnt = (done != NULL) ? 100 : 0;
612 lctx->done = done;
1020 isc_boolean_t done = ISC_FALSE; local
1116 done = ISC_TRUE;
2013 } while (!done
506 loadctx_create(dns_masterformat_t format, isc_mem_t *mctx, unsigned int options, isc_uint32_t resign, dns_name_t *top, dns_rdataclass_t zclass, dns_name_t *origin, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_masterincludecb_t include_cb, void *include_arg, isc_lex_t *lex, dns_loadctx_t **lctxp) argument
2288 isc_boolean_t done = ISC_FALSE; local
2662 dns_master_loadfileinc(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2675 dns_master_loadfileinc2(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx, dns_masterformat_t format) argument
2689 dns_master_loadfileinc3(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, isc_uint32_t resign, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx, dns_masterformat_t format) argument
2704 dns_master_loadfileinc4(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, isc_uint32_t resign, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, dns_masterincludecb_t include_cb, void *include_arg, isc_mem_t *mctx, dns_masterformat_t format) argument
2721 dns_master_loadfileinc5(const char *master_file, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, isc_uint32_t resign, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, dns_masterincludecb_t include_cb, void *include_arg, isc_mem_t *mctx, dns_masterformat_t format, isc_uint32_t maxttl) argument
2790 dns_master_loadstreaminc(FILE *stream, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2855 dns_master_loadbufferinc(isc_buffer_t *buffer, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
2915 dns_master_loadlexerinc(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
[all...]
H A Dopenssl_link.c426 goto done;
431 goto done;
439 done:
H A Dxfrin.c154 dns_xfrindone_t done; member in struct:dns_xfrin_ctx
633 dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp)
653 task, done, xfrp));
661 isc_task_t *task, dns_xfrindone_t done,
666 done, xfrp));
674 isc_task_t *task, dns_xfrindone_t done,
695 xfr->done = done;
696 if (xfr->done != NULL)
795 if (xfr->done !
629 dns_xfrin_create(dns_zone_t *zone, dns_rdatatype_t xfrtype, isc_sockaddr_t *masteraddr, dns_tsigkey_t *tsigkey, isc_mem_t *mctx, isc_timermgr_t *timermgr, isc_socketmgr_t *socketmgr, isc_task_t *task, dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp) argument
657 dns_xfrin_create2(dns_zone_t *zone, dns_rdatatype_t xfrtype, isc_sockaddr_t *masteraddr, isc_sockaddr_t *sourceaddr, dns_tsigkey_t *tsigkey, isc_mem_t *mctx, isc_timermgr_t *timermgr, isc_socketmgr_t *socketmgr, isc_task_t *task, dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp) argument
670 dns_xfrin_create3(dns_zone_t *zone, dns_rdatatype_t xfrtype, isc_sockaddr_t *masteraddr, isc_sockaddr_t *sourceaddr, isc_dscp_t dscp, dns_tsigkey_t *tsigkey, isc_mem_t *mctx, isc_timermgr_t *timermgr, isc_socketmgr_t *socketmgr, isc_task_t *task, dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp) argument
[all...]
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c148 goto done;
159 goto done;
164 done:
285 goto done;
291 goto done;
301 done:
339 goto done;
346 goto done;
357 done:
/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c65 goto done;
74 done:
103 goto done;
113 done:

Completed in 1930 milliseconds

123