Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dmime_sniff.c52 static bool is_http_tab_or_space(char c) in is_http_tab_or_space() function
60 return c == 0x0A || c == 0x0D || is_http_tab_or_space(c); in is_http_whitespace()

Completed in 5 milliseconds