Lines Matching full:regcomp
25 6. When the POSIX wrapper function regcomp() is called, the REG_NOSUB option
28 by other implementations of regcomp() with RE_NOSUB. Therefore, REG_NOSUB no
33 posix_nosub, to call regcomp() with REG_NOSUB. Previously the no_auto_capture
46 regex library instead of libpcre2-posix. In this situation, a call to regcomp()
52 from a successful call of regcomp() are valid for PCRE2's regcomp(). If they
472 87. Failure to get memory for the match data in regcomp() is now given as a
473 regcomp() error instead of waiting for regexec() to pick it up.
478 89. Paranoid check in regcomp() for bad error code from pcre2_compile().