Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/curl/
Dtypecheck-gcc.h135 #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
Dcurl.h2159 #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
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs9062 private string opt; field in CafeX.getopts