Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c340 int ovector_start; member
502 #define OVECTOR_START (common->ovector_start)
852 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
853 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
861 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
862 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
879 common->mark_ptr = common->ovector_start; in check_opcode_types()
880 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
9851 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in PRIV()
9863 common->capture_last_ptr = common->ovector_start; in PRIV()
[all …]