Home
last modified time | relevance | path

Searched refs:option (Results 1 - 25 of 1502) sorted by relevance

12345678910>>...61

/third_party/nghttp2/lib/
H A Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = 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() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; 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() argument
53 option in nghttp2_option_set_no_recv_client_magic()
57 nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) nghttp2_option_set_no_http_messaging() argument
62 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_max_reserved_remote_streams() argument
72 nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, uint8_t type) nghttp2_option_set_user_recv_extension_type() argument
82 nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, uint8_t type) nghttp2_option_set_builtin_recv_extension_type() argument
102 nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) nghttp2_option_set_no_auto_ping_ack() argument
107 nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, size_t val) nghttp2_option_set_max_send_header_block_length() argument
113 nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option, size_t val) nghttp2_option_set_max_deflate_dynamic_table_size() argument
119 nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) nghttp2_option_set_no_closed_streams() argument
124 nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) nghttp2_option_set_max_outbound_ack() argument
129 nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) nghttp2_option_set_max_settings() argument
134 nghttp2_option_set_server_fallback_rfc7540_priorities( nghttp2_option *option, int val) nghttp2_option_set_server_fallback_rfc7540_priorities() argument
140 nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation( nghttp2_option *option, int val) nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation() argument
147 nghttp2_option_set_stream_reset_rate_limit(nghttp2_option *option, uint64_t burst, uint64_t rate) nghttp2_option_set_stream_reset_rate_limit() argument
154 nghttp2_option_set_max_continuations(nghttp2_option *option, size_t val) nghttp2_option_set_max_continuations() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() argument
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument
42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
43 option->no_auto_window_update = 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() argument
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
49 option->peer_max_concurrent_streams = val; 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() argument
53 option in nghttp2_option_set_no_recv_client_magic()
57 nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) nghttp2_option_set_no_http_messaging() argument
62 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_max_reserved_remote_streams() argument
72 nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, uint8_t type) nghttp2_option_set_user_recv_extension_type() argument
82 nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, uint8_t type) nghttp2_option_set_builtin_recv_extension_type() argument
102 nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) nghttp2_option_set_no_auto_ping_ack() argument
107 nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, size_t val) nghttp2_option_set_max_send_header_block_length() argument
113 nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option, size_t val) nghttp2_option_set_max_deflate_dynamic_table_size() argument
119 nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) nghttp2_option_set_no_closed_streams() argument
124 nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) nghttp2_option_set_max_outbound_ack() argument
129 nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) nghttp2_option_set_max_settings() argument
134 nghttp2_option_set_server_fallback_rfc7540_priorities( nghttp2_option *option, int val) nghttp2_option_set_server_fallback_rfc7540_priorities() argument
140 nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation( nghttp2_option *option, int val) nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation() argument
147 nghttp2_option_set_stream_reset_rate_limit(nghttp2_option *option, uint64_t burst, uint64_t rate) nghttp2_option_set_stream_reset_rate_limit() argument
[all...]
/third_party/curl/include/curl/
H A Dtypecheck-gcc.h40 * To add an option that uses the same type as an existing option, you'll just
43 #define curl_easy_setopt(handle, option, value) \
45 CURLoption _curl_opt = (option); \
171 "curl_easy_setopt expects a long argument for this option")
173 "curl_easy_setopt expects a curl_off_t argument for this option")
176 "string ('char *' or char[]) argument for this option"
179 "curl_easy_setopt expects a curl_write_callback argument for this option")
182 "curl_resolver_start_callback argument for this option"
185 "curl_easy_setopt expects a curl_read_callback argument for this option")
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() argument
62 if (strcmp(option, "ARB_position_invariant") == 0) { in _mesa_ARBvp_parse_option()
63 state->option.PositionInvariant = 1; in _mesa_ARBvp_parse_option()
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option() argument
81 if (strncmp(option, "ARB_", 4) == 0) { in _mesa_ARBfp_parse_option()
84 option += 4; in _mesa_ARBfp_parse_option()
86 if (strncmp(option, "fog_", 4) == 0) { in _mesa_ARBfp_parse_option()
87 option += 4; in _mesa_ARBfp_parse_option()
89 if (strcmp(option, "exp") == 0) { in _mesa_ARBfp_parse_option()
91 } else if (strcmp(option, "exp in _mesa_ARBfp_parse_option()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Duoptions.cpp35 /* process an option */ in u_parseArgs()
36 UOption *option=NULL; in u_parseArgs() local
39 /* process a long option */ in u_parseArgs()
44 /* search for the option string */ in u_parseArgs()
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
53 /* no option matches */ in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
59 /* parse the argument for the option, i in u_parseArgs()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duoptions.cpp35 /* process an option */ in u_parseArgs()
36 UOption *option=nullptr; in u_parseArgs() local
39 /* process a long option */ in u_parseArgs()
44 /* search for the option string */ in u_parseArgs()
48 option=options+j; in u_parseArgs()
52 if(option==nullptr) { in u_parseArgs()
53 /* no option matches */ in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
59 /* parse the argument for the option, i in u_parseArgs()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duoptions.cpp35 /* process an option */ in u_parseArgs()
36 UOption *option=NULL; in u_parseArgs() local
39 /* process a long option */ in u_parseArgs()
44 /* search for the option string */ in u_parseArgs()
48 option=options+j; in u_parseArgs()
52 if(option==NULL) { in u_parseArgs()
53 /* no option matches */ in u_parseArgs()
56 option->doesOccur=1; in u_parseArgs()
58 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs()
59 /* parse the argument for the option, i in u_parseArgs()
[all...]
/third_party/libcoap/tests/
H A Dtest_options.c28 coap_option_t option; in t_parse_option1() local
30 /* result = coap_opt_parse(teststr.s, teststr.s + teststr.length, &option); */ in t_parse_option1()
31 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option1()
33 CU_ASSERT(option.delta == 0); in t_parse_option1()
34 CU_ASSERT(option.length == 0); in t_parse_option1()
44 coap_option_t option; in t_parse_option2() local
46 result = coap_opt_parse(teststr.s, teststr.length, &option); in t_parse_option2()
48 CU_ASSERT(option.delta == 12); in t_parse_option2()
49 CU_ASSERT(option.length == 1); in t_parse_option2()
50 CU_ASSERT(option in t_parse_option2()
61 coap_option_t option; t_parse_option3() local
77 coap_option_t option; t_parse_option4() local
89 coap_option_t option; t_parse_option5() local
101 coap_option_t option; t_parse_option6() local
113 coap_option_t option; t_parse_option7() local
127 coap_option_t option; t_parse_option8() local
141 coap_option_t option; t_parse_option9() local
154 coap_option_t option; t_parse_option10() local
166 coap_option_t option; t_parse_option11() local
178 coap_option_t option; t_parse_option12() local
196 coap_option_t option; t_parse_option13() local
223 coap_option_t option; t_parse_option14() local
480 coap_opt_t *option; t_iterate_option1() local
506 coap_opt_t *option; t_iterate_option2() local
533 coap_opt_t *option; t_iterate_option3() local
576 coap_opt_t *option; t_iterate_option4() local
618 coap_opt_t *option; t_iterate_option5() local
651 coap_opt_t *option; t_iterate_option6() local
696 coap_opt_t *option; t_iterate_option7() local
743 coap_opt_t *option; t_iterate_option8() local
774 coap_opt_t *option; t_iterate_option9() local
805 coap_opt_t *option; t_iterate_option10() local
[all...]
/third_party/curl/lib/
H A Dtelnet.c100 int cmd, int option);
104 static void send_negotiation(struct Curl_easy *data, int cmd, int option);
106 int option, int newstate);
108 int option, int newstate);
114 static void sendsuboption(struct Curl_easy *data, int option);
143 CURL_TS_SB, /* sub-option collection */
144 CURL_TS_SE /* looking for sub-option end */
221 we enable this option by default. This behavior in init_telnet()
222 can be changed thanks to the "BINARY" option in in init_telnet()
246 using the TERMINAL TYPE Telnet option) in init_telnet()
269 printoption(struct Curl_easy *data, const char *direction, int cmd, int option) printoption() argument
305 send_negotiation(struct Curl_easy *data, int cmd, int option) send_negotiation() argument
325 set_remote_option(struct Curl_easy *data, int option, int newstate) set_remote_option() argument
399 rec_will(struct Curl_easy *data, int option) rec_will() argument
447 rec_wont(struct Curl_easy *data, int option) rec_wont() argument
489 set_local_option(struct Curl_easy *data, int option, int newstate) set_local_option() argument
563 rec_do(struct Curl_easy *data, int option) rec_do() argument
623 rec_dont(struct Curl_easy *data, int option) rec_dont() argument
821 char *option = head->data; check_telnet_options() local
1013 sendsuboption(struct Curl_easy *data, int option) sendsuboption() argument
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js8 * @typedef { import("./option.js").Option } Option
57 const getSortKey = (option) => {
59 return option.short ? option.short.replace(/^-/, '') : option.long.replace(/^--/, '');
65 * Get an array of the visible options. Includes a placeholder for the implicit help option, if there is one.
72 const visibleOptions = cmd.options.filter((option) => !option.hidden);
105 const visibleOptions = parentCmd.options.filter((option) => !option
[all...]
H A Dcommand.js10 const { Option, splitOptionFlags, DualOptions } = require('./option.js');
489 * Factory routine to create a new unattached option.
491 * See .option() for creating an attached option, which uses this routine to
492 * create the option. You can override createOption to return a custom option.
496 * @return {Option} new option
504 * Add an option.
506 * @param {Option} option
509 addOption(option) {
[all...]
/third_party/python/Lib/
H A Dconfigparser.py41 When `strict` is True, the parser won't allow for any section or option
46 marks the end of an option. Otherwise, internal empty lines of
47 a multiline option are kept as part of the value.
59 instance. It will be used as the handler for option value
77 has_option(section, option)
78 Return whether the given option exists in the given section.
103 get(section, option, raw=False, vars=None, fallback=_UNSET)
104 Return a string value for the named option. All % interpolations are
108 contents override any pre-existing defaults. If `option` is a key in
124 each option i
[all...]
H A Doptparse.py1 """A powerful, extensible, and easy-to-use option parser.
85 # Id: option.py 522 2006-06-11 16:22:03Z gward
117 def __init__(self, msg, option):
119 self.option_id = str(option)
123 return "option %s: %s" % (self.option_id, self.msg)
134 Raised if an invalid option value is encountered on the command
140 Raised if an invalid option is seen on the command line.
146 return _("no such option: %s") % self.opt_str
150 Raised if an ambiguous option is seen on the command line.
157 return (_("ambiguous option
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java16 * A command-line option. A UOption specifies the name of an option
18 * that later contains the option argument, if any, and a boolean
19 * flag stating whether the option was seen or not.
46 int handle(UOption option); in handle() argument
93 * Each option is marked with whether it does not take an argument,
100 * its own argv[] entry if there are characters following the option letter.
106 * UOption entry, and the doesOccur field is set to 1 if the option
110 * argv[] entry. After an option letter takes an argument, following
113 * If the same option i
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_driconf.c30 #define query_option_impl(option, type) \ in u_driconf_fill_st_options()
31 options->option = driQueryOption##type(optionCache, #option) in u_driconf_fill_st_options()
32 #define query_bool_option(option) query_option_impl(option, b) in u_driconf_fill_st_options()
33 #define query_int_option(option) query_option_impl(option, i) in u_driconf_fill_st_options()
34 #define query_string_option(option) \ in u_driconf_fill_st_options()
36 char *option = driQueryOptionstr(optionCache, #option); \ in u_driconf_fill_st_options()
[all...]
/third_party/curl/scripts/
H A Dcompletion.pl84 my $option = '';
94 $option .= "complete --command curl";
95 $option .= " --short-option '" . strip_dash(trim($short)) . "'"
97 $option .= " --long-option '" . strip_dash(trim($long)) . "'"
99 $option .= " --description '" . strip_dash(trim($desc)) . "'"
102 $option .= '{' . trim($short) . ',' if defined $short;
103 $option .= trim($long) if defined $long;
104 $option
[all...]
/third_party/backends/backend/
H A Dcanon_lide70.c12 License, or (at your option) any later version.
657 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option) in sane_get_option_descriptor() argument
663 DBG (4, "sane_get_option_descriptor: handle=%p, option = %d\n", in sane_get_option_descriptor()
664 (void *) handle, option); in sane_get_option_descriptor()
665 if (option < 0 || option >= num_options) in sane_get_option_descriptor()
667 DBG (3, "sane_get_option_descriptor: option < 0 || " in sane_get_option_descriptor()
668 "option > num_options\n"); in sane_get_option_descriptor()
672 return &chndl->opt[option]; in sane_get_option_descriptor()
676 sane_control_option (SANE_Handle handle, SANE_Int option, SANE_Actio argument
[all...]
H A Dtest.c12 License, or (at your option) any later version.
422 "return a height of -1. Setting this option allows one " in init_options()
424 "correctly. This option also enables a fixed width " in init_options()
540 "bit modes. This option can be used to test the 16 " in init_options()
693 "different SANE option types."); in init_options()
798 SANE_I18N ("(1/6) Bool test option that has soft select and soft " in init_options()
800 "normal bool option."); in init_options()
816 SANE_I18N ("(2/6) Bool test option that has hard select and soft " in init_options()
818 "option can't be set by the frontend but by the user " in init_options()
834 od->desc = SANE_I18N ("(3/6) Bool test option tha in init_options()
2054 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument
2091 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
[all...]
H A Dcanon630u.c13 License, or (at your option) any later version.
102 SANE_Status (*callback) (struct _SANE_Option * option, SANE_Handle handle,
115 This read-only option returns the number of options available for
116 the device. It should be the first option in the options array
133 optionNumOptionsCallback (SANE_Option * option, SANE_Handle handle, in optionNumOptionsCallback() argument
136 (void) option; in optionNumOptionsCallback()
149 This option lets the user force scanner calibration. Normally, this is
168 optionCalibrateCallback (SANE_Option * option, SANE_Handle handle, in optionCalibrateCallback() argument
172 (void) option; /* Eliminate warning about unused parameters */ in optionCalibrateCallback()
193 This option let
218 optionResolutionCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionResolutionCallback() argument
268 optionGrayscaleCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionGrayscaleCallback() argument
315 optionAGainCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionAGainCallback() argument
357 optionGammaCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionGammaCallback() argument
418 optionTopLeftXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftXCallback() argument
461 optionTopLeftYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftYCallback() argument
505 optionBotRightXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightXCallback() argument
549 optionBotRightYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightYCallback() argument
606 dispatch_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) dispatch_control_option() argument
913 sane_get_option_descriptor(SANE_Handle handle, SANE_Int option) sane_get_option_descriptor() argument
924 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
[all...]
/third_party/python/Lib/distutils/
H A Dcmd.py19 two is necessary because option values might come from the outside
78 # Some commands define a 'self.force' option to ignore file
118 # (command-line, option file, etc.) has been processed
121 # controlled by the command's various option values
138 This is always called as late as possible, ie. after any option
140 done. Thus, this is the place to code option dependencies: if
157 for (option, _, _) in self.user_options:
158 option = option.translate(longopt_xlate)
159 if option[
[all...]
/third_party/node/tools/
H A Dmkssldef.py17 option = filenames.pop(0) variable
18 if option == '-o': out = open(filenames.pop(0), 'w')
19 elif option.startswith('-C'): categories += option[2:].split(',')
20 elif option.startswith('-D'): defines += option[2:].split(',')
21 elif option.startswith('-X'): excludes += option[2:].split(',')
22 elif option.startswith('-B'): bases += option[
[all...]
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs284 pub type __itt_pause_ptr__3_0_t = ::std::option::Option<unsafe extern "C" fn()>;
288 pub type __itt_resume_ptr__3_0_t = ::std::option::Option<unsafe extern "C" fn()>;
292 pub type __itt_detach_ptr__3_0_t = ::std::option::Option<unsafe extern "C" fn()>;
307 pub type __itt_pt_region_create_ptr__3_0_t = ::std::option::Option<
329 ::std::option::Option<unsafe extern "C" fn(name: *const ::std::os::raw::c_char)>;
337 pub type __itt_thread_ignore_ptr__3_0_t = ::std::option::Option<unsafe extern "C" fn()>;
346 ::std::option::Option<unsafe extern "C" fn(mask: ::std::os::raw::c_uint)>;
354 pub type __itt_suppress_pop_ptr__3_0_t = ::std::option::Option<unsafe extern "C" fn()>;
373 pub type __itt_suppress_mark_range_ptr__3_0_t = ::std::option::Option<
394 pub type __itt_suppress_clear_range_ptr__3_0_t = ::std::option
[all...]
/third_party/python/Lib/idlelib/
H A Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False):
52 Get an option value for given section/option or return default.
56 # Should also print Warning(file, section, option).
58 if not self.has_option(section, option):
61 return self.getboolean(section, option)
63 return self.getint(section, option)
65 return self.get(section, option, raw=raw)
84 def SetOption(self, section, option, value):
85 """Return True if option i
[all...]
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c785 const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i); in parse_client_options() local
787 if (strcmp(option->name, ssl_test_client_options[j].name) == 0) { in parse_client_options()
788 if (!ssl_test_client_options[j].parse(client, option->value)) { in parse_client_options()
789 TEST_info("Bad value %s for option %s", in parse_client_options()
790 option->value, option->name); in parse_client_options()
798 TEST_info("Unknown test option: %s", option->name); in parse_client_options()
818 const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i); in parse_server_options() local
820 if (strcmp(option in parse_server_options()
853 const CONF_VALUE *option = sk_CONF_VALUE_value(sk_conf, i); SSL_TEST_CTX_create() local
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c221 coap_opt_t *option; in coap_pdu_duplicate() local
224 while ((option = coap_option_next(&opt_iter))) { in coap_pdu_duplicate()
228 coap_opt_length(option), in coap_pdu_duplicate()
229 coap_opt_value(option))) in coap_pdu_duplicate()
431 coap_opt_t *option; in coap_remove_option() local
439 while ((option = coap_option_next(&opt_iter))) { in coap_remove_option()
441 /* Found option to delete */ in coap_remove_option()
445 if (!option) in coap_remove_option()
448 if (!coap_opt_parse(option, pdu->used_size - (option in coap_remove_option()
569 coap_opt_t *option; coap_insert_option() local
663 coap_opt_t *option; coap_update_option() local
904 coap_option_t option; next_option_safe() local
[all...]

Completed in 23 milliseconds

12345678910>>...61