Lines Matching refs:MSG_OUT
63 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
93 fprintf(MSG_OUT, "\nmulti_timer_cb: timeout_ms %ld", timeout_ms); in multi_timer_cb()
144 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
149 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
165 fprintf(MSG_OUT, "\nREMAINING: %d", g->still_running); in check_multi_info()
173 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error); in check_multi_info()
187 fprintf(MSG_OUT, "\nevent_cb: action=%d", action); in event_cb()
190 fprintf(MSG_OUT, "\nevent_cb: socket already closed"); in event_cb()
205 fprintf(MSG_OUT, "\nlast transfer done, kill timeout"); in event_cb()
234 fprintf(MSG_OUT, "\ntimer_cb: "); in timer_cb()
248 fprintf(MSG_OUT, "\nremsock: "); in remsock()
258 fprintf(MSG_OUT, "\nsetsock: socket=%d, act=%d, fdp=%p", s, act, fdp); in setsock()
264 fprintf(MSG_OUT, "\nsocket %d is a c-ares socket, ignoring", s); in setsock()
273 fprintf(MSG_OUT, "\nwatching for socket to become readable"); in setsock()
281 fprintf(MSG_OUT, "\nwatching for socket to become writable"); in setsock()
289 fprintf(MSG_OUT, "\nwatching for socket to become readable & writable"); in setsock()
315 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb()
321 fprintf(MSG_OUT, in sock_cb()
325 fprintf(MSG_OUT, "\n"); in sock_cb()
330 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]); in sock_cb()
334 fprintf(MSG_OUT, in sock_cb()
353 fprintf(MSG_OUT, "%s", pBuffer); in write_cb()
369 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", conn->url, dlnow, dltotal); in prog_cb()
370 fprintf(MSG_OUT, "\nProgress: %s (%g)", conn->url, ult); in prog_cb()
379 fprintf(MSG_OUT, "\nopensocket :"); in opensocket()
397 fprintf(MSG_OUT, "\nERROR: Returning CURL_SOCKET_BAD to signal error"); in opensocket()
401 fprintf(MSG_OUT, "\nOpened socket %d", sockfd); in opensocket()
415 fprintf(MSG_OUT, "\nclose_socket : %d", item); in close_socket()
438 fprintf(MSG_OUT, "\ncurl_easy_init() failed, exiting!"); in new_conn()
462 fprintf(MSG_OUT, in new_conn()
493 fprintf(MSG_OUT, "\ndone.\n"); in main()