Searched defs:option (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | typecheck-gcc.h | 41 #define curl_easy_setopt(handle, option, value) \ argument 212 #define _curl_is_long_option(option) \ argument 215 #define _curl_is_off_t_option(option) \ argument 219 #define _curl_is_string_option(option) \ argument 269 #define _curl_is_write_cb_option(option) \ argument 274 #define _curl_is_conv_cb_option(option) \ argument 280 #define _curl_is_cb_data_option(option) \ argument 299 #define _curl_is_postfields_option(option) \ argument 305 #define _curl_is_slist_option(option) \ argument
|
| D | curl.h | 1651 CURLformoption option; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 55 …st<int>& start, const AutoList<const char*>& names, const AutoList<AutoList<const char*> >& option) in ComboCustom() 79 …int>& start, const AutoList<const char*>& names, const AutoList<std::vector<const char*> >& option) in ComboCustom() 103 …start, const std::vector<const char*>& names, const std::vector<std::vector<const char*> >& option) in ComboCustom() 129 …m, const int* counts, const int* start, const char* const* names, const char* const* const* option) in Init()
|