Lines Matching refs:caseless
3188 BOOL last, any, caseless; in scan_prefix() local
3205 caseless = FALSE; in scan_prefix()
3209 caseless = TRUE; in scan_prefix()
3240 caseless = TRUE; in scan_prefix()
3248 caseless = TRUE; in scan_prefix()
3258 caseless = TRUE; in scan_prefix()
3435 if (caseless && char_has_othercase(common, cc)) in scan_prefix()
3452 caseless = FALSE; in scan_prefix()
3469 if (caseless) in scan_prefix()
3771 …t_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) in fast_forward_first_char() argument
3791 if (caseless) in fast_forward_first_char()
3995 …earch_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstch… in search_requested_char() argument
4022 if (caseless) in search_requested_char()
4557 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, in byte_sequence_compare() argument
4567 if (caseless && char_has_othercase(common, cc)) in byte_sequence_compare()