Searched refs:check_next (Results 1 - 11 of 11) sorted by relevance

/sssd/src/responder/ssh/
H A Dsshsrv_private.h46 bool check_next; member in struct:ssh_cmd_ctx
H A Dsshsrv_cmd.c82 cmd_ctx->check_next = true;
128 cmd_ctx->check_next = true;
192 while (cmd_ctx->domain && cmd_ctx->check_next && cmd_ctx->domain->fqnames) {
275 if (cmd_ctx->check_next) {
391 if (cmd_ctx->check_next) {
/sssd/src/responder/nss/
H A Dnsssrv_private.h53 bool check_next; member in struct:nss_cmd_ctx
106 bool check_next; member in struct:setent_step_ctx
H A Dnsssrv_netgroup.c245 cmdctx->check_next = true;
377 step_ctx->check_next = cmdctx->check_next;
554 if (step_ctx->check_next) {
585 if (step_ctx->check_next) {
687 if (cmdctx->check_next
H A Dnsssrv_services.c162 while (dom && cmdctx->check_next && dom->fqnames) {
189 if (cmdctx->check_next) {
228 if (cmdctx->check_next) {
295 if (cmdctx->check_next) {
377 if (cmdctx->check_next) {
854 cmdctx->check_next = true;
1161 cmdctx->check_next = true;
H A Dnsssrv_cmd.c952 while (dom && cmdctx->check_next && dom->fqnames
991 if (cmdctx->check_next) {
1088 if (cmdctx->check_next) {
1171 dctx->cmdctx->check_next = true;
1308 if (cmdctx->check_next &&
1586 cmdctx->check_next = true;
1700 cmdctx->check_next = true;
1784 if (cmdctx->check_next) {
1831 if (cmdctx->check_next) {
1994 cmdctx->check_next
[all...]
/sssd/src/responder/autofs/
H A Dautofs_private.h46 bool check_next; member in struct:autofs_cmd_ctx
H A Dautofssrv_cmd.c476 cmdctx->check_next = true;
669 if (dctx->cmd_ctx->check_next) {
887 if (dctx->cmd_ctx->check_next
/sssd/src/responder/common/cache_req/
H A Dcache_req.c262 bool check_next; member in struct:cache_req_state
416 state->check_next = false;
422 state->check_next = true;
441 while (state->domain != NULL && state->check_next
466 if (state->check_next) {
499 if (state->check_next == false) {
/sssd/src/tools/
H A Dsss_override.c462 bool check_next; local
498 check_next = true;
501 check_next = false;
535 if (check_next) {
551 check_next = false;
552 } while (check_next && dom != NULL);
/sssd/src/responder/ifp/
H A Difpsrv_cmd.c427 bool check_next; member in struct:ifp_user_get_attr_state

Completed in 1732 milliseconds