Lines Matching refs:curl
101 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo) in ourWriteOut() argument
132 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp)) in ourWriteOut()
138 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo)) in ourWriteOut()
143 curl_easy_getinfo(curl, CURLINFO_HTTP_CONNECTCODE, in ourWriteOut()
149 curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &longinfo)) in ourWriteOut()
154 curl_easy_getinfo(curl, CURLINFO_REQUEST_SIZE, &longinfo)) in ourWriteOut()
159 curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &longinfo)) in ourWriteOut()
164 curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &longinfo)) in ourWriteOut()
169 curl_easy_getinfo(curl, CURLINFO_REDIRECT_TIME, in ourWriteOut()
175 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &doubleinfo)) in ourWriteOut()
180 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, in ourWriteOut()
186 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &doubleinfo)) in ourWriteOut()
191 curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME, in ourWriteOut()
197 curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME, in ourWriteOut()
203 curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME, in ourWriteOut()
209 curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD, &doubleinfo)) in ourWriteOut()
214 curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD, in ourWriteOut()
220 curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD, in ourWriteOut()
226 curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &doubleinfo)) in ourWriteOut()
231 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp)) in ourWriteOut()
237 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp)) in ourWriteOut()
243 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &stringp)) in ourWriteOut()
249 curl_easy_getinfo(curl, CURLINFO_SSL_VERIFYRESULT, in ourWriteOut()
259 curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, in ourWriteOut()
265 curl_easy_getinfo(curl, CURLINFO_PRIMARY_PORT, in ourWriteOut()
271 curl_easy_getinfo(curl, CURLINFO_LOCAL_IP, in ourWriteOut()
277 curl_easy_getinfo(curl, CURLINFO_LOCAL_PORT, in ourWriteOut()