Home
last modified time | relevance | path

Searched refs:ptrend (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1564 if (ptr >= ptrend) in PRIV()
1782 if (ptr >= ptrend) in PRIV()
2086 if (ptr >= ptrend) in PRIV()
2507 if (ptr >= ptrend) break; in read_name()
2828 while (ptr < ptrend) in parse_regex()
2863 while (ptr < ptrend) in parse_regex()
3071 while (ptr < ptrend) in parse_regex()
3093 if (ptr >= ptrend) in parse_regex()
3503 if (ptrend - ptr >= 6 && in parse_regex()
3553 while (ptr < ptrend) in parse_regex()
[all …]
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() argument
87 for (; ptr < ptrend; ptr++) in find_text_end()
91 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
108 if (ptr < ptrend - 1 && ptr[1] == CHAR_LEFT_CURLY_BRACKET) in find_text_end()
121 if (ptr < ptrend - 1) switch (ptr[1]) in find_text_end()
132 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()

Completed in 36 milliseconds