Home
last modified time | relevance | path

Searched refs:MSG_OUT (Results 1 – 4 of 4) sorted by relevance

/external/curl/docs/examples/
Dasiohiper.cpp53 #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()
[all …]
Dhiperfifo.c74 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
121 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms); in multi_timer_cb()
141 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
145 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
162 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running); in check_multi_info()
169 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error); in check_multi_info()
195 fprintf(MSG_OUT, "last transfer done, kill timeout\n"); in event_cb()
268 fprintf(MSG_OUT, in sock_cb()
271 fprintf(MSG_OUT, "\n"); in sock_cb()
276 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
[all …]
Dghiper.c66 #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()
189 MSG_OUT("last transfer done, kill timeout\n"); in event_cb()
243 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
245 MSG_OUT("\n"); in sock_cb()
250 MSG_OUT("Adding data: %s%s\n", in sock_cb()
256 MSG_OUT( in sock_cb()
[all …]
Devhiperfifo.c78 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
161 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
165 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
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()
213 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 …]