Searched refs:lengthptr (Results 1 – 2 of 2) sorted by relevance
3860 compile_block *cb, size_t *lengthptr) in compile_branch() argument3990 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 …]
146 match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr) in match_ref() argument163 *lengthptr = 0; in match_ref()240 *lengthptr = eptr - eptr_start; in match_ref()