Searched defs:done (Results 1 - 8 of 8) sorted by relevance
| /sssd-io/src/tests/ |
| H A D | common.h | 76 bool done; member in struct:sss_test_ctx 124 /* Mark the test as done with an error code */
|
| H A D | tcurl_test_tool.c | 31 bool done; member in struct:tool_ctx 71 tool_ctx->done = true; 152 goto done; 176 goto done; 182 goto done; 189 goto done; 195 goto done; 203 goto done; 211 goto done; 219 goto done; [all...] |
| H A D | krb5_child-test.c | 58 bool done; member in struct:krb5_child_test_ctx 289 ctx->done = true; 319 CHECK_KRET_L(kret, EIO, done); 322 CHECK_KRET_L(kret, EIO, done); 338 done: 357 CHECK_KRET_L(kret, EIO, done); 360 CHECK_KRET_L(kret, EIO, done); 363 CHECK_KRET_L(kret, EIO, done); 366 CHECK_KRET_L(kret, EIO, done); 373 CHECK_KRET_L(kret, EIO, done); [all...] |
| H A D | resolv-tests.c | 58 bool done; member in struct:resolv_test_ctx 92 while (!data->done) 270 test_ctx->done = true; 340 test_ctx->done = true; 409 test_ctx->done = true; 473 test_ctx->done = true; 630 DEBUG(SSSDBG_TRACE_LIBS, "marking test as done\n"); 633 tctx->done = true; 657 goto done; 669 goto done; [all...] |
| /sssd-io/src/tests/cmocka/ |
| H A D | test_kcm_queue.c | 118 DEBUG(SSSDBG_TRACE_ALL, "Request %p done\n", req); 141 bool done; member in struct:test_ctx 178 test_ctx->done = true; 187 test_ctx->done = true; 193 test_ctx->done = true; 221 while (test_ctx->done == false) { 264 while (test_ctx->done == false) { 312 while (test_ctx->done == false) {
|
| H A D | test_be_ptask.c | 46 bool done; member in struct:test_ctx 62 /* Since both test_ctx->done and ptask->req is marked as finished already 68 (test_ctx->done && ptask->req == NULL) 166 test_ctx->done = true; 208 state->test_ctx->done = true; 222 state->test_ctx->done = true; 244 test_ctx->done = true; 266 test_ctx->done = true; 382 while (!test_ctx->done) { 409 while (!test_ctx->done) { [all...] |
| /sssd-io/src/ldb_modules/ |
| H A D | memberof.c | 310 * The real add operation is done first, to assure nothing else fails. 518 goto done; 552 done: 922 /* we are done with the entry now */ 1220 * points to the object we just deleted. Once done for all parents (or if no 2076 /* done with this one */ 2374 /* ok, no more ops, this means our job is done */ 2838 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done); 3381 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done) argument 3419 *done [all...] |
| /sssd-io/src/providers/ldap/ |
| H A D | sdap.h | 47 bool done; member in struct:sdap_op
|
Completed in 87 milliseconds