Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dmime_sniff.c163 static bool is_empty_string_or_does_not_solely_contain_http_token_code_points(const char *start, si… in is_empty_string_or_does_not_solely_contain_http_token_code_points() function
208 if (is_empty_string_or_does_not_solely_contain_http_token_code_points(start, type_length)) { in php_libxml_sniff_charset_from_string()
227 if (is_empty_string_or_does_not_solely_contain_http_token_code_points(start, subtype_length)) { in php_libxml_sniff_charset_from_string()

Completed in 7 milliseconds