Lines Matching refs:pcre_uint32
171 pcre_uint32 limit_match;
186 pcre_uint32 top_bracket;
187 pcre_uint32 limit_match;
381 pcre_uint32 nlmax;
382 pcre_uint32 nlmin;
385 pcre_uint32 bsr_nlmax;
386 pcre_uint32 bsr_nlmin;
2525 static void peek_char(compiler_common *common, pcre_uint32 max)
2613 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_str_ptr)
3185 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars)
3190 pcre_uint32 chr, mask;
3522 pcre_uint32 chars[MAX_N_CHARS * 2];
3526 pcre_uint32 mask;
4004 pcre_uint32 oc, bit;
4529 pcre_uint32 c1, c2;
4533 const pcre_uint32 *pp;
4749 const pcre_uint32 *other_cases;
10408 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10501 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);