Searched refs:MSG_OUT (Results 1 – 4 of 4) sorted by relevance
/external/curl/docs/examples/ |
D | ephiperfifo.c | 76 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro 128 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 132 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 146 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb() 182 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info() 189 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info() 212 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 233 fprintf(MSG_OUT, "EAGAIN on tfd %d\n", g->tfd); in timer_cb() 309 fprintf(MSG_OUT, in sock_cb() 312 fprintf(MSG_OUT, "\n"); in sock_cb() [all …]
|
D | hiperfifo.c | 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() [all …]
|
D | ghiper.c | 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() [all …]
|
D | evhiperfifo.c | 78 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro 160 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 164 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 181 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info() 188 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info() 212 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 286 fprintf(MSG_OUT, in sock_cb() 289 fprintf(MSG_OUT, "\n"); in sock_cb() 294 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb() 298 fprintf(MSG_OUT, in sock_cb() [all …]
|