Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1514 if (ptr >= ptrend) in PRIV()
1724 if (ptr >= ptrend) in PRIV()
2007 if (ptr >= ptrend) in PRIV()
2419 if (ptr >= ptrend) break; in read_name()
2652 while (ptr < ptrend) in parse_regex()
2687 while (ptr < ptrend) in parse_regex()
2878 while (ptr < ptrend) in parse_regex()
2900 if (ptr >= ptrend) in parse_regex()
3323 if (ptrend - ptr >= 6 && in parse_regex()
3373 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 45 milliseconds