• Home
  • Raw
  • Download

Lines Matching refs:MSG_OUT

52 #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()
225 fprintf(MSG_OUT, "\nsetsock: socket=%d, act=%d, fdp=%p", s, act, fdp); in setsock()
231 fprintf(MSG_OUT, "\nsocket %d is a c-ares socket, ignoring", s); in setsock()
242 fprintf(MSG_OUT, "\nwatching for socket to become readable"); in setsock()
249 fprintf(MSG_OUT, "\nwatching for socket to become writable"); in setsock()
256 fprintf(MSG_OUT, "\nwatching for socket to become readable & writable"); in setsock()
278 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb()
284 fprintf(MSG_OUT, in sock_cb()
289 fprintf(MSG_OUT, "\n"); in sock_cb()
296 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]); in sock_cb()
301 fprintf(MSG_OUT, in sock_cb()
321 fprintf(MSG_OUT, "%s", pBuffer); in write_cb()
337 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", conn->url, dlnow, dltotal); in prog_cb()
338 fprintf(MSG_OUT, "\nProgress: %s (%g)", conn->url, ult); in prog_cb()
347 fprintf(MSG_OUT, "\nopensocket :"); in opensocket()
365 fprintf(MSG_OUT, "\nERROR: Returning CURL_SOCKET_BAD to signal error"); in opensocket()
370 fprintf(MSG_OUT, "\nOpened socket %d", sockfd); in opensocket()
383 fprintf(MSG_OUT, "\nclosesocket : %d", item); in closesocket()
407 fprintf(MSG_OUT, "\ncurl_easy_init() failed, exiting!"); in new_conn()
432 fprintf(MSG_OUT, in new_conn()
464 fprintf(MSG_OUT, "\ndone.\n"); in main()