Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
Dephiperfifo.c78 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
130 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
134 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
148 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
184 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
191 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
235 fprintf(MSG_OUT, "EAGAIN on tfd %d\n", g->tfd); in timer_cb()
311 fprintf(MSG_OUT, in sock_cb()
314 fprintf(MSG_OUT, "\n"); in sock_cb()
[all …]
Dhiperfifo.c77 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
131 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
135 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
149 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
175 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
182 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
210 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
285 fprintf(MSG_OUT, in sock_cb()
288 fprintf(MSG_OUT, "\n"); in sock_cb()
293 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
[all …]
Devhiperfifo.c80 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
162 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
166 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
183 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
190 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
288 fprintf(MSG_OUT, in sock_cb()
291 fprintf(MSG_OUT, "\n"); in sock_cb()
296 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
300 fprintf(MSG_OUT, in sock_cb()
[all …]
Dghiper.c68 #define MSG_OUT g_print /* Change to "g_error" to write to stderr */ macro
113 MSG_OUT("ERROR: %s returns %s\n", where, s); in mcode_or_die()
128 MSG_OUT("REMAINING: %d\n", g->still_running); in check_multi_info()
135 MSG_OUT("DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
165 MSG_OUT("*** update_timeout_cb %ld => %ld:%ld ***\n", in update_timeout_cb()
198 MSG_OUT("last transfer done, kill timeout\n"); in event_cb()
253 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
255 MSG_OUT("\n"); in sock_cb()
260 MSG_OUT("Adding data: %s%s\n", in sock_cb()
266 MSG_OUT( in sock_cb()
[all …]