Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
221 trace tracetype, curl_infotype infotype) in dump() argument
264 fprintf(stream, "%c", convert_char(infotype, ptr[i + c])); in dump()
266 (void)infotype; in dump()
Dtool_convert.c116 char convert_char(curl_infotype infotype, char this_char) in convert_char() argument
119 switch(infotype) { in convert_char()
Dtool_convert.h36 char convert_char(curl_infotype infotype, char this_char);