OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:publication_queue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-publisher.c
79
omr_prefix_t *
publication_queue
;
member in struct:omr_publisher
549
omr_prefix_t *prefix = publisher->
publication_queue
;
578
publisher->
publication_queue
= prefix->next;
587
omr_prefix_t *prefix = publisher->
publication_queue
;
622
publisher->
publication_queue
= prefix->next;
633
publisher->
publication_queue
= prefix->next;
644
omr_prefix_t *prefix, **ppref, *old_queue = publisher->
publication_queue
;
662
for (ppref = &publisher->
publication_queue
; *ppref != NULL; ppref = &(*ppref)->next)
671
if (old_queue == NULL && publisher->
publication_queue
!= NULL) {
service-publisher.c
126
thread_service_t *
publication_queue
;
member in struct:service_publisher
446
thread_service_list_release(&publisher->
publication_queue
);
470
thread_service_t *service = publisher->
publication_queue
;
498
publisher->
publication_queue
= service->next;
544
thread_service_t *service = publisher->
publication_queue
;
566
publisher->
publication_queue
= service->next;
577
publisher->
publication_queue
= service->next;
606
for (ppref = &publisher->
publication_queue
; *ppref != NULL; ppref = &(*ppref)->next)
Completed in 21 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026