Lines Matching refs:slot
797 pcre_uchar *slot; in check_opcode_types() local
841 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types()
844 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
845 slot += common->name_entry_size; in check_opcode_types()
870 slot = bracketend(cc); in check_opcode_types()
871 if (slot > assert_back_end) in check_opcode_types()
872 assert_back_end = slot; in check_opcode_types()
6731 pcre_uchar *slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local
6742 offset = GET2(slot, 0) << 1; in compile_dnref_search()
6745 slot += common->name_entry_size; in compile_dnref_search()
6748 offset = GET2(slot, 0) << 1; in compile_dnref_search()
7815 pcre_uchar *slot; in compile_bracket_matchingpath() local
8108 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
8111 … OP2(SLJIT_SUB | SLJIT_SET_Z, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
8112 slot += common->name_entry_size; in compile_bracket_matchingpath()
8116 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
8118 slot += common->name_entry_size; in compile_bracket_matchingpath()
8154 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
8158 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
8160 slot += common->name_entry_size; in compile_bracket_matchingpath()