Searched defs:skipbytes (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_compile.c | 4494 int skipbytes; local 6428 skipbytes = 0; 6634 skipbytes = 1+IMM2_SIZE; 6776 skipbytes += IMM2_SIZE; 6823 skipbytes = 1; 7470 skipbytes = IMM2_SIZE; 7502 skipbytes, /* Skip over bracket number */ 7743 skipbytes = 0; 8024 skipbytes skip this many bytes at start (for brackets and OP_COND) 8040 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, 8039 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, int cond_depth, pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, branch_chain *bcptr, compile_data *cd, int *lengthptr) argument [all...] |
Completed in 46 milliseconds