Lines Matching refs:exact
11289 …SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type, sljit_u32 *max, sljit_u32 *exact, PCRE2_SPTR *end) in get_iterator_parameters() argument
11294 *exact = 0; in get_iterator_parameters()
11340 *exact = 1; in get_iterator_parameters()
11351 *exact = 1; in get_iterator_parameters()
11359 *exact = GET2(cc, class_len); in get_iterator_parameters()
11370 *max -= *exact; in get_iterator_parameters()
11396 *exact = GET2(cc, 0); in get_iterator_parameters()
11402 *exact = 1; in get_iterator_parameters()
11407 *exact = 1; in get_iterator_parameters()
11440 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local
11478 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &exact, &end); in compile_iterator_matchingpath()
11492 if (exact > 1) in compile_iterator_matchingpath()
11502 OP2(SLJIT_ADD, TMP1, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(exact)); in compile_iterator_matchingpath()
11504 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
11512 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
11519 else if (exact == 1) in compile_iterator_matchingpath()
12423 sljit_u32 max = 0, exact; in compile_iterator_backtrackingpath() local
12433 cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &exact, &end); in compile_iterator_backtrackingpath()