Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_dbg.c102 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/
Dsendf.c696 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()