Home
last modified time | relevance | path

Searched refs:_context_ (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/libcoap/libcoap-4.3.0/man/
H A Dcoap_context.txt.in32 *void coap_free_context(coap_context_t *_context_);*
34 *void coap_context_set_max_idle_sessions(coap_context_t *_context_,
38 const coap_context_t *_context_);*
44 const coap_context_t *_context_);*
46 *void coap_context_set_session_timeout(coap_context_t *_context_,
50 const coap_context_t *_context_);*
52 *void coap_context_set_csm_timeout(coap_context_t *_context_,
90 of idle server sessions for _context_.
106 before timing out an idle server session for _context_.
110 _context_. 0 (the default) means wait forever.
[all …]
H A Dcoap_handler.txt.in29 *void coap_register_response_handler(coap_context_t *_context_,
32 *void coap_register_nack_handler(coap_context_t *_context_,
35 *void coap_register_ping_handler(coap_context_t *_context_,
38 *void coap_register_pong_handler(coap_context_t *_context_,
41 *void coap_register_event_handler(coap_context_t *_context_,
87 _handler_ for traffic associated with the _context_. The application can use
116 response _handler_ for traffic associated with the _context_.
137 receipt of CoAP ping traffic associated with the _context_. If _handler_ is
149 receipt of CoAP ping response traffic associated with the _context_.
161 (D)TLS events associated with the _context_. If _handler_ is NULL, then
H A Dcoap_io.txt.in27 *int coap_io_process(coap_context_t *_context_, uint32_t _timeout_ms_)*;
29 *int coap_io_process_with_fds(coap_context_t *_context_,
33 *int coap_context_get_coap_fd(const coap_context_t *_context_)*;
35 *unsigned int coap_io_prepare_io(coap_context_t *_context_,
39 *void coap_io_do_io(coap_context_t *_context_, coap_tick_t _now_)*;
41 *unsigned int coap_io_prepare_epoll(coap_context_t *_context_,
44 *void coap_io_do_epoll(coap_context_t *_context_, struct epoll_event *_events_,
60 for the specified _context_, process any available input packets and then wait
111 The *coap_io_prepare_epoll*() function for the specified _context_ will
118 The *coap_io_do_epoll*() function for the specified _context_ will
[all …]
H A Dcoap_keepalive.txt.in21 *void coap_context_set_keepalive(coap_context_t *_context_,
43 _context_ with the keepalive for idle traffic timeout of _seconds_. If
45 disabled. Any sessions created from this _context_ will use the same
H A Dcoap_endpoint_server.txt.in27 *int coap_context_set_pki(coap_context_t *_context_,
30 *int coap_context_set_pki_root_cas(coap_context_t *_context_,
33 *int coap_context_set_psk2(coap_context_t *_context_,
36 *coap_endpoint_t *coap_new_endpoint(coap_context_t *_context_,
44 *int coap_join_mcast_group_intf(coap_context_t *_context_,
95 The *coap_context_set_pki*() function, for a specific _context_, is used to
117 The *coap_new_endpoint*() function creates a new endpoint for _context_ that
150 defined endpoints that are UDP, associated with _context_, to the defined
H A Dcoap_resource.txt.in39 *void coap_add_resource(coap_context_t *_context_,
42 *int coap_delete_resource(coap_context_t *_context_,
51 *void coap_resource_release_userdata_handler(coap_context_t *_context_,
135 _context_. The _resource_ must have been created by *coap_resource_init*(),
140 associated with a _context_, *coap_add_resource*() (or
145 _resource_ from _context_. The storage allocated for that _resource_ is freed,
163 The *coap_resource_release_userdata_handler*() function defines the _context_
H A Dcoap_endpoint_client.txt.in25 *coap_session_t *coap_new_client_session(coap_context_t *_context_,
29 *coap_session_t *coap_new_client_session_psk2(coap_context_t *_context_,
33 *coap_session_t *coap_new_client_session_pki(coap_context_t *_context_,
104 specific _context_ and initiates a new client session to the specified _server_
111 The *coap_new_client_session_pki*() function, for a specific _context_, is
121 The *coap_new_client_session_psk2*() function, for a specific _context_, is
H A Dcoap_cache.txt.in41 *int coap_cache_ignore_options(coap_context_t *_context_,
48 *void coap_delete_cache_entry(coap_context_t *_context_,
51 *coap_cache_entry_t *coap_cache_get_by_key(coap_context_t *_context_,
133 The *coap_cache_ignore_options*() function is used to store in _context_ a
154 _context_ environment that has Cache Key _cache_key_. Returns NULL if the
158 _context_ environment that has a Cache Key derived from the _pdu_ and
H A Dcoap_block.txt.in25 *void coap_context_set_block_mode(coap_context_t *_context_,
70 The *coap_context_set_block_mode*() function is used to set up the _context_
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/utils/FunctionGraphUtilities/operators/
H A DtreeOperator_tpl.h64 _dt2_(dt2), _combine_(), _context_(givenContext) { in TreeOperator()
115 _context_.insert(currentNode->nodeVar(), moda); in _xPloreDT1_()
117 _context_.erase(currentNode->nodeVar()); in _xPloreDT1_()
138 if (_context_.exists(currentNode->nodeVar())) in _xPloreDT2_()
139 return _xPloreDT2_(currentNode->son(_context_[currentNode->nodeVar()])); in _xPloreDT2_()
144 _context_.insert(currentNode->nodeVar(), moda); in _xPloreDT2_()
146 _context_.erase(currentNode->nodeVar()); in _xPloreDT2_()
H A DtreeRegress_tpl.h104 _context_.insert(currentNode->nodeVar(), moda); in _xPloreVFunc_()
118 _context_); in _xPloreVFunc_()
122 _context_.erase(currentNode->nodeVar()); in _xPloreVFunc_()
H A DtreeRegress.h91 HashTable< const DiscreteVariable*, Idx > _context_; variable
H A DtreeOperator.h108 HashTable< const DiscreteVariable*, Idx > _context_; variable
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/PRM/o3prmr/cocoR/
H A DParser.h103 gum::prm::o3prmr::O3prmrContext<double> * _context_; variable
111 _context_=c; in setO3prmrContext()
H A DParser.cpp118 _context_->setPackage( s ); in o3prmr()
136 _context_->addImport( t->line, s, alias ); in o3prmr()
145 _context_->addSession( * _currentSession_ ); in o3prmr()
173 _context_->addSession( * _currentSession_ ); _currentSession_ = nullptr; in RequestBloc()
/dports/net/dgd/dgd-1.4.23/src/
H A Derror.c30 typedef struct _context_ { struct
37 struct _context_ *next; /* next in linked list */ argument
/dports/archivers/php-brotli/php-ext-brotli-0.13.1/
H A DREADME.md171 * _context_
214 * _context_
/dports/www/ilias/ILIAS-5.4.25/Services/News/
H A DREADME.md11 Every news item belongs to a _context_ being represented by a repository objects id (and type) and …
/dports/www/ilias6/ILIAS-6.14/Services/News/
H A DREADME.md11 Every news item belongs to a _context_ being represented by a repository objects id (and type) and …
/dports/textproc/ibus/ibus-1.5.24/bus/
H A Dpanelproxy.c849 static void _context_##name##_cb (BusInputContext *context, \
861 static void _context_##name##_cb (BusInputContext *context, \
/dports/databases/hbase/hbase-1.2.1/src/main/site/asciidoc/
H A Dmetrics.adoc31 …adoop metrics system has the properties filename hardcoded. Per metrics _context_, comment out the…
/dports/devel/lazygit/lazygit-0.31.4/docs/
H A DCustom_Command_Keybindings.md77 | _context_ | _description_ …
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/docs/writing-tests/
H A Dtestdriver.md130 * _context_: an optional WindowProxy for the browsing context in which to
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/docs/writing-tests/
H A Dtestdriver.md130 * _context_: an optional WindowProxy for the browsing context in which to
/dports/sysutils/gomplate/gomplate-3.9.0/docs/content/
H A Dsyntax.md292 Go templates are always executed with a _context_. You can reference the context

12