/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | xfrin.h | 61 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 D | master.h | 163 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 D | masterdump.h | 210 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 D | text.hpp | 66 bool done = iter == words.end(); local 67 while (!done) { 73 done = true;
|
H A D | ui.cpp | 52 static bool done = false; local 55 if (!done) { 70 done = true;
|
H A D | parser.hpp | 231 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 D | lex_test.c | 82 int done = 0; local 137 ISC_R_SUCCESS && !done) { 148 done = 1;
|
H A D | byname_test.c | 119 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 D | byaddr_test.c | 47 done(isc_task_t *task, isc_event_t *event) { function 233 done, NULL, &byaddr);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | lex.c | 356 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 D | rwlock.c | 493 * 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 D | timer.c | 90 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 D | view.c | 402 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 D | master.c | 106 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 D | openssl_link.c | 377 goto done; 385 done:
|
H A D | xfrin.c | 156 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 D | masterdump.c | 180 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 D | name.c | 626 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 D | ssu.c | 138 isc_boolean_t done = ISC_FALSE; local 148 done = ISC_TRUE; 153 if (done)
|
H A D | dst_parse.c | 388 goto done; 420 done:
|
H A D | resolver.c | 709 * 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 D | client.c | 345 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 D | logconf.c | 255 goto done; 264 done:
|
H A D | lwresd.c | 431 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 D | dnssec-signzone.c | 287 * 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...] |