Searched refs:s_infotype (Results 1 – 2 of 2) sorted by relevance
/external/curl/src/ |
D | tool_cb_dbg.c | 102 static const char * const s_infotype[] = { in tool_debug_cb() local 116 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 124 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 133 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 149 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
|
/external/curl/lib/ |
D | sendf.c | 696 static const char s_infotype[CURLINFO_END][3] = { in Curl_debug() local 747 fwrite(s_infotype[type], 2, 1, data->set.err); in Curl_debug()
|