Searched refs:this_char (Results 1 – 2 of 2) sorted by relevance
116 char convert_char(curl_infotype infotype, char this_char) in convert_char() argument125 if((this_char >= 0x20) && (this_char < 0x7f)) { in convert_char()127 (void)convert_from_network(&this_char, 1); in convert_char()136 if(ISPRINT(this_char) in convert_char()137 && (this_char != '\t') in convert_char()138 && (this_char != '\r') in convert_char()139 && (this_char != '\n')) { in convert_char()141 return this_char; in convert_char()
36 char convert_char(curl_infotype infotype, char this_char);