• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/

Lines Matching defs:curl

12  * are also available at http://curl.haxx.se/docs/copyright.html.
24 #define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
25 #include <curl/mprintf.h>
102 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
133 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp))
139 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo))
144 curl_easy_getinfo(curl, CURLINFO_HTTP_CONNECTCODE,
150 curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &longinfo))
155 curl_easy_getinfo(curl, CURLINFO_REQUEST_SIZE, &longinfo))
160 curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &longinfo))
165 curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &longinfo))
170 curl_easy_getinfo(curl, CURLINFO_REDIRECT_TIME,
176 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &doubleinfo))
181 curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME,
187 curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &doubleinfo))
192 curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME,
198 curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME,
204 curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME,
210 curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD, &doubleinfo))
215 curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD,
221 curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD,
227 curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &doubleinfo))
232 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
238 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp))
244 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &stringp))
250 curl_easy_getinfo(curl, CURLINFO_SSL_VERIFYRESULT,
260 curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP,
266 curl_easy_getinfo(curl, CURLINFO_PRIMARY_PORT,
272 curl_easy_getinfo(curl, CURLINFO_LOCAL_IP,
278 curl_easy_getinfo(curl, CURLINFO_LOCAL_PORT,
289 fprintf(stderr, "curl: unknown --write-out variable: '%s'\n", ptr);