Lines Matching refs:sljit_u32
171 sljit_u32 limit_match;
186 sljit_u32 top_bracket;
187 sljit_u32 limit_match;
397 sljit_u32 nlmax;
398 sljit_u32 nlmin;
401 sljit_u32 bsr_nlmax;
402 sljit_u32 bsr_nlmin;
468 sljit_u32 asuchars[1];
480 sljit_u32 asuchars[1];
1102 sljit_u32 min; in get_class_iterator_size()
1103 sljit_u32 max; in get_class_iterator_size()
2790 static void peek_char(compiler_common *common, sljit_u32 max) in peek_char()
2878 static void read_char_range(compiler_common *common, sljit_u32 min, sljit_u32 max, BOOL update_str_… in read_char_range()
3470 …ix(compiler_common *common, pcre_uchar *cc, pcre_uchar *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix()
3475 sljit_u32 chr; /* Any unicode character. */ in scan_prefix()
4325 sljit_u32 rec_count; in fast_forward_first_n_chars()
4726 sljit_u32 oc, bit; in search_requested_char()
5254 sljit_u32 c1, c2; in do_utf_caselesscmp()
5258 const sljit_u32 *pp; in do_utf_caselesscmp()
5476 const sljit_u32 *other_cases; in compile_xclass_matchingpath()
8631 … *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, sljit_u32 *max, sljit_u32 *exact, … in get_iterator_parameters()
8782 sljit_u32 max = 0, exact; in compile_iterator_matchingpath()
9629 sljit_u32 max = 0, exact; in compile_iterator_backtrackingpath()
11449 … = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_u32)(extra_data->mat… in PRIV()
11542 … = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_u32)(extra_data->mat… in pcre_jit_exec()