Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/third_party/nghttp2/lib/
Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del()
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic()
57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging()
62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams()
72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type()
82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type()
102 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack()
107 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, in nghttp2_option_set_max_send_header_block_length()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del()
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic()
57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging()
62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams()
72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type()
82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type()
102 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack()
107 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, in nghttp2_option_set_max_send_header_block_length()
[all …]
/third_party/glfw/deps/
Dgetopt.h41 struct option { struct
51 const char* optstring, const struct option* longopts, int* longindex); argument
/third_party/musl/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.h14 struct option struct
27 int getopt_long(int, char**, char*, struct option*, int*); argument
/third_party/musl/porting/uniproton/kernel/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dgetopt.h12 struct option { struct
19 int getopt_long(int, char *const *, const char *, const struct option *, int *); argument
/third_party/mesa3d/src/getopt/
Dgetopt.h47 struct option { struct
52 * whether option takes an argument argument
55 /* if not NULL, set *flag to val when option found */ argument
62 const struct option *, int *); argument
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c30 #define query_option_impl(option, type) \ in u_driconf_fill_st_options() argument
32 #define query_bool_option(option) query_option_impl(option, b) in u_driconf_fill_st_options() argument
33 #define query_int_option(option) query_option_impl(option, i) in u_driconf_fill_st_options() argument
34 #define query_string_option(option) \ in u_driconf_fill_st_options() argument
/third_party/libcoap/tests/
Dtest_options.c28 coap_option_t option; in t_parse_option1() local
44 coap_option_t option; in t_parse_option2() local
61 coap_option_t option; in t_parse_option3() local
77 coap_option_t option; in t_parse_option4() local
89 coap_option_t option; in t_parse_option5() local
101 coap_option_t option; in t_parse_option6() local
113 coap_option_t option; in t_parse_option7() local
127 coap_option_t option; in t_parse_option8() local
141 coap_option_t option; in t_parse_option9() local
154 coap_option_t option; in t_parse_option10() local
[all …]
/third_party/python/Lib/
Dconfigparser.py223 def __init__(self, section, option, source=None, lineno=None): argument
246 def __init__(self, option, section): argument
257 def __init__(self, option, section, msg): argument
267 def __init__(self, option, section, rawval, reference): argument
287 def __init__(self, option, section, rawval): argument
363 def before_get(self, parser, section, option, value, defaults): argument
366 def before_set(self, parser, section, option, value): argument
369 def before_read(self, parser, section, option, value): argument
372 def before_write(self, parser, section, option, value): argument
393 def before_get(self, parser, section, option, value, defaults): argument
[all …]
/third_party/curl/include/curl/
Dtypecheck-gcc.h43 #define curl_easy_setopt(handle, option, value) \ argument
253 #define curlcheck_long_option(option) \ argument
256 #define curlcheck_off_t_option(option) \ argument
260 #define curlcheck_string_option(option) \ argument
354 #define curlcheck_write_cb_option(option) \ argument
359 #define curlcheck_conv_cb_option(option) \ argument
365 #define curlcheck_cb_data_option(option) \ argument
390 #define curlcheck_postfields_option(option) \ argument
396 #define curlcheck_slist_option(option) \ argument
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.min.js1 …else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof expo…
Dmhchem.mjs931 option: '\\pm' property
954 option: "-" property
969 option: "-" property
978 option: 'hyphen' property
987 option: 'hyphen' property
994 option: 'hyphen' property
1003 option: 1 property
1006 option: "-" property
1013 option: "-" property
1019 option: 'hyphen' property
[all …]
/third_party/typescript/tests/cases/compiler/
DmoduleResolutionPackageIdWithRelativeAndAbsolutePath.ts12 option: Option; property in Compactable
32 option: Option; property in Compactable
/third_party/mesa3d/src/mesa/program/
Dprogram_parse_extra.c60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option()
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java60 String src, String mode, String option, in assertEquals()
123 protected static String spOptionsToString(int option) { in spOptionsToString()
138 public static String wrOptionsToString(int option) { in wrOptionsToString()
141 public static String optionToString(int option, int mask, in optionToString()
DTestReorderingMode.java209 int tc, mode, option, level; in testReorderingMode() local
298 String inverseBasic(Bidi bidi, String src, int option, byte level) { in inverseBasic()
410 int mode, int option, byte level) { in assertRoundTrip()
481 String mode, String option, byte level) { in checkResultLength()
619 String mode, String option, byte level, boolean forward) { in checkMaps()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DBidiFmwk.java63 String src, String mode, String option, in assertEquals()
126 protected static String spOptionsToString(int option) { in spOptionsToString()
141 public static String wrOptionsToString(int option) { in wrOptionsToString()
144 public static String optionToString(int option, int mask, in optionToString()
DTestReorderingMode.java212 int tc, mode, option, level; in testReorderingMode() local
301 String inverseBasic(Bidi bidi, String src, int option, byte level) { in inverseBasic()
413 int mode, int option, byte level) { in assertRoundTrip()
484 String mode, String option, byte level) { in checkResultLength()
622 String mode, String option, byte level, boolean forward) { in checkMaps()
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts115 for (const option of optionDeclarations) { constant
119 for (const option of optionsForWatch) { constant
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPragma.cpp62 void Pragma(PragmaBooleanOption option, bool enable) in Pragma()
76 bool getPragmaState(PragmaBooleanOption option) in getPragmaState()
/third_party/curl/lib/
Dtelnet.c269 static void printoption(struct Curl_easy *data, in printoption()
305 static void send_negotiation(struct Curl_easy *data, int cmd, int option) in send_negotiation()
325 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option()
399 void rec_will(struct Curl_easy *data, int option) in rec_will()
447 void rec_wont(struct Curl_easy *data, int option) in rec_wont()
489 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option()
563 void rec_do(struct Curl_easy *data, int option) in rec_do()
623 void rec_dont(struct Curl_easy *data, int option) in rec_dont()
821 char *option = head->data; in check_telnet_options() local
1013 static void sendsuboption(struct Curl_easy *data, int option) in sendsuboption()
/third_party/python/Lib/distutils/
Dcmd.py207 def _ensure_stringlike(self, option, what, default=None): argument
217 def ensure_string(self, option, default=None): argument
223 def ensure_string_list(self, option): argument
244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
251 def ensure_filename(self, option): argument
257 def ensure_dirname(self, option): argument

12345678910>>...14