HomeSort by relevance Sort by last modified time
    Searched refs:eff_url (Results 1 - 5 of 5) sorted by null

  /external/curl/docs/examples/
asiohiper.cpp 158 char *eff_url; local
172 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
173 fprintf(MSG_OUT, "\nDONE: %s => (%d) %s", eff_url, res, conn->error);
ephiperfifo.c 182 char *eff_url; local
195 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
196 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);
evhiperfifo.c 174 char *eff_url; local
187 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
188 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);
ghiper.c 119 char *eff_url; local
132 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
133 MSG_OUT("DONE: %s => (%d) %s\n", eff_url, res, conn->error);
hiperfifo.c 172 char *eff_url; local
185 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
186 fprintf(MSG_OUT, "DONE: %s => (%d) %s\n", eff_url, res, conn->error);

Completed in 3575 milliseconds