Home
last modified time | relevance | path

Searched refs:non_ascci (Results 1 – 3 of 3) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/dpi/
H A Dftp.c97 size_t i, non_ascci; in a_Misc_get_content_type_from_data2() local
128 non_ascci = 0; in a_Misc_get_content_type_from_data2()
133 ++non_ascci; in a_Misc_get_content_type_from_data2()
136 Type = (non_ascci > Size/10) ? 0 : 2; in a_Misc_get_content_type_from_data2()
139 Type = (non_ascci > Size/10) ? 0 : 2; in a_Misc_get_content_type_from_data2()
H A Dfile.c139 size_t i, non_ascci; in File_get_content_type_from_data() local
168 non_ascci = 0; in File_get_content_type_from_data()
172 ++non_ascci; in File_get_content_type_from_data()
174 Type = (non_ascci > 10) ? 0 : 2; in File_get_content_type_from_data()
176 Type = (non_ascci > 0) ? 0 : 2; in File_get_content_type_from_data()
/dports/www/dillo2/dillo-3.0.5/src/
H A Dmisc.c138 size_t i, non_ascci, non_ascci_text, bin_chars; in a_Misc_get_content_type_from_data() local
178 non_ascci = non_ascci_text = bin_chars = 0; in a_Misc_get_content_type_from_data()
185 ++non_ascci; in a_Misc_get_content_type_from_data()
189 if (bin_chars == 0 && (non_ascci - non_ascci_text) <= Size/10) { in a_Misc_get_content_type_from_data()