/external/curl/docs/examples/ |
D | asiohiper.cpp | 63 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro 93 fprintf(MSG_OUT, "\nmulti_timer_cb: timeout_ms %ld", timeout_ms); in multi_timer_cb() 144 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die() 149 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s); in mcode_or_die() 165 fprintf(MSG_OUT, "\nREMAINING: %d", g->still_running); in check_multi_info() 173 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error); in check_multi_info() 187 fprintf(MSG_OUT, "\nevent_cb: action=%d", action); in event_cb() 190 fprintf(MSG_OUT, "\nevent_cb: socket already closed"); in event_cb() 205 fprintf(MSG_OUT, "\nlast transfer done, kill timeout"); in event_cb() 234 fprintf(MSG_OUT, "\ntimer_cb: "); in timer_cb() [all …]
|
D | ephiperfifo.c | 82 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro 134 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 138 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 153 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb() 189 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info() 196 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info() 219 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 240 fprintf(MSG_OUT, "EAGAIN on tfd %d\n", g->tfd); in timer_cb() 316 fprintf(MSG_OUT, in sock_cb() 319 fprintf(MSG_OUT, "\n"); in sock_cb() [all …]
|
D | hiperfifo.c | 81 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro 135 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 139 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die() 153 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb() 179 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info() 186 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info() 214 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb() 282 fprintf(MSG_OUT, in sock_cb() 285 fprintf(MSG_OUT, "\n"); in sock_cb() 290 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() 250 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb() 252 MSG_OUT("\n"); in sock_cb() 257 MSG_OUT("Adding data: %s%s\n", in sock_cb() 263 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() 285 fprintf(MSG_OUT, in sock_cb() 288 fprintf(MSG_OUT, "\n"); in sock_cb() 293 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb() 297 fprintf(MSG_OUT, in sock_cb() [all …]
|