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.c391 sljit_s32 ovector_start; member
589 #define OVECTOR_START (common->ovector_start)
1090 common->iref_ptr = common->ovector_start; in check_opcode_types()
1091 common->ovector_start += 3 * sizeof(sljit_sw); in check_opcode_types()
1145 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
1146 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1155 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1156 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1181 common->mark_ptr = common->ovector_start; in check_opcode_types()
1182 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
[all …]