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

/sssd-io/src/providers/krb5/
H A Dkrb5_init.c113 if (ctx->illegal_path_re != NULL) {
114 pcre_free(ctx->illegal_path_re);
115 ctx->illegal_path_re = NULL;
169 ctx->illegal_path_re = pcre_compile2(ILLEGAL_PATH_PATTERN, 0,
171 if (ctx->illegal_path_re == NULL) {
H A Dkrb5_common.h122 pcre *illegal_path_re; member in struct:krb5_ctx
H A Dkrb5_auth.c300 kr->krb5_ctx->illegal_path_re, true,
/sssd-io/src/tests/
H A Dkrb5_child-test.c89 if (ctx->illegal_path_re) {
90 pcre_free(ctx->illegal_path_re);
91 ctx->illegal_path_re = NULL;
109 krb5_ctx->illegal_path_re = pcre_compile2(ILLEGAL_PATH_PATTERN, 0,
111 if (krb5_ctx->illegal_path_re == NULL) {
252 kr->krb5_ctx->illegal_path_re, true, true);

Completed in 42 milliseconds