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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c340 int ovector_start; member in struct:compiler_common
502 #define OVECTOR_START (common->ovector_start)
852 common->recursive_head_ptr = common->ovector_start;
853 common->ovector_start += sizeof(sljit_sw);
861 common->capture_last_ptr = common->ovector_start;
862 common->ovector_start += sizeof(sljit_sw);
879 common->mark_ptr = common->ovector_start;
880 common->ovector_start += sizeof(sljit_sw);
9851 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw);
9863 common->capture_last_ptr = common->ovector_start;
[all...]

Completed in 90 milliseconds