pcre_compile2 287 pcre/pcre.h PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **, pcre_compile2 6106 pcre/pcre_compile.cpp return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); pcre_compile2 253 pcre/pcreposix.cpp preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,