Home
last modified time | relevance | path

Searched refs:ovector_start (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c364 sljit_s32 ovector_start; member
529 #define OVECTOR_START (common->ovector_start)
874 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
875 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
884 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
885 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
906 common->mark_ptr = common->ovector_start; in check_opcode_types()
907 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
10934 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in jit_compile()
10946 common->capture_last_ptr = common->ovector_start; in jit_compile()
[all …]