Searched refs:s_infotype (Results 1 – 2 of 2) sorted by relevance
/external/curl/src/ |
D | tool_cb_dbg.c | 100 static const char * const s_infotype[] = { in tool_debug_cb() local 114 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 122 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 131 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 147 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
|
/external/curl/lib/ |
D | sendf.c | 724 static const char s_infotype[CURLINFO_END][3] = { in showit() local 775 fwrite(s_infotype[type], 2, 1, data->set.err); in showit()
|