| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | typecheck-gcc.h | 41 #define curl_easy_setopt(handle, option, value) \ argument 43 __typeof__ (option) _curl_opt = option; \ 212 #define _curl_is_long_option(option) \ argument 213 (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT) 215 #define _curl_is_off_t_option(option) \ argument 216 ((option) > CURLOPTTYPE_OFF_T) 219 #define _curl_is_string_option(option) \ argument 220 ((option) == CURLOPT_URL || \ 221 (option) == CURLOPT_PROXY || \ 222 (option) == CURLOPT_INTERFACE || \ [all …]
|
| D | easy.h | 29 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
|
| D | multi.h | 329 CURLMoption option, ...);
|
| D | curl.h | 1651 CURLformoption option; member 2022 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *, CURLSHoption option, ...);
|
| /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() argument 58 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom() 67 counts[i] = option.args[i].count; in ComboCustom() 74 optionArray[i] = option.args[i].args; in ComboCustom() 79 …int>& start, const AutoList<const char*>& names, const AutoList<std::vector<const char*> >& option) in ComboCustom() argument 82 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom() 91 counts[i] = option.args[i].size(); in ComboCustom() 98 optionArray[i] = &option.args[i][0]; in ComboCustom() 103 …start, const std::vector<const char*>& names, const std::vector<std::vector<const char*> >& option) in ComboCustom() argument 104 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + option.size() * 0.1)) in ComboCustom() [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_NetTaskSetting.h | 61 nn::Result SetConnectionSetting(HttpProtocol protocol, const char* url, u16 option = 0); 201 nn::Result SetHttpOption(u16 option);
|
| D | boss_RawUlTaskSetting.h | 89 nn::Result SetOption(u32 option);
|
| D | boss_NbdlDataList.h | 203 nn::Result SetOption(u32 option);
|
| D | boss_DataStoreUploadSetting.h | 229 nn::Result SetOption(u32 option);
|
| /CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/ |
| D | uds_Api.h | 529 …or& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00 ); 579 …iptor& endpointDesc, void* pBuffer, size_t* pReceivedSize, size_t bufferSize, bit8 option = 0x00 ); 609 …sc, void* pBuffer, size_t* pReceivedSize, u16* pSrcNodeId, size_t bufferSize, bit8 option = 0x00 ); 692 nn::Result PollStateChange(u8 option);
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | deploytitle.sh | 149 die Cannot specify only option '-NI' 155 echo Ignoring arguments '(-a)' with option '-NL' 162 echo Ignoring output directory '(-o)' with option '-NM' 166 echo Ignoring Title ID '(-t)' with option '-NM'
|
| D | viewcore.bat | 206 ::::: -o option is used without specified core dump name 208 echo Error: missing argument with option -o. Exiting viewcore. 1>&2 233 ::::: -i option is used without specified core dump file 235 echo Error: missing argument with option -i. Exiting viewcore. 273 echo Use this option to process and view RPLs built
|
| D | content_dump | 53 This option must be set to use this tool.
|
| D | cafeoptions.bat | 17 REM SAME AS RUNNING "cafe.bat [-option ...] -default". 64 echo. && echo ERROR! Unrecognized option '%~1'! && goto :usage
|
| D | setbridge.bat | 40 :: Must've deleted a bridge with "-d" option...
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 152 …t<int>& start, const AutoList<const char*>& names, const AutoList<AutoList<const char*> >& option); 153 …nt>& start, const AutoList<const char*>& names, const AutoList<std::vector<const char*> >& option); 154 …tart, const std::vector<const char*>& names, const std::vector<std::vector<const char*> >& option); 156 …, const int* counts, const int* start, const char* const* names, const char* const* const* option);
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 152 …t<int>& start, const AutoList<const char*>& names, const AutoList<AutoList<const char*> >& option); 153 …nt>& start, const AutoList<const char*>& names, const AutoList<std::vector<const char*> >& option); 154 …tart, const std::vector<const char*>& names, const std::vector<std::vector<const char*> >& option); 156 …, const int* counts, const int* start, const char* const* names, const char* const* const* option);
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_Api.h | 109 nn::Result SetOption(Option option, void* pValue);
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | _readme.txt | 25 "Build Selected Files" option of the MULTI Builder's "Build" menu.
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 38 if "%USE_MULTI%" == "1" set SESSION_MANAGER=1&& REM Another name for this option 110 …if "%_BRIDGE_ARGS%" GTR "0" echo Not enough arguments for -bridge option!&& set _BRIDGE_ARGS=&& go…
|