Searched refs:pcre_compile (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h108 Some options for pcre_compile() change its behaviour but do not affect the
111 behaviour of pcre_compile().
113 Options that can be passed to pcre_compile() are tagged Cx below, with these
124 from pcre_compile(). Those that are compatible with JIT execution are flagged
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
H A Dpcre_compile.c41 /* This module contains the external function pcre_compile(), along with
8752 pcre_compile(const char *pattern, int options, const char **errorptr, function
9518 /* End of pcre_compile.c */
/forgerock/web-agents-v4/source/
H A Dconfig_xml.c528 x = pcre_compile("(?<=\\[)(.+?)(?=\\])\\]\\s*\\=\\s*(.+)", 0, &error, &erroroffset, NULL);
H A Dprocess.c498 pcre *x = pcre_compile(".+([a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}).*",
H A Dutility.c194 x = pcre_compile(pattern, 0, &error, &erroroffset, NULL);
196 AM_LOG_DEBUG(instance_id, "match: pcre_compile failed on \"%s\" with error %s", pattern, (error == NULL) ? "unknown" : error);

Completed in 57 milliseconds