Searched defs:lengthptr (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_match.c137 lengthptr pointer for returning the length matched
146 match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr)
163 *lengthptr = 0;
240 *lengthptr = eptr - eptr_start;
145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr, match_block *mb, BOOL caseless, PCRE2_SIZE *lengthptr) argument
H A Dpcre2_compile.c3833 phase. The value of lengthptr distinguishes the two phases.
3847 lengthptr NULL during the real compile phase
3860 compile_block *cb, size_t *lengthptr)
3990 if (lengthptr != NULL)
4010 if (OFLOW_MAX - *lengthptr < (size_t)(code - last_code))
4015 *lengthptr += (size_t)(code - last_code);
4061 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */
4144 if (lengthptr == NULL) /* Don't attempt in pre-compile phase */
4175 if (lengthptr != NULL)
4177 if (OFLOW_MAX - *lengthptr < (size_
3855 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, PCRE2_SPTR *ptrptr, int *errorcodeptr, uint32_t *firstcuptr, int32_t *firstcuflagsptr, uint32_t *reqcuptr, int32_t *reqcuflagsptr, branch_chain *bcptr, int cond_depth, compile_block *cb, size_t *lengthptr) argument
7590 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, PCRE2_SPTR *ptrptr, int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, uint32_t skipunits, int cond_depth, uint32_t *firstcuptr, int32_t *firstcuflagsptr, uint32_t *reqcuptr, int32_t *reqcuflagsptr, branch_chain *bcptr, compile_block *cb, size_t *lengthptr) argument
[all...]

Completed in 71 milliseconds