Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3860 compile_block *cb, size_t *lengthptr) in compile_branch() argument
3990 if (lengthptr != NULL) in compile_branch()
4010 if (OFLOW_MAX - *lengthptr < (size_t)(code - last_code)) in compile_branch()
4015 *lengthptr += (size_t)(code - last_code); in compile_branch()
4061 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ in compile_branch()
4144 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ in compile_branch()
4175 if (lengthptr != NULL) in compile_branch()
4177 if (OFLOW_MAX - *lengthptr < (size_t)(code - last_code)) in compile_branch()
4182 *lengthptr += (size_t)(code - last_code); /* To include callout length */ in compile_branch()
4962 if (lengthptr != NULL) in compile_branch()
[all …]
Dpcre2_match.c146 match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr) in match_ref() argument
163 *lengthptr = 0; in match_ref()
240 *lengthptr = eptr - eptr_start; in match_ref()