Lines Matching defs:re
64 if (snctx->re) {
65 pcre_free(snctx->re);
66 snctx->re = NULL;
94 const char *re;
112 *re_pattern = talloc_strdup(mem_ctx, provider_default_re[c].re);
178 DEBUG(SSSDBG_CONF_SETTINGS, "Using re [%s].\n", ctx->re_pattern);
187 ctx->re = pcre_compile2(ctx->re_pattern,
190 if (!ctx->re) {
310 pcre *re = snctx->re;
318 ret = pcre_exec(re, NULL, orig, origlen, 0, PCRE_NOTEMPTY, ovec, 30);
335 ret = pcre_get_named_substring(re, orig, ovec, strnum, "name", &result);
347 ret = pcre_get_named_substring(re, orig, ovec, strnum, "domain",