OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnssd_txn_t
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop-common.h
32
* Creates a special
dnssd_txn_t
to share its DNSServiceRef with all service_connection_t calls.
35
* returns the created
dnssd_txn_t
if no error occurs, otherwise, NULL.
38
dnssd_txn_t
*NULLABLE
ioloop-common.c
38
dnssd_txn_t
*NULLABLE
42
dnssd_txn_t
*txn = NULL;
srp-replication.h
166
dnssd_txn_t
*NULLABLE aaaa_query, *NULLABLE a_query;
309
dnssd_txn_t
*NULLABLE txt_txn;
310
dnssd_txn_t
*NULLABLE srv_txn;
378
dnssd_txn_t
*NULLABLE query;
380
dnssd_txn_t
*NULLABLE srpl_advertise_txn;
ioloop.h
94
typedef struct dnssd_txn
dnssd_txn_t
;
typedef in typeref:struct:dnssd_txn
358
dnssd_txn_t
*NULLABLE
364
dnssd_txn_t
*NULLABLE
368
void ioloop_dnssd_txn_cancel(
dnssd_txn_t
*NONNULL txn);
370
void ioloop_dnssd_txn_retain_(
dnssd_txn_t
*NONNULL txn, const char *NONNULL file, int line);
375
void ioloop_dnssd_txn_release_(
dnssd_txn_t
*NONNULL txn, const char *NONNULL file, int line);
377
void ioloop_dnssd_txn_set_aux_pointer(
dnssd_txn_t
*NONNULL txn, void *NULLABLE aux_pointer);
378
void *NULLABLE ioloop_dnssd_txn_get_aux_pointer(
dnssd_txn_t
*NONNULL txn);
379
void *NULLABLE ioloop_dnssd_txn_get_context(
dnssd_txn_t
*NONNULL txn);
srp-dnssd.h
58
void ioloop_dnssd_txn_cancel_srp(void *NULLABLE srp_server,
dnssd_txn_t
*NONNULL txn);
69
dnssd_txn_t
*NULLABLE
ioloop.c
1720
dnssd_txn_t
*txn = (
dnssd_txn_t
*)context;
1736
dnssd_txn_finalize(
dnssd_txn_t
*txn)
1749
dnssd_txn_t
*txn = context;
1755
ioloop_dnssd_txn_cancel(
dnssd_txn_t
*txn)
1770
ioloop_dnssd_txn_retain_(
dnssd_txn_t
*dnssd_txn, const char *file, int line)
1777
ioloop_dnssd_txn_release_(
dnssd_txn_t
*dnssd_txn, const char *file, int line)
1783
dnssd_txn_t
*
1788
dnssd_txn_t
*txn = calloc(1, sizeof(*txn));
1799
dnssd_txn_t
*
[
all
...]
srp-mdns-proxy.h
83
dnssd_txn_t
*NULLABLE shared_registration_txn;
138
dnssd_txn_t
*NULLABLE txn; // The
dnssd_txn_t
that was created from the shared connection.
macos-ioloop.c
1961
ioloop_dnssd_txn_cancel_srp(void *srp_server,
dnssd_txn_t
*txn)
1978
ioloop_dnssd_txn_cancel(
dnssd_txn_t
*txn)
1990
dnssd_txn_finalize(
dnssd_txn_t
*txn)
2002
ioloop_dnssd_txn_retain_(
dnssd_txn_t
*dnssd_txn, const char *file, int line)
2009
ioloop_dnssd_txn_release_(
dnssd_txn_t
*dnssd_txn, const char *file, int line)
2015
dnssd_txn_t
*
2020
dnssd_txn_t
*txn = calloc(1, sizeof(*txn));
2034
dnssd_txn_t
*
2039
dnssd_txn_t
*txn = ioloop_dnssd_txn_add_subordinate_(ref, context, finalize_callback, failure_callback, file, line);
2048
ioloop_dnssd_txn_set_aux_pointer(
dnssd_txn_t
*NONNULL txn, void *aux_pointer
[
all
...]
dnssd-client.c
115
dnssd_txn_t
*shared_txn;
dnssd-proxy.c
151
// by the fact that we are not tracking outstanding queries--the query survives because the
dnssd_txn_t
object
201
dnssd_txn_t
*txn; // Subordinate DNSServiceRef for this question
242
dnssd_txn_t
*txn; // Contains event loop.
255
dnssd_txn_t
*txn; // The event loop.
285
dnssd_txn_t
*shared_discovery_txn;
5663
dnssd_txn_t
*txn = NULL;
srp-mdns-proxy.c
697
dnssd_txn_t
*txn = server_state->shared_registration_txn;
1299
dnssd_txn_t
*txn = instance->txn;
2810
dnssd_txn_t
*shared_txn;
srp-replication.c
412
dnssd_txn_t
**txn;
3631
srpl_service_instance_query_start(srpl_instance_service_t *service,
dnssd_txn_t
**txn, const char *rrtype_name,
3645
ERROR("unable to allocate
dnssd_txn_t
for " PUB_S_SRP " record for " PRI_S_SRP,
6184
ERROR("unable to set up a
dnssd_txn_t
for _srpl-tls._tcp advertisement.");
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-dnssd.c
509
dnssd_txn_t
*NULLABLE
Completed in 38 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026