Searched refs:pcre_exec (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre.h | 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may 122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with 372 /* The structure for passing additional data to pcre_exec(). This is defined in 573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
H A D | pcre_exec.c | 40 /* This module contains pcre_exec(), the externally visible function that does 6335 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, function 6417 during "normal" pcre_exec() processing, not when the JIT support is in use, 7160 /* End of pcre_exec.c */
|
/forgerock/web-agents-v4/source/ |
H A D | utility.c | 200 rc = pcre_exec(x, NULL, subject, (int) strlen(subject), 0, 0, offsets, 3); 240 while (offset < slen && (rc = pcre_exec(x, 0, subject, (int) slen, offset, 0, ovector, max_capture_groups)) >= 0) {
|
Completed in 55 milliseconds