Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4387 compile_data *cd, int *lengthptr) in compile_branch() argument
4443 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch()
4516 if (lengthptr != NULL) in compile_branch()
4538 if (OFLOW_MAX - *lengthptr < code - last_code) in compile_branch()
4544 *lengthptr += (int)(code - last_code); in compile_branch()
4545 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch()
4593 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ in compile_branch()
4645 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ in compile_branch()
4673 if (lengthptr != NULL) in compile_branch()
4675 if (OFLOW_MAX - *lengthptr < code - last_code) in compile_branch()
[all …]