OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conn_ref
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.c
94
advertising_proxy_ref_dealloc(advertising_proxy_conn_ref
conn_ref
)
96
if (
conn_ref
== NULL) {
100
conn_ref
->callback.callback = NULL;
101
cti_connection_close(
conn_ref
);
104
RELEASE_HERE(
conn_ref
, advertising_proxy_conn_ref);
105
ERROR("advertising_proxy_ref_dealloc successfully released
conn_ref
");
322
advertising_proxy_flush_entries(advertising_proxy_conn_ref *
conn_ref
,
326
errx = adv_send_command(
conn_ref
, client_queue, "advertising_proxy_flush_entries",
332
advertising_proxy_get_service_list(advertising_proxy_conn_ref *
conn_ref
,
336
errx = adv_send_command(
conn_ref
, client_queue, "advertising_proxy_get_service_list"
[
all
...]
advertising_proxy_services.h
103
*
conn_ref
: The advertising_proxy_conn_ref initialized by the library function.
112
advertising_proxy_conn_ref NULLABLE
conn_ref
,
121
*
conn_ref
: The advertising_proxy_conn_ref initialized by the library function. Call advertising_proxy_
134
advertising_proxy_conn_ref NULLABLE
conn_ref
,
149
*
conn_ref
: A pointer to advertising_proxy_conn_ref that is initialized to NULL.
151
* The same
conn_ref
can be used for more than one call.
169
advertising_proxy_conn_ref NONNULL *NULLABLE
conn_ref
,
180
*
conn_ref
: A pointer to advertising_proxy_conn_ref that is initialized to NULL.
182
* The same
conn_ref
can be used for more than one call.
200
advertising_proxy_conn_ref NONNULL *NULLABLE
conn_ref
,
[
all
...]
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
...]
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
614
struct ngtcp2_crypto_conn_ref
conn_ref
;
member in struct:doq_conn
listen_dnsport.c
4734
static ngtcp2_conn* doq_conn_ref_get_conn(ngtcp2_crypto_conn_ref*
conn_ref
)
4736
struct doq_conn* conn = (struct doq_conn*)
conn_ref
->user_data;
4767
conn->
conn_ref
.get_conn = &doq_conn_ref_get_conn;
4768
conn->
conn_ref
.user_data = conn;
4769
SSL_set_app_data(ssl, &conn->
conn_ref
);
/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
);
Completed in 135 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026