Lines Matching defs:slot
786 pcre_uchar *slot;
839 slot = common->name_table + GET2(cc, 1) * common->name_entry_size;
842 common->optimized_cbracket[GET2(slot, 0)] = 0;
843 slot += common->name_entry_size;
1205 gets a private slot instead of allocating it on the stack. */
5910 pcre_uchar *slot = common->name_table + GET2(cc, 1) * common->name_entry_size;
5921 offset = GET2(slot, 0) << 1;
5924 slot += common->name_entry_size;
5927 offset = GET2(slot, 0) << 1;
6941 pcre_uchar *slot;
7234 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size;
7237 OP2(SLJIT_SUB | SLJIT_SET_E, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0);
7238 slot += common->name_entry_size;
7242 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0);
7244 slot += common->name_entry_size;
7278 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size;
7282 if ((int)GET2(slot, 0) == i)
7284 slot += common->name_entry_size;