Lines Matching refs:lengthptr

4387   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()
4680 *lengthptr += (int)(code - last_code); /* To include callout length */ in compile_branch()
4872 if (lengthptr != NULL && class_uchardata > class_uchardata_base) in compile_branch()
4875 *lengthptr += (int)(class_uchardata - class_uchardata_base); in compile_branch()
5482 if (lengthptr == NULL) /* Save time in the pre-compile phase */ in compile_branch()
5611 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5984 if (lengthptr != NULL) in compile_branch()
5990 OFLOW_MAX - *lengthptr < delta) in compile_branch()
5995 *lengthptr += delta; in compile_branch()
6058 if (lengthptr != NULL && repeat_max > 0) in compile_branch()
6065 OFLOW_MAX - *lengthptr < delta) in compile_branch()
6070 *lengthptr += delta; in compile_branch()
6183 if (lengthptr == NULL) in compile_branch()
6701 if (lengthptr != NULL && (options & PCRE_DUPNAMES) != 0) in compile_branch()
6702 *lengthptr += IMM2_SIZE; in compile_branch()
6717 if (lengthptr != NULL) break; in compile_branch()
6960 if (lengthptr != NULL) in compile_branch()
7079 if (lengthptr != NULL) in compile_branch()
7121 if ((options & PCRE_DUPNAMES) != 0) *lengthptr += IMM2_SIZE; in compile_branch()
7159 if (lengthptr == NULL && cd->dupnames) in compile_branch()
7300 if (lengthptr == NULL) in compile_branch()
7421 (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) in compile_branch()
7507 (lengthptr == NULL)? NULL : /* Actual compile phase */ in compile_branch()
7532 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
7584 if (lengthptr != NULL) in compile_branch()
7586 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7591 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
8040 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex() argument
8133 cond_depth, cd, (lengthptr == NULL)? NULL : &length)) in compile_regex()
8146 if (lengthptr == NULL) in compile_regex()
8246 if (lengthptr == NULL) in compile_regex()
8302 if (lengthptr != NULL) in compile_regex()
8304 if (OFLOW_MAX - *lengthptr < length) in compile_regex()
8309 *lengthptr += length; in compile_regex()
8323 if (lengthptr != NULL) in compile_regex()