Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
Dpcre2_compile.c1236 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number()
1322 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
2061 check_posix_syntax(PCRE2_SPTR ptr, PCRE2_SPTR ptrend, PCRE2_SPTR *endptr) in check_posix_syntax()
2145 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t terminator, in read_name()
2351 PCRE2_SPTR ptrend = cb->end_pattern; in parse_regex() local