Searched refs:app_services (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/responder/pam/
H A Dpamsrv.h48 char **app_services; member in struct:pam_ctx
H A Dpamsrv.c176 &pctx->app_services);
178 pctx->app_services = talloc_zero_array(pctx, char *, 1);
179 if (pctx->app_services == NULL) {
H A Dpamsrv_cmd.c1294 for (int i = 0; pctx->app_services[i]; i++) {
1295 if (strcmp(pctx->app_services[i], preq->pd->service) == 0) {
/sssd-io/src/tests/cmocka/
H A Dtest_pam_srv.c248 pctx->app_services = talloc_zero_array(pctx, char *, 2);
249 if (pctx->app_services == NULL) {
2586 pam_test_ctx->pctx->app_services[0] = discard_const("app_svc");
2650 pam_test_ctx->pctx->app_services[0] = discard_const("app_svc");

Completed in 24 milliseconds