Lines Matching refs:MSG_OUT
75 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
129 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
133 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
147 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
173 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
180 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
208 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
279 fprintf(MSG_OUT, in sock_cb()
282 fprintf(MSG_OUT, "\n"); in sock_cb()
287 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
291 fprintf(MSG_OUT, in sock_cb()
319 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
335 fprintf(MSG_OUT, "curl_easy_init() failed, exiting!\n"); in new_conn()
350 fprintf(MSG_OUT, in new_conn()
394 fprintf(MSG_OUT, "Creating named pipe \"%s\"\n", fifo); in init_fifo()
414 fprintf(MSG_OUT, "Now, pipe some URL's into > %s\n", fifo); in init_fifo()