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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.h 90 typedef struct dso_transport comm_t; typedef in typeref:struct:dso_transport
102 typedef void (*cancel_callback_t)(comm_t *NONNULL comm, void *NONNULL context);
105 typedef void (*comm_callback_t)(comm_t *NONNULL comm);
106 typedef void (*datagram_callback_t)(comm_t *NONNULL comm, message_t *NONNULL message, void *NULLABLE context);
107 typedef void (*connect_callback_t)(comm_t *NONNULL connection, void *NULLABLE context);
108 typedef void (*disconnect_callback_t)(comm_t *NONNULL comm, void *NULLABLE context, int error);
172 comm_t *NULLABLE listener_state;
200 bool (*NULLABLE test_send_intercept)(comm_t *NONNULL connection, message_t *NULLABLE responding_to,
293 void ioloop_comm_retain_(comm_t *NONNULL comm, const char *NONNULL file, int line);
295 void ioloop_comm_release_(comm_t *NONNULL comm, const char *NONNULL file, int line)
    [all...]

Completed in 15 milliseconds