Lines Matching refs:lengthptr
3860 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()
4964 *lengthptr += class_uchardata - class_uchardata_base; in compile_branch()
5049 if (lengthptr == NULL) /* Save time in the pre-compile phase */ in compile_branch()
5521 if (lengthptr != NULL) in compile_branch()
5527 OFLOW_MAX - *lengthptr < delta) in compile_branch()
5532 *lengthptr += delta; in compile_branch()
5572 if (lengthptr != NULL && repeat_max > 0) in compile_branch()
5579 OFLOW_MAX - *lengthptr < delta) in compile_branch()
5584 *lengthptr += delta; in compile_branch()
5674 if (lengthptr == NULL) in compile_branch()
5966 if (lengthptr != NULL) in compile_branch()
5968 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6009 if (lengthptr != NULL) in compile_branch()
6011 *lengthptr += arglen; in compile_branch()
6315 if (lengthptr != NULL) skipunits += IMM2_SIZE; in compile_branch()
6330 if (lengthptr != NULL) break; in compile_branch()
6555 if (lengthptr != NULL) /* Only check the string */ in compile_branch()
6575 (*lengthptr) += (ptr - start) + 2 + (1 + 4*LINK_SIZE); in compile_branch()
6702 if (lengthptr != NULL) in compile_branch()
6776 if (lengthptr == NULL) in compile_branch()
7048 (lengthptr == NULL)? NULL : /* Actual compile phase */ in compile_branch()
7073 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
7129 if (lengthptr != NULL) in compile_branch()
7131 if (OFLOW_MAX - *lengthptr < length_prevgroup - 2 - 2*LINK_SIZE) in compile_branch()
7136 *lengthptr += length_prevgroup - 2 - 2*LINK_SIZE; in compile_branch()
7594 compile_block *cb, size_t *lengthptr) in compile_regex() argument
7689 cond_depth, cb, (lengthptr == NULL)? NULL : &length)) in compile_regex()
7702 if (lengthptr == NULL) in compile_regex()
7804 if (lengthptr == NULL) in compile_regex()
7856 if (lengthptr != NULL) in compile_regex()
7858 if (OFLOW_MAX - *lengthptr < length) in compile_regex()
7863 *lengthptr += length; in compile_regex()
7877 if (lengthptr != NULL) in compile_regex()