OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_service_t
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
probe-srp.h
23
void probe_srp_service(
thread_service_t
*NONNULL service, void *NULLABLE context,
24
void (*NONNULL callback)(
thread_service_t
*NONNULL service,
27
void probe_srp_service_probe_cancel(
thread_service_t
*NONNULL service);
thread-service.h
24
typedef struct thread_service
thread_service_t
;
typedef in typeref:struct:thread_service
58
thread_service_t
*NULLABLE next;
79
void thread_service_list_release(
thread_service_t
*NONNULL *NULLABLE list_pointer);
82
thread_service_t
*NULLABLE thread_service_unicast_create_(uint16_t rloc16, uint8_t *NONNULL address,
87
thread_service_t
*NULLABLE thread_service_anycast_create_(uint16_t rloc16, uint8_t sequence_number,
91
thread_service_t
*NULLABLE thread_service_pref_id_create_(uint16_t rloc16, uint8_t *NONNULL partition_id,
94
void thread_service_note(const char *NONNULL owner_id,
thread_service_t
*NONNULL service,
97
bool thread_service_equal(
thread_service_t
*NULLABLE a,
thread_service_t
*NULLABLE b);
service-tracker.h
41
thread_service_t
*NULLABLE service_tracker_services_get(service_tracker_t *NULLABLE tracker);
43
thread_service_t
*NONNULL service,
46
thread_service_t
*NULLABLE old_service);
47
thread_service_t
*NULLABLE service_tracker_verified_service_get(service_tracker_t *NULLABLE tracker);
48
thread_service_t
*NULLABLE service_tracker_unverified_service_get(service_tracker_t *NULLABLE tracker,
thread-service.c
76
thread_service_finalize(
thread_service_t
*service)
84
thread_service_list_release(
thread_service_t
**list_pointer)
87
thread_service_t
*service = *list_pointer;
93
thread_service_t
*
96
thread_service_t
*service;
110
thread_service_t
*
113
thread_service_t
*service;
126
thread_service_t
*
129
thread_service_t
*service;
144
thread_service_note(const char *owner_id,
thread_service_t
*tservice, const char *event_description
[
all
...]
service-tracker.c
67
thread_service_t
*NULLABLE thread_services;
77
thread_service_t
*next;
78
for (
thread_service_t
*service = tracker->thread_services; service != NULL; service = next) {
97
service_tracker_thread_service_note(service_tracker_t *tracker,
thread_service_t
*tservice, const char *event_description)
138
thread_service_t
**pservice = &tracker->thread_services, *service = NULL;
286
for (
thread_service_t
*aservice = tracker->thread_services; aservice != NULL; aservice = aservice->next)
471
for (
thread_service_t
*service = tracker->thread_services; service != NULL; service = service->next)
483
thread_service_t
*
495
service_tracker_verified_service_still_exists(service_tracker_t *NULLABLE tracker,
thread_service_t
*old_service)
500
for (
thread_service_t
*service = tracker->thread_services; service != NULL; service = service->next)
[
all
...]
probe-srp.c
65
thread_service_t
*service;
67
void (*callback)(
thread_service_t
*service, void *context, bool succeeded);
96
probe_srp_service_probe_cancel(
thread_service_t
*service)
117
RELEASE_HERE(probe_state, probe_state); // The
thread_service_t
's reference to the probe state
126
thread_service_t
*service = probe_state->service;
173
RELEASE_HERE(probe_state, probe_state); // The
thread_service_t
's reference to the probe state
333
probe_srp_create(addr_t *address,
thread_service_t
*service, void *context,
334
void (*callback)(
thread_service_t
*service, void *context, bool succeeded),
385
probe_srp_anycast_service(
thread_service_t
*service, void *context,
386
void (*callback)(
thread_service_t
*service, void *context, bool succeeded)
[
all
...]
service-publisher.c
124
thread_service_t
*published_unicast_service;
125
thread_service_t
*published_anycast_service;
126
thread_service_t
*publication_queue;
470
thread_service_t
*service = publisher->publication_queue;
507
service_publisher_service_update(service_publisher_t *publisher,
thread_service_t
*service, bool add)
544
thread_service_t
*service = publisher->publication_queue;
583
service_publisher_queue_update(service_publisher_t *publisher,
thread_service_t
*service,
586
thread_service_t
**ppref;
588
thread_service_t
**p_published;
614
static
thread_service_t
*
[
all
...]
dnssd-client.c
116
thread_service_t
*published_service;
173
dnssd_client_probe_callback(
thread_service_t
*UNUSED service, void *context, bool UNUSED succeeded)
476
thread_service_t
*service;
route.c
2672
thread_service_t
*service;
3094
thread_service_t
*service;
3154
for (
thread_service_t
*aservice = service_tracker_services_get(route_state->srp_server->service_tracker);
3268
for (
thread_service_t
*service = service_tracker_services_get(route_state->srp_server->service_tracker); service;
3309
for (
thread_service_t
*service = service_tracker_services_get(route_state->srp_server->service_tracker); service;
3360
for (
thread_service_t
*service = service_tracker_services_get(tracker); service != NULL; service = service->next) {
/src/external/apache2/mDNSResponder/dist/Clients/srputil/
srputil.c
430
thread_service_t
*winner = NULL;
431
for (
thread_service_t
*service = service_tracker_services_get(tracker); service != NULL; service = service->next) {
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026