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

/external/curl/docs/examples/
H A Dasiohiper.cpp52 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
82 fprintf(MSG_OUT, "\nmulti_timer_cb: timeout_ms %ld", timeout_ms);
137 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s);
142 fprintf(MSG_OUT, "\nERROR: %s returns %s", where, s);
158 fprintf(MSG_OUT, "\nREMAINING: %d", g->still_running);
168 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error);
181 fprintf(MSG_OUT, "\nevent_cb: action=%d", action);
192 fprintf(MSG_OUT, "\nlast transfer done, kill timeout");
202 fprintf(MSG_OUT, "\ntimer_cb: ");
215 fprintf(MSG_OUT, "\nremsoc
[all...]
H A Dhiperfifo.c70 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
117 fprintf(MSG_OUT, "multi_timer_cb: Setting timeout to %ld ms\n", timeout_ms);
137 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
141 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
158 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running);
165 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);
191 fprintf(MSG_OUT, "last transfer done, kill timeout\n");
263 fprintf(MSG_OUT,
266 fprintf(MSG_OUT, "\n");
271 fprintf(MSG_OUT, "Addin
[all...]
H A Devhiperfifo.c74 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ macro
145 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
149 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
166 fprintf(MSG_OUT, "REMAINING: %d\n", g->still_running);
173 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);
198 fprintf(MSG_OUT, "last transfer done, kill timeout\n");
270 fprintf(MSG_OUT,
274 fprintf(MSG_OUT, "\n");
280 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
284 fprintf(MSG_OUT,
[all...]
H A Dghiper.c64 #define MSG_OUT g_print /* Change to "g_error" to write to stderr */ macro
116 MSG_OUT("ERROR: %s returns %s\n", where, s);
133 MSG_OUT("REMAINING: %d\n", g->still_running);
140 MSG_OUT("DONE: %s => (%d) %s\n", eff_url, res, conn->error);
174 MSG_OUT("*** update_timeout_cb %ld => %ld:%ld ***\n",
202 MSG_OUT("last transfer done, kill timeout\n");
256 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
258 MSG_OUT("\n");
262 MSG_OUT("Adding data: %s%s\n",
268 MSG_OUT(
[all...]

Completed in 78 milliseconds