OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conn_ref
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
614
struct ngtcp2_crypto_conn_ref
conn_ref
;
member in struct:doq_conn
/src/external/bsd/unbound/dist/testcode/
doqclient.c
115
struct ngtcp2_crypto_conn_ref
conn_ref
;
member in struct:doq_client_data
215
static ngtcp2_conn* conn_ref_get_conn(ngtcp2_crypto_conn_ref*
conn_ref
)
218
conn_ref
->user_data;
227
data->
conn_ref
.get_conn = &conn_ref_get_conn;
228
data->
conn_ref
.user_data = data;
229
SSL_set_app_data(ssl, &data->
conn_ref
);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c
38
typedef void (*cti_internal_callback_t)(cti_connection_t NONNULL
conn_ref
, object_t reply, cti_status_t status);
418
cti_event_handler(object_t event, cti_connection_t
conn_ref
)
421
INFO("[CX%d] (" PUB_S_SRP "): cleanup",
conn_ref
->serial,
conn_ref
->command_name);
422
if (
conn_ref
->callback.reply != NULL) {
423
conn_ref
->internal_callback(
conn_ref
, event, kCTIStatus_Disconnected);
425
INFO("[CX%d] No callback",
conn_ref
->serial);
427
if (
conn_ref
->connection != NULL) {
428
INFO("[CX%d] releasing connection %p",
conn_ref
->serial, conn_ref->connection)
536
cti_connection_t
conn_ref
= debug_calloc(1, sizeof(struct _cti_connection_t), file, line);
local
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026