Lines Matching refs:pp
618 char *p, *pp; in pcre_get_compiled_regex_cache_ex() local
675 if ((pp = strchr("([{< )]}> )]}>", delimiter))) in pcre_get_compiled_regex_cache_ex()
676 delimiter = pp[5]; in pcre_get_compiled_regex_cache_ex()
679 pp = p; in pcre_get_compiled_regex_cache_ex()
685 while (*pp != 0) { in pcre_get_compiled_regex_cache_ex()
686 if (*pp == '\\' && pp[1] != 0) pp++; in pcre_get_compiled_regex_cache_ex()
687 else if (*pp == delimiter) in pcre_get_compiled_regex_cache_ex()
689 pp++; in pcre_get_compiled_regex_cache_ex()
698 while (*pp != 0) { in pcre_get_compiled_regex_cache_ex()
699 if (*pp == '\\' && pp[1] != 0) pp++; in pcre_get_compiled_regex_cache_ex()
700 else if (*pp == end_delimiter && --brackets <= 0) in pcre_get_compiled_regex_cache_ex()
702 else if (*pp == start_delimiter) in pcre_get_compiled_regex_cache_ex()
704 pp++; in pcre_get_compiled_regex_cache_ex()
708 if (*pp == 0) { in pcre_get_compiled_regex_cache_ex()
712 if (pp < ZSTR_VAL(regex) + ZSTR_LEN(regex)) { in pcre_get_compiled_regex_cache_ex()
724 pattern_len = pp - p; in pcre_get_compiled_regex_cache_ex()
728 pp++; in pcre_get_compiled_regex_cache_ex()
732 while (pp < ZSTR_VAL(regex) + ZSTR_LEN(regex)) { in pcre_get_compiled_regex_cache_ex()
733 switch (*pp++) { in pcre_get_compiled_regex_cache_ex()
765 if (pp[-1]) { in pcre_get_compiled_regex_cache_ex()
766 php_error_docref(NULL,E_WARNING, "Unknown modifier '%c'", pp[-1]); in pcre_get_compiled_regex_cache_ex()