Home
last modified time | relevance | path

Searched refs:curl_easy_setopt (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/curl/
Deasy.h29 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
Dtypecheck-gcc.h41 #define curl_easy_setopt(handle, option, value) \ macro
106 curl_easy_setopt(handle, _curl_opt, value); \
Dcurl.h2159 #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) macro