• Home
  • Raw
  • Download

Lines Matching refs:ovector_start

388   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()
12137 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12148 common->req_char_ptr = common->ovector_start; in jit_compile()
12149 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12153 common->start_used_ptr = common->ovector_start; in jit_compile()
12154 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12157 common->hit_start = common->ovector_start; in jit_compile()
12158 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12163 common->match_end_ptr = common->ovector_start; in jit_compile()
12164 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12171 common->control_head_ptr = common->ovector_start; in jit_compile()
12172 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12177 common->start_ptr = common->ovector_start; in jit_compile()
12178 common->ovector_start += sizeof(sljit_sw); in jit_compile()
12182 if ((common->ovector_start & sizeof(sljit_sw)) != 0) in jit_compile()
12183 common->ovector_start += sizeof(sljit_sw); in jit_compile()