Lines Matching refs:pce
520 + pcre_cache_entry *pce;
524 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
2048 + pcre_cache_entry *pce;
2055 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
2063 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);
3038 + pcre_cache_entry *pce;
3050 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3053 + pcre2_code *re = php_pcre_pce_re(pce);
3244 + pcre_cache_entry *pce;
3292 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
3296 + /* pce now contains the compiled regex */
3308 + php_pcre_match_impl(pce, haystack, &retval, &subpats, 0, PREG_OFFSET_CAPTURE, 0);