Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1412 if (p >= ptrend) goto EXIT; in read_repeat_counts()
1495 if (ptr >= ptrend) in PRIV()
1705 if (ptr >= ptrend) in PRIV()
1984 if (ptr >= ptrend) in PRIV()
2546 while (ptr < ptrend) in parse_regex()
2581 while (ptr < ptrend) in parse_regex()
2772 while (ptr < ptrend) in parse_regex()
2794 if (ptr >= ptrend) in parse_regex()
3217 if (ptrend - ptr >= 6 && in parse_regex()
3267 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 27 milliseconds