Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_convert.c116 char convert_char(curl_infotype infotype, char this_char) in convert_char() argument
125 if(this_char < 0x20 || this_char >= 0x7f) { in convert_char()
130 (void)convert_from_network(&this_char, 1); in convert_char()
134 if(ISPRINT(this_char) in convert_char()
135 && (this_char != '\t') in convert_char()
136 && (this_char != '\r') in convert_char()
137 && (this_char != '\n')) { in convert_char()
139 return this_char; in convert_char()
Dtool_convert.h36 char convert_char(curl_infotype infotype, char this_char);