Lines Matching refs:exact
8631 …char *cc, pcre_uchar *opcode, pcre_uchar *type, sljit_u32 *max, sljit_u32 *exact, pcre_uchar **end) in get_iterator_parameters() argument
8636 *exact = 0; in get_iterator_parameters()
8682 *exact = 1; in get_iterator_parameters()
8693 *exact = 1; in get_iterator_parameters()
8701 *exact = GET2(cc, class_len); in get_iterator_parameters()
8712 *max -= *exact; in get_iterator_parameters()
8738 *exact = GET2(cc, 0); in get_iterator_parameters()
8744 *exact = 1; in get_iterator_parameters()
8749 *exact = 1; in get_iterator_parameters()
8782 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local
8814 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &exact, &end); in compile_iterator_matchingpath()
8831 if (exact > 1) in compile_iterator_matchingpath()
8840 OP2(SLJIT_ADD, TMP1, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(exact)); in compile_iterator_matchingpath()
8842 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
8850 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
8857 else if (exact == 1) in compile_iterator_matchingpath()
9629 sljit_u32 max = 0, exact; in compile_iterator_backtrackingpath() local
9639 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &exact, &end); in compile_iterator_backtrackingpath()