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

12

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dxfrin.h61 dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp);
68 isc_task_t *task, dns_xfrindone_t done,
75 * Iff ISC_R_SUCCESS is returned, '*done' is guaranteed to be
93 * its done callback with a status of ISC_R_CANCELED.
H A Dmaster.h163 dns_loaddonefunc_t done, void *done_arg,
174 dns_loaddonefunc_t done, void *done_arg,
187 dns_loaddonefunc_t done, void *done_arg,
199 dns_loaddonefunc_t done, void *done_arg,
210 dns_loaddonefunc_t done, void *done_arg,
221 dns_loaddonefunc_t done, void *done_arg,
237 * 'done' is called with 'done_arg' and a result code when the loading
238 * is completed or has failed. If the initial setup fails 'done' is
253 *\li 'task' and 'done' to be valid.
H A Dmasterdump.h210 isc_task_t *task, dns_dumpdonefunc_t done,
235 *\li 'done' to be non NULL.
251 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg,
257 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp66 bool done = iter == words.end(); local
67 while (!done) {
73 done = true;
H A Dui.cpp52 static bool done = false; local
55 if (!done) {
70 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.6-ESV-R11/bin/tests/
H A Dlex_test.c82 int done = 0; local
137 ISC_R_SUCCESS && !done) {
148 done = 1;
H A Dbyname_test.c119 isc_boolean_t done = ISC_FALSE; local
139 done = ISC_TRUE;
150 done = ISC_TRUE;
159 done = ISC_TRUE;
163 done = ISC_TRUE;
166 if (done) {
H A Dbyaddr_test.c47 done(isc_task_t *task, isc_event_t *event) { function
233 done, NULL, &byaddr);
/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c356 isc_boolean_t done = ISC_FALSE; local
437 goto done;
457 goto done;
511 goto done;
515 goto done;
518 done = ISC_TRUE;
526 done = ISC_TRUE;
531 done = ISC_TRUE;
553 goto done;
564 done
[all...]
H A Drwlock.c493 * we are done.
539 isc_boolean_t done = ISC_FALSE; local
554 while (!done) {
564 done = ISC_TRUE;
567 done = ISC_TRUE;
578 while (!done) {
583 done = ISC_TRUE;
586 done = ISC_TRUE;
H A Dtimer.c90 isc_boolean_t done; member in struct:isc_timermgr
582 isc_boolean_t done = ISC_FALSE, post_event, need_schedule; local
593 while (manager->nscheduled > 0 && !done) {
694 done = ISC_TRUE;
710 while (!manager->done) {
791 manager->done = ISC_FALSE;
882 manager->done = ISC_TRUE;
/bind-9.6-ESV-R11/lib/dns/
H A Dview.c402 isc_boolean_t done = ISC_FALSE; local
425 done = all_done(view);
431 if (done)
476 isc_boolean_t done = ISC_FALSE; local
486 done = all_done(view);
492 if (done)
499 isc_boolean_t done; local
510 done = all_done(view);
516 if (done)
523 isc_boolean_t done; local
547 isc_boolean_t done; local
[all...]
H A Dmaster.c106 dns_loaddonefunc_t done; member in struct:dns_loadctx
512 dns_loaddonefunc_t done, void *done_arg, isc_lex_t *lex,
528 REQUIRE((task == NULL && done == NULL) ||
529 (task != NULL && done != NULL));
598 lctx->loop_cnt = (done != NULL) ? 100 : 0;
603 lctx->done = done;
970 isc_boolean_t done = ISC_FALSE; local
1068 done = ISC_TRUE;
1923 } while (!done
508 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, isc_lex_t *lex, dns_loadctx_t **lctxp) argument
2050 isc_boolean_t done = ISC_FALSE; local
2405 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
2418 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
2431 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
2496 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
2561 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
2621 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.c377 goto done;
385 done:
H A Dxfrin.c156 dns_xfrindone_t done; member in struct:dns_xfrin_ctx
608 dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp)
625 task, done, xfrp));
633 isc_task_t *task, dns_xfrindone_t done, dns_xfrin_ctx_t **xfrp)
653 xfr->done = done;
754 if (xfr->done != NULL) {
755 (xfr->done)(xfr->zone, result);
756 xfr->done = NULL;
793 xfr->done
604 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
629 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
[all...]
H A Dmasterdump.c180 dns_dumpdonefunc_t done; member in struct:dns_dumpctx
553 * This is done last, only when we are sure we will return
1209 (dctx->done)(dctx->done_arg, result);
1244 dctx->done = NULL;
1483 dns_dumpdonefunc_t done, void *done_arg,
1491 REQUIRE(done != NULL);
1498 dctx->done = done;
1584 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg,
1588 done, done_ar
1479 dns_master_dumptostreaminc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, FILE *f, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1582 dns_master_dumpinc(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp) argument
1593 dns_master_dumpinc2(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *version, const dns_master_style_t *style, const char *filename, isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format) argument
[all...]
H A Dname.c626 goto done;
634 goto done;
647 done:
1048 isc_boolean_t done; local
1097 done = ISC_FALSE;
1100 while (nrem > 0 && tlen > 0 && !done) {
1117 done = ISC_TRUE;
1153 done = ISC_TRUE;
1226 if (!done) {
1756 isc_boolean_t done; local
[all...]
H A Dssu.c138 isc_boolean_t done = ISC_FALSE; local
148 done = ISC_TRUE;
153 if (done)
H A Ddst_parse.c388 goto done;
420 done:
H A Dresolver.c709 * since there's nothing to be done about it. Resetting to inactive
1132 FCTXTRACE("done");
1920 * We're now done with the query message.
3316 * Cancel all pending validators. Note that this must be done
3366 isc_boolean_t done = ISC_FALSE, bucket_empty = ISC_FALSE; local
3405 done = ISC_TRUE;
3422 if (!done) {
4028 * done waiting for validator completions and ADB pending events; if
5738 isc_boolean_t done, external, chaining, aa, found, want_chaining; local
5753 done
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c345 return (ISC_TRUE); /* We're done. */
457 * that has been done, lest the manager decide to reactivate
518 * Detaching the task must be done after unlinking from
779 goto done;
784 goto done;
803 goto done;
810 done:
882 goto done;
888 goto done;
896 goto done;
[all...]
H A Dlogconf.c255 goto done;
264 done:
H A Dlwresd.c431 isc_boolean_t done = ISC_FALSE; local
443 done = ISC_TRUE;
446 if (!done)
480 isc_boolean_t done = ISC_FALSE; local
491 done = ISC_TRUE;
494 if (!done)
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c287 * No locking is performed here, this must be done by the caller.
1448 isc_boolean_t done = ISC_FALSE; local
1613 while (!done) {
1622 done = ISC_TRUE;
1652 done = ISC_TRUE;
2031 isc_boolean_t done = ISC_FALSE; local
2078 while (!done) {
2087 done = ISC_TRUE;
2133 done = ISC_TRUE;
2384 isc_boolean_t done local
[all...]

Completed in 414 milliseconds

12