Home
last modified time | relevance | path

Searched full:callback (Results 1 – 25 of 2618) sorted by relevance

12345678910>>...105

/freebsd/contrib/libcbor/src/cbor/
H A Dcallbacks.h20 /** Callback prototype */
23 /** Callback prototype */
26 /** Callback prototype */
29 /** Callback prototype */
32 /** Callback prototype */
35 /** Callback prototype */
38 /** Callback prototype */
41 /** Callback prototype */
44 /** Callback prototype */
47 /** Callback prototype */
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_set_callback.367 \&\- BIO callback functions
77 \& void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
109 callback. The callback is called during most high-level BIO operations. It can
114 callback. New code should not use these functions, but they are retained for
115 backwards compatibility. Any callback set via \fBBIO_set_callback_ex()\fR will get
119 used to set and retrieve an argument for use in the callback.
121 \&\fBBIO_debug_callback_ex()\fR is a standard debugging callback which prints
122 out information relating to each BIO operation. If the callback
125 deprecated version of the same callback for use with the old callback
128 BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn
[all …]
H A DSSL_CTX_set_info_callback.368 \&\- handle information callback for SSL connections
75 \& void (*callback) (const SSL *ssl, int type, int val));
80 \& void (*callback) (const SSL *ssl, int type, int val));
86 \&\fBSSL_CTX_set_info_callback()\fR sets the \fBcallback\fR function, that can be used to
90 When \fBcallback\fR is NULL, no callback function is used.
92 \&\fBSSL_set_info_callback()\fR sets the \fBcallback\fR function, that can be used to
94 When \fBcallback\fR is NULL, the callback setting currently valid for
98 callback function for \fBctx\fR.
101 callback function for \fBssl\fR.
105 information from the SSL/TLS engine. When set, an information callback function
[all …]
H A DSSL_CTX_set_ct_validation_callback.379 \& int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback,
82 \& ssl_ct_validation_cb callback,
94 This is accomplished by setting a built-in CT validation callback.
95 The behaviour of the callback is determined by the \fBvalidation_mode\fR argument,
104 However, in that case if the verification status before the built-in callback
106 callback.
124 register a custom callback that may implement a different policy than either of
126 This callback can examine the peer's SCTs and determine whether they are
129 and the callback returns a non-positive result.
131 An arbitrary callback data argument, \fBarg\fR, can be passed in when setting
[all …]
H A DSSL_CTX_set_psk_client_callback.370 \&\- set PSK client callback
103 The callback function is given a pointer to the SSL connection in \fBssl\fR.
105 The first time the callback is called for a connection the \fBmd\fR parameter is
106 NULL. In some circumstances the callback will be called a second time. In that
109 given in \fBmd\fR. The PSK returned by the callback is allowed to be different
112 On successful completion the callback must store a pointer to an identifier for
117 Additionally the callback should store a pointer to an SSL_SESSION object in
147 It is also possible for the callback to succeed but not supply a PSK. In this
149 this the callback should return successfully and ensure that \fB*sess\fR is
153 provide a different callback function. This function will be called when the
[all …]
H A DSSL_set_async_callback.377 \& int SSL_CTX_set_async_callback(SSL_CTX *ctx, SSL_async_callback_fn callback);
79 \& int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback);
85 \&\fBSSL_CTX_set_async_callback()\fR sets an asynchronous callback function. All \fBSSL\fR
86 objects generated based on this \fBSSL_CTX\fR will get this callback. If an engine
87 supports the callback mechanism, it will be automatically called if
91 \&\fBSSL_CTX_set_async_callback_arg()\fR sets the callback argument.
93 \&\fBSSL_set_async_callback()\fR allows an application to set a callback in an
95 operation, the callback will be called to notify the application to resume the
99 above callback is called.
105 dispatched. If the engine does not support this additional callback method,
[all …]
H A DSSL_CTX_use_psk_identity_hint.3101 A server application wishing to use TLSv1.3 PSKs should set a callback
105 The callback function is given a pointer to the SSL connection in \fBssl\fR and
106 an identity in \fBidentity\fR of length \fBidentity_len\fR. The callback function
112 It is also possible for the callback to succeed but not supply a PSK. In this
114 callback should return successfully and ensure that \fB*sess\fR is
128 callback function which is called when the server receives the
129 ClientKeyExchange message from the client. The purpose of the callback function
131 during the connection setup phase. The callback is set using the functions
132 \&\fBSSL_CTX_set_psk_server_callback()\fR or \fBSSL_set_psk_server_callback()\fR. The callback
137 The callback for use in TLSv1.2 will also work in TLSv1.3 although it is
[all …]
H A DSSL_CTX_set_alpn_select_cb.3117 \&\fBSSL_CTX_set_alpn_select_cb()\fR sets the application callback \fBcb\fR used by a
120 the application callback.
122 \&\fBcb\fR is the application defined callback. The \fBin\fR, \fBinlen\fR parameters are a
131 is called from the application callback \fBcb\fR. The protocol data in \fBserver\fR,
140 callback or the NPN callback (described below). If no match is found, the first
143 the NPN callback. In the ALPN case, the value returned in \fBout\fR and \fBoutlen\fR
147 \&\fBSSL_CTX_set_next_proto_select_cb()\fR sets a callback \fBcb\fR that is called when a
149 user-defined pointer argument \fBarg\fR which will be passed to this callback.
150 For the callback itself, \fBout\fR
154 callback can assume that \fBin\fR is syntactically valid. The client must
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscif_user_callback.h77 * @brief This callback method asks the user to create a timer and provide
84 * @param[in] timer_callback This parameter specifies the callback method
103 * @brief This callback method asks the user to destroy the supplied timer.
117 * @brief This callback method asks the user to start the supplied timer.
142 * @brief This callback method asks the user to stop the supplied timer.
156 * @brief This callback method asks the user to associate the supplied
175 * @brief This callback method asks the user to de-associate the supplied
195 * @brief This callback method asks the user to acquire/get the lock.
210 * @brief This callback method asks the user to release a lock.
224 * @brief This user callback will inform the user that the controller has
[all …]
H A Dscic_user_callback.h73 * @brief This callback method asks the user to create a timer and provide
82 * @param[in] timer_callback This parameter specifies the callback method
99 * @brief This callback method asks the user to destroy the supplied timer.
113 * @brief This callback method asks the user to start the supplied timer.
138 * @brief This callback method asks the user to stop the supplied timer.
167 * @brief This user callback will inform the user that the controller has
184 * @brief This user callback will inform the user that the controller has
201 * @brief This user callback will inform the user that an IO request has
227 * @note This callback is not utilized in the fast path. The expectation
233 * provide the necessary information for this callback.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
18 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
48 callback. The callback is called during most high-level BIO operations. It can
53 callback. New code should not use these functions, but they are retained for
54 backwards compatibility. Any callback set via BIO_set_callback_ex() will get
58 used to set and retrieve an argument for use in the callback.
60 BIO_debug_callback_ex() is a standard debugging callback which prints
61 out information relating to each BIO operation. If the callback
64 deprecated version of the same callback for use with the old callback
67 BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn
[all …]
H A DSSL_CTX_set_info_callback.pod9 - handle information callback for SSL connections
16 void (*callback) (const SSL *ssl, int type, int val));
21 void (*callback) (const SSL *ssl, int type, int val));
27 SSL_CTX_set_info_callback() sets the B<callback> function, that can be used to
31 When B<callback> is NULL, no callback function is used.
33 SSL_set_info_callback() sets the B<callback> function, that can be used to
35 When B<callback> is NULL, the callback setting currently valid for
39 callback function for B<ctx>.
42 callback function for B<ssl>.
47 information from the SSL/TLS engine. When set, an information callback function
[all …]
H A DSSL_set_async_callback.pod20 int SSL_CTX_set_async_callback(SSL_CTX *ctx, SSL_async_callback_fn callback);
22 int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback);
28 SSL_CTX_set_async_callback() sets an asynchronous callback function. All B<SSL>
29 objects generated based on this B<SSL_CTX> will get this callback. If an engine
30 supports the callback mechanism, it will be automatically called if
34 SSL_CTX_set_async_callback_arg() sets the callback argument.
36 SSL_set_async_callback() allows an application to set a callback in an
38 operation, the callback will be called to notify the application to resume the
42 above callback is called.
48 dispatched. If the engine does not support this additional callback method,
[all …]
H A DSSL_CTX_set_ct_validation_callback.pod20 int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback,
23 ssl_ct_validation_cb callback,
35 This is accomplished by setting a built-in CT validation callback.
36 The behaviour of the callback is determined by the B<validation_mode> argument,
45 However, in that case if the verification status before the built-in callback
47 callback.
65 register a custom callback that may implement a different policy than either of
67 This callback can examine the peer's SCTs and determine whether they are
70 and the callback returns a non-positive result.
72 An arbitrary callback data argument, B<arg>, can be passed in when setting
[all …]
H A DSSL_CTX_set_psk_client_callback.pod11 - set PSK client callback
45 The callback function is given a pointer to the SSL connection in B<ssl>.
47 The first time the callback is called for a connection the B<md> parameter is
48 NULL. In some circumstances the callback will be called a second time. In that
51 given in B<md>. The PSK returned by the callback is allowed to be different
54 On successful completion the callback must store a pointer to an identifier for
59 Additionally the callback should store a pointer to an SSL_SESSION object in
96 It is also possible for the callback to succeed but not supply a PSK. In this
98 this the callback should return successfully and ensure that B<*sess> is
102 provide a different callback function. This function will be called when the
[all …]
H A DSSL_CTX_use_psk_identity_hint.pod42 A server application wishing to use TLSv1.3 PSKs should set a callback
46 The callback function is given a pointer to the SSL connection in B<ssl> and
47 an identity in B<identity> of length B<identity_len>. The callback function
53 It is also possible for the callback to succeed but not supply a PSK. In this
55 callback should return successfully and ensure that B<*sess> is
69 callback function which is called when the server receives the
70 ClientKeyExchange message from the client. The purpose of the callback function
72 during the connection setup phase. The callback is set using the functions
73 SSL_CTX_set_psk_server_callback() or SSL_set_psk_server_callback(). The callback
78 The callback for use in TLSv1.2 will also work in TLSv1.3 although it is
[all …]
/freebsd/contrib/wpa/src/utils/
H A Deloop.h38 * eloop_sock_handler - eloop socket event callback type
40 * @eloop_ctx: Registered callback context data (eloop_data)
41 * @sock_ctx: Registered callback context data (user_data)
46 * eloop_event_handler - eloop generic event callback type
47 * @eloop_ctx: Registered callback context data (eloop_data)
48 * @user_ctx: Registered callback context data (user_data)
53 * eloop_timeout_handler - eloop timeout event callback type
54 * @eloop_ctx: Registered callback context data (eloop_data)
55 * @user_ctx: Registered callback context data (user_data)
60 * eloop_signal_handler - eloop signal event callback type
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h29 /// callback, ignore count, etc...
36 /// \param[in] callback
41 /// Client data that will get passed to the callback.
45 WatchpointOptions(WatchpointHitCallback callback, void *baton,
63 // You are supposed to control that all through the callback.
67 // w/o running the callback.
70 // d) Otherwise, the callback will get run, and if it returns true we will
72 // The asynchronous callback can run the target itself, but at present that
73 // should be the last action the callback does. We will relax this
77 /// Adds a callback t
[all...]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sync.h123 * cookie. Otherwise, the callback might panic. In this case, the cookie in LacSync_DestroySyncCookie()
141 * Function which will wait for a sync callback on a given cookie.
144 * @param[in] timeOut Time to wait for callback (msec)
145 * @param[out] pStatus Status returned by the callback
146 * @param[out] pOpStatus Operation status returned by callback.
149 * @retval CPA_STATUS_SUCCESS Fail waiting for a callback
176 * Function which will check for a sync callback on a given cookie.
177 * Returns whether the callback has happened or not, no timeout.
180 * @param[in] timeOut Time to wait for callback (msec)
181 * @param[out] pStatus Status returned by the callback
[all …]
/freebsd/share/man/man9/
H A DEVENTHANDLER.969 kernel events and have their callback functions invoked when these
72 Callback functions are invoked in order of priority.
73 The relative priority of each callback among other callbacks
98 with callback functions of type
103 to register a callback function
116 This macro registers a callback function
133 This macro removes a previously registered callback associated with tag
141 This macro removes a previously registered callback associated with tag
157 registered callback function.
186 function is used to register a callback with a given event.
[all …]
/freebsd/contrib/unbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
56 * o comm_reply - holds reply info during networking callback.
94 /** callback from communication point function type */
98 /** to pass no_error to callback function */
100 /** to pass closed connection to callback function */
102 /** to pass timeout happened to callback function */
104 /** to pass fallback from capsforID to callback function; 0x20 failed */
106 /** to pass done transfer to callback function; http file is complete */
108 /** to pass write of the write packet is done to callback function
125 /** callback to stop listening on accept sockets,
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_open.375 pointers to three callback functions which will be invoked by
81 with an additional fourth free callback. This function should be preferred to
158 callback functions that will be invoked to write data to the
168 The open callback is invoked by
179 freed inside the open callback or with the free callback.
191 The write callback is invoked whenever the library
193 For correct blocking, each call to the write callback function
198 On success, the write callback should return the
200 On error, the callback shoul
[all...]
H A Darchive_read_open.374 except that the skip callback is assumed to be
79 four callback functions.
128 The callback functions must match the following prototypes:
152 The open callback is invoked by
163 The read callback is invoked whenever the library
165 The read callback should read data into a buffer,
170 The library will invoke the read callback again
174 On end-of-file, the read callback should
176 On error, the read callback should invoke
181 The skip callback i
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnostics.h27 /// help of a callback to emit one or more files into the diagnostic directory.
44 using Callback = std::function<llvm::Error(const FileSpec &)>; variable
47 CallbackID AddCallback(Callback callback);
67 CallbackEntry(CallbackID id, Callback callback) in CallbackEntry()
68 : id(id), callback(std::move(callback)) {} in CallbackEntry()
70 Callback callback; member
73 /// Monotonically increasing callback identifier. Unique per Diagnostic
77 /// List of callback entries.
80 /// Mutex to protect callback list and callback identifier.
/freebsd/sys/dev/isci/
H A Disci_domain.c45 * @brief This callback method informs the framework user that something
49 * This callback is called by the framework outside of discovery or
59 * with which this callback is associated.
61 * which this callback is associated.
85 * @brief This callback method informs the framework user that a previously
89 * with which this callback is associated.
91 * which this callback is associated.
113 * @brief This callback method informs the framework user that a previously
117 * with which this callback is associated.
119 * which this callback is associated.
[all …]

12345678910>>...105