Home
last modified time | relevance | path

Searched refs:udsEventCallback (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
Duds_daemon.h40 typedef void (*udsEventCallback)(int fd, short filter, void *context); typedef
41 extern mStatus udsSupportAddFDToEventLoop(dnssd_sock_t fd, udsEventCallback callback, void *context…
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c240 mStatus udsSupportAddFDToEventLoop(int fd, udsEventCallback callback, void *context, void **platfor… in udsSupportAddFDToEventLoop()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c218 DEBUG_LOCAL udsEventCallback gUDSCallback = NULL;
2068 udsEventCallback callback = ( udsEventCallback ) sock->userCallback; in UDSCanRead()
2083 udsSupportAddFDToEventLoop( SocketRef fd, udsEventCallback callback, void *context, void **platform… in udsSupportAddFDToEventLoop()