Lines Matching refs:MSG_OUT
66 #define MSG_OUT g_print /* Change to "g_error" to write to stderr */ macro
111 MSG_OUT("ERROR: %s returns %s\n", where, s); in mcode_or_die()
126 MSG_OUT("REMAINING: %d\n", g->still_running); in check_multi_info()
133 MSG_OUT("DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
163 MSG_OUT("*** update_timeout_cb %ld => %ld:%ld ***\n", in update_timeout_cb()
196 MSG_OUT("last transfer done, kill timeout\n"); in event_cb()
251 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
253 MSG_OUT("\n"); in sock_cb()
258 MSG_OUT("Adding data: %s%s\n", in sock_cb()
264 MSG_OUT( in sock_cb()
287 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
301 MSG_OUT("curl_easy_init() failed, exiting!\n"); in new_conn()
320 MSG_OUT("Adding easy %p to multi %p (%s)\n", conn->easy, g->multi, url); in new_conn()
407 MSG_OUT("Now, pipe some URL's into > %s\n", fifo); in init_fifo()