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

12

/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/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 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;
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 Dtimer.c98 isc_boolean_t done; member in struct:isc__timermgr
659 isc_boolean_t done = ISC_FALSE, post_event, need_schedule; local
670 while (manager->nscheduled > 0 && !done) {
771 done = ISC_TRUE;
787 while (!manager->done) {
874 manager->done = ISC_FALSE;
972 manager->done = ISC_TRUE;
H A Dtask.c85 "idle", "ready", "running", "done",
1102 isc_boolean_t done = ISC_FALSE; local
1194 * The task is done.
1200 "done"));
1205 done = ISC_TRUE;
1209 * there is more work to be done.
1223 done = ISC_TRUE;
1225 } while (!done);
1571 * Wake up any sleeping workers. This ensures we get work done if
/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 Dbyaddr_test.c39 done(isc_task_t *task, isc_event_t *event) { function
225 done, NULL, &byaddr);
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 Ddb_test.c345 isc_boolean_t done = ISC_FALSE; local
466 while (!done) {
470 done = ISC_TRUE;
/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/
H A Dssu.c132 isc_boolean_t done = ISC_FALSE; local
142 done = ISC_TRUE;
147 if (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...]
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 Dmasterdump.c228 dns_dumpdonefunc_t done; member in struct:dns_dumpctx
694 * This is done last, only when we are sure we will return
1422 (dctx->done)(dctx->done_arg, result);
1457 dctx->done = NULL;
1749 dns_dumpdonefunc_t done, void *done_arg,
1757 REQUIRE(done != NULL);
1764 dctx->done = done;
1864 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg,
1868 done, done_ar
1745 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
1862 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
1873 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
1883 dns_master_dumpinc3(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, dns_masterrawheader_t *header) argument
[all...]
H A Dname.c618 goto done;
624 goto done;
630 goto done;
636 goto done;
647 goto done;
652 goto done;
667 done:
1093 isc_boolean_t done; local
1142 done = ISC_FALSE;
1145 while (nrem > 0 && tlen > 0 && !done) {
1805 isc_boolean_t done; local
[all...]
H A Dview.c568 isc_boolean_t done = ISC_FALSE; local
610 done = all_done(view);
623 if (done)
668 isc_boolean_t done = ISC_FALSE; local
678 done = all_done(view);
684 if (done)
691 isc_boolean_t done; local
704 done = all_done(view);
708 if (done)
715 isc_boolean_t done; local
739 isc_boolean_t done; local
[all...]
/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/named/
H A Dlwresd.c438 isc_boolean_t done = ISC_FALSE; local
450 done = ISC_TRUE;
453 if (!done)
487 isc_boolean_t done = ISC_FALSE; local
498 done = ISC_TRUE;
501 if (!done)
H A Dinterfacemgr.c96 isc_boolean_t done = ISC_TRUE; local
149 done = ISC_FALSE;
153 if (done)
/bind-9.11.3/bin/dig/
H A Dnslookup.c225 isc_boolean_t done = ISC_FALSE; local
232 while (!done) {
240 done = ISC_TRUE;
1025 debug("done, and starting to shut down");
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c1490 isc_boolean_t done = ISC_FALSE; local
1705 while (!done) {
1715 done = ISC_TRUE;
1749 done = ISC_TRUE;

Completed in 92 milliseconds

12