| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-api.c | 48 void *NONNULL srp_context; member in struct:io_context 305 current_io_context->datagram_callback(current_io_context->srp_context, message, length); 346 io_context->srp_context = context; 364 INFO("wakeup on context %p srp_context %p", io_context, io_context->srp_context); 367 io_context->wakeup_callback(io_context->srp_context);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-thread.c | 60 void *NONNULL srp_context; member in struct:io_context 102 io_context->datagram_callback(io_context->srp_context, buf, length); 169 io_context->wakeup_callback(io_context->srp_context); 270 io_context->srp_context = context;
|
| srp-ioloop.c | 84 void *NONNULL srp_context; member in struct:io_context 124 io_context->datagram_callback(io_context->srp_context, 134 INFO("wakeup on context %p srp_context %p", io_context, io_context->srp_context); 136 io_context->wakeup_callback(io_context->srp_context); 255 io_context->srp_context = context; 277 INFO("srp_set_wakeup on context %p, srp_context %p", io_context, io_context->srp_context);
|