HomeSort by: relevance | last modified time | path
    Searched defs:omr_publisher (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-publisher.h 26 typedef struct omr_publisher omr_publisher_t;
32 RELEASE_RETAIN_DECLS(omr_publisher); variable
37 void omr_publisher_set_omr_watcher(omr_publisher_t *NONNULL omr_publisher, omr_watcher_t *NONNULL omr_watcher);
38 void omr_publisher_set_reconnect_callback(omr_publisher_t *NONNULL omr_publisher,
omr-publisher.c 67 typedef struct omr_publisher { struct
98 ERROR("state header type isn't omr_publisher: %d", state_header->state_machine_type); \
136 RELEASE_RETAIN_FUNCS(omr_publisher); variable
142 RELEASE_HERE(publisher, omr_publisher);
204 RETAIN_HERE(publisher, omr_publisher); // The omr watcher callback holds a reference to the publisher
250 RETAIN_HERE(publisher, omr_publisher);
276 RELEASE_HERE(publisher, omr_publisher);
327 RELEASE_HERE(publisher, omr_publisher);
581 RELEASE_HERE(publisher, omr_publisher);
591 RELEASE_HERE(publisher, omr_publisher);
    [all...]
route.h 35 typedef struct omr_publisher omr_publisher_t;
333 omr_publisher_t *NULLABLE omr_publisher; member in struct:route_state

Completed in 15 milliseconds