Searched defs:done (Results 1 - 24 of 24) sorted by relevance

/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 Dbyaddr_test.c47 done(isc_task_t *task, isc_event_t *event) { function
233 done, NULL, &byaddr);
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 Ddb_test.c353 isc_boolean_t done = ISC_FALSE; local
476 while (!done) {
480 done = ISC_TRUE;
/bind-9.6-ESV-R11/lib/isc/
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;
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 Dtask.c71 "idle", "ready", "running", "done",
823 isc_boolean_t done = ISC_FALSE; local
911 * The task is done.
917 "done"));
922 done = ISC_TRUE;
926 * there is more work to be done.
940 done = ISC_TRUE;
942 } while (!done);
1205 * Wake up any sleeping workers. This ensures we get work done if
/bind-9.6-ESV-R11/lib/dns/
H A Dssu.c138 isc_boolean_t done = ISC_FALSE; local
148 done = ISC_TRUE;
153 if (done)
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 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 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 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 Drbtdb.c653 * the locking must be done in the following order:
935 "done free_rbtdb(%s)", buf);
3077 isc_boolean_t done, wild, active; local
3089 * this version, we're done. If not, then we next check to see
3091 * can be no possible wildcard match and again we're done. If not,
3097 done = ISC_FALSE;
3165 * done.
3205 * effect and we're done.
3215 done = ISC_TRUE;
3216 } while (!done);
4095 isc_boolean_t done; local
[all...]
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...]
H A Dzone.c517 isc_boolean_t done; member in struct:dns_signing
527 isc_boolean_t done; member in struct:dns_nsec3chain
1413 * "rndc reconfig", we are done.
2335 nsec3chain->done = ISC_FALSE;
2359 current->done = ISC_TRUE;
4957 if (nsec3chain->done || nsec3chain->db != zone->db) {
5414 goto done;
5469 done:
5504 if (nsec3chain->done) {
5522 if (nsec3chain->done) {
7579 isc_boolean_t done = ISC_TRUE; local
7961 isc_boolean_t done = ISC_TRUE; local
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c216 isc_boolean_t done = ISC_FALSE; local
223 while (!done) {
231 done = ISC_TRUE;
915 debug("done, and starting to shut down");
/bind-9.6-ESV-R11/bin/named/
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...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c1128 * Nothing can be NULL, and the done event must list at least one buffer
1159 * Single buffer I/O? Skip what we've done so far in this region.
1266 * Nothing can be NULL, and the done event must list at least one buffer
1319 * Single buffer I/O? Skip what we've done so far in this region.
1757 * Exactly what we wanted to write. We're done with this
2549 * Attach to a socket. Caller must explicitly detach when it is done.
2716 * Are there any done events left, or were they all canceled
2756 * in the done event to the one provided, and send it to the task it was
2814 * the done event we want to send. If the list is empty, this is a no-op,
2847 sock->references--; /* the internal event is done wit
3341 isc_boolean_t done = ISC_FALSE; local
3382 isc_boolean_t done = ISC_FALSE; local
3429 isc_boolean_t done = ISC_FALSE; local
3532 isc_boolean_t done; local
[all...]

Completed in 543 milliseconds