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.c388 sljit_s32 ovector_start; member
569 #define OVECTOR_START (common->ovector_start)
915 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
916 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
925 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
926 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
948 common->mark_ptr = common->ovector_start; in check_opcode_types()
949 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
12124 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in jit_compile()
12136 common->capture_last_ptr = common->ovector_start; in jit_compile()
[all …]