Searched refs:curl_easy_getinfo (Results 26 - 37 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c1396 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1400 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response);
1423 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response);
1493 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1497 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response);
1618 curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dasiohiper.cpp148 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn);
149 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
H A Devhiperfifo.c171 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn);
172 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
H A Dghiper.c138 curl_easy_getinfo(easy, CURLINFO_PRIVATE, &conn);
139 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url);
H A Dcurlx.c487 int result =curl_easy_getinfo(p.curl,CURLINFO_CONTENT_TYPE,&response);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlibntlmconnect.c62 code = curl_easy_getinfo(easy[idx], CURLINFO_LASTSOCKET, &longdata);
64 fprintf(stderr, "%s:%d curl_easy_getinfo() failed, "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dshow.c240 curl_easy_getinfo( curl, CURLINFO_RESPONSE_CODE, &response );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/libcurl/
H A DMakefile.in369 man_MANS = curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
387 HTMLPAGES = curl_easy_cleanup.html curl_easy_getinfo.html \
407 PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Deasy.c845 * curl_easy_getinfo() is an external interface that allows an app to retrieve
848 #undef curl_easy_getinfo macro
849 CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dtypecheck-gcc.h109 /* wraps curl_easy_getinfo() with typechecking */
111 #define curl_easy_getinfo(handle, info, arg) \ macro
128 curl_easy_getinfo(handle, _curl_info, arg); \
196 "curl_easy_getinfo expects a pointer to char * for this info")
198 "curl_easy_getinfo expects a pointer to long for this info")
200 "curl_easy_getinfo expects a pointer to double for this info")
202 "curl_easy_getinfo expects a pointer to struct curl_slist * for this info")
322 /* groups of curl_easy_getinfo infos that take the same type of argument */
H A Dcurl.h2300 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dremote.c1784 curl_easy_getinfo( curl, CURLINFO_RESPONSE_CODE, &response );

Completed in 141 milliseconds

12