• Home
  • Raw
  • Download

Lines Matching refs:curl

103 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)  in ourWriteOut()  argument
134 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp)) in ourWriteOut()
140 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo)) in ourWriteOut()
145 curl_easy_getinfo(curl, CURLINFO_HTTP_CONNECTCODE, in ourWriteOut()
151 curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &longinfo)) in ourWriteOut()
156 curl_easy_getinfo(curl, CURLINFO_REQUEST_SIZE, &longinfo)) in ourWriteOut()
161 curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &longinfo)) in ourWriteOut()
166 curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &longinfo)) in ourWriteOut()
171 curl_easy_getinfo(curl, CURLINFO_REDIRECT_TIME, in ourWriteOut()
177 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &doubleinfo)) in ourWriteOut()
182 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, in ourWriteOut()
188 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &doubleinfo)) in ourWriteOut()
193 curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME, in ourWriteOut()
199 curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME, in ourWriteOut()
205 curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME, in ourWriteOut()
211 curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD, &doubleinfo)) in ourWriteOut()
216 curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD, in ourWriteOut()
222 curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD, in ourWriteOut()
228 curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &doubleinfo)) in ourWriteOut()
233 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp)) in ourWriteOut()
239 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp)) in ourWriteOut()
245 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &stringp)) in ourWriteOut()
251 curl_easy_getinfo(curl, CURLINFO_SSL_VERIFYRESULT, in ourWriteOut()
261 curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, in ourWriteOut()
267 curl_easy_getinfo(curl, CURLINFO_PRIMARY_PORT, in ourWriteOut()
273 curl_easy_getinfo(curl, CURLINFO_LOCAL_IP, in ourWriteOut()
279 curl_easy_getinfo(curl, CURLINFO_LOCAL_PORT, in ourWriteOut()
285 curl_easy_getinfo(curl, CURLINFO_HTTP_VERSION, in ourWriteOut()