Searched defs:svcctx (Results 1 - 2 of 2) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv.h53 struct getent_ctx *svcctx; member in struct:nss_ctx
H A Dnsssrv_services.c1230 if (state->nctx->svcctx) {
1231 if (state->nctx->svcctx->ready) {
1243 ret = nss_setent_add_ref(state, state->nctx->svcctx, req);
1254 state->nctx->svcctx = talloc_zero(nctx, struct getent_ctx);
1255 if (!state->nctx->svcctx) {
1259 state->getent_ctx = nctx->svcctx;
1271 state->nctx->svcctx->doms = talloc_zero_array(state->nctx->svcctx,
1274 if (!state->nctx->svcctx->doms) {
1280 ret = nss_setent_add_ref(state, state->nctx->svcctx, re
1487 struct getent_ctx *svcctx = step_ctx->getent_ctx; local
1778 struct getent_ctx *svcctx; local
[all...]

Completed in 15 milliseconds