Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c391 sljit_s32 ovector_start; member
592 #define OVECTOR_START (common->ovector_start)
1095 common->iref_ptr = common->ovector_start; in check_opcode_types()
1096 common->ovector_start += 3 * sizeof(sljit_sw); in check_opcode_types()
1150 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
1151 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1160 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1161 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1186 common->mark_ptr = common->ovector_start; in check_opcode_types()
1187 common->ovector_start in check_opcode_types()
[all...]

Completed in 6 milliseconds