Searched defs:done (Results 1 - 6 of 6) sorted by relevance
/sssd/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 | krb5_child-test.c | 58 bool done; member in struct:krb5_child_test_ctx 279 ctx->done = true; 309 CHECK_KRET_L(kret, EIO, done); 312 CHECK_KRET_L(kret, EIO, done); 328 done: 347 CHECK_KRET_L(kret, EIO, done); 350 CHECK_KRET_L(kret, EIO, done); 353 CHECK_KRET_L(kret, EIO, done); 356 CHECK_KRET_L(kret, EIO, done); 363 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/src/tests/cmocka/ |
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/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/src/providers/ldap/ |
H A D | sdap.h | 46 bool done; member in struct:sdap_op
|
Completed in 81 milliseconds