Searched defs:param (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | typecheck-gcc.h | 135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument 136 #define curl_multi_setopt(handle,opt,param) curl_multi_setopt(handle,opt,param) argument
|
| D | curl.h | 2159 #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) argument 2161 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument 2162 #define curl_multi_setopt(handle,opt,param) curl_multi_setopt(handle,opt,param) argument
|