• Home
  • Raw
  • Download

Lines Matching refs:MSG_OUT

53 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */  macro
83 fprintf(MSG_OUT, "\nmulti_timer_cb: timeout_ms %ld", timeout_ms); in multi_timer_cb()
138 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
143 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die()
159 fprintf(MSG_OUT, "\nREMAINING: %d", g->still_running); in check_multi_info()
169 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error); in check_multi_info()
182 fprintf(MSG_OUT, "\nevent_cb: action=%d", action); in event_cb()
193 fprintf(MSG_OUT, "\nlast transfer done, kill timeout"); in event_cb()
203 fprintf(MSG_OUT, "\ntimer_cb: "); in timer_cb()
216 fprintf(MSG_OUT, "\nremsock: "); in remsock()
226 fprintf(MSG_OUT, "\nsetsock: socket=%d, act=%d, fdp=%p", s, act, fdp); in setsock()
232 fprintf(MSG_OUT, "\nsocket %d is a c-ares socket, ignoring", s); in setsock()
243 fprintf(MSG_OUT, "\nwatching for socket to become readable"); in setsock()
250 fprintf(MSG_OUT, "\nwatching for socket to become writable"); in setsock()
257 fprintf(MSG_OUT, "\nwatching for socket to become readable & writable"); in setsock()
279 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb()
285 fprintf(MSG_OUT, in sock_cb()
290 fprintf(MSG_OUT, "\n"); in sock_cb()
297 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]); in sock_cb()
302 fprintf(MSG_OUT, in sock_cb()
322 fprintf(MSG_OUT, "%s", pBuffer); in write_cb()
338 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", conn->url, dlnow, dltotal); in prog_cb()
339 fprintf(MSG_OUT, "\nProgress: %s (%g)", conn->url, ult); in prog_cb()
348 fprintf(MSG_OUT, "\nopensocket :"); in opensocket()
366 fprintf(MSG_OUT, "\nERROR: Returning CURL_SOCKET_BAD to signal error"); in opensocket()
371 fprintf(MSG_OUT, "\nOpened socket %d", sockfd); in opensocket()
384 fprintf(MSG_OUT, "\nclose_socket : %d", item); in close_socket()
408 fprintf(MSG_OUT, "\ncurl_easy_init() failed, exiting!"); in new_conn()
433 fprintf(MSG_OUT, in new_conn()
464 fprintf(MSG_OUT, "\ndone.\n"); in main()