Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1336 if (p >= ptrend) goto EXIT; in read_repeat_counts()
1421 if (ptr >= ptrend) in PRIV()
1579 if (ptr >= ptrend) in PRIV()
1858 if (ptr >= ptrend) in PRIV()
2154 if (++ptr >= ptrend) in read_name()
2375 while (ptr < ptrend) in parse_regex()
2410 while (ptr < ptrend) in parse_regex()
2586 while (ptr < ptrend) in parse_regex()
2608 if (ptr >= ptrend) in parse_regex()
3059 while (ptr < ptrend) in parse_regex()
[all …]
H A Dpcre2_substitute.c78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() argument
86 for (; ptr < ptrend; ptr++) in find_text_end()
90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
107 if (ptr < ptrend - 1 && ptr[1] == CHAR_LEFT_CURLY_BRACKET) in find_text_end()
120 if (ptr < ptrend - 1) switch (ptr[1]) in find_text_end()
131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()

Completed in 28 milliseconds