Home
last modified time | relevance | path

Searched refs:MSG_OUT (Results 1 – 4 of 4) sorted by relevance

/external/curl/docs/examples/
Dasiohiper.cpp52 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
82 fprintf(MSG_OUT, "\nmulti_timer_cb: timeout_ms %ld", timeout_ms); in multi_timer_cb()
137 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
142 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
158 fprintf(MSG_OUT, "\nREMAINING: %d", g->still_running); in check_multi_info()
168 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error); in check_multi_info()
181 fprintf(MSG_OUT, "\nevent_cb: action=%d", action); in event_cb()
192 fprintf(MSG_OUT, "\nlast transfer done, kill timeout"); in event_cb()
202 fprintf(MSG_OUT, "\ntimer_cb: "); in timer_cb()
215 fprintf(MSG_OUT, "\nremsock: "); in remsock()
[all …]
Dhiperfifo.c70 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
117 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
137 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
141 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
158 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
165 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
191 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
263 fprintf(MSG_OUT, in sock_cb()
266 fprintf(MSG_OUT, "\n"); in sock_cb()
271 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
[all …]
Dghiper.c64 #define MSG_OUT g_print /* Change to "g_error" to write to stderr */ macro
116 MSG_OUT("ERROR: %s returns %s\n", where, s); in mcode_or_die()
133 MSG_OUT("REMAINING: %d\n", g->still_running); in check_multi_info()
140 MSG_OUT("DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
174 MSG_OUT("*** update_timeout_cb %ld => %ld:%ld ***\n", in update_timeout_cb()
202 MSG_OUT("last transfer done, kill timeout\n"); in event_cb()
256 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
258 MSG_OUT("\n"); in sock_cb()
262 MSG_OUT("Adding data: %s%s\n", in sock_cb()
268 MSG_OUT( in sock_cb()
[all …]
Devhiperfifo.c74 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
145 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
149 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
166 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
173 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
198 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
270 fprintf(MSG_OUT, in sock_cb()
274 fprintf(MSG_OUT, "\n"); in sock_cb()
280 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
284 fprintf(MSG_OUT, in sock_cb()
[all …]