Searched refs:connRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/Private/
H A Ddns_services.c50 void DNSXRefDeAlloc(DNSXConnRef connRef) argument
52 if (!connRef)
59 dispatch_sync(connRef->lib_q, ^{
61 xpc_release(connRef->conn_ref);
62 connRef->AppCallBack = NULL;
63 dispatch_release(connRef->client_q);
67 dispatch_release(connRef->lib_q);
68 free(connRef);
70 syslog(LOG_INFO, "dns_services: DNSXRefDeAlloc successfully DeAllocated connRef");
75 static DNSXErrorType SendMsgToServer(DNSXConnRef *connRef, xpc_object_ argument
133 InitConnection(DNSXConnRef *connRef, const char *servname, dispatch_queue_t clientq, void *AppCallBack) argument
159 DNSXEnableProxy(DNSXConnRef *connRef, DNSProxyParameters proxyparam, IfIndex inIfindexArr[MaxInputIf], IfIndex outIfindex, dispatch_queue_t clientq, DNSXEnableProxyReply callBack) argument
[all...]
H A Ddns_services_mdns.h54 * connRef: The DNSXConnRef initialized by DNSXEnableProxy().
64 DNSXConnRef connRef,
75 * connRef: A pointer to DNSXConnRef that is initialized to NULL when called for the first
106 DNSXConnRef *connRef,
119 * connRef: A DNSXConnRef initialized by any of the DNSX*() calls.
122 void DNSXRefDeAlloc(DNSXConnRef connRef);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DringBufferIo.h82 SSLConnectionRef connRef,
86 SSLConnectionRef connRef,
H A DringBufferIo.cpp150 SSLConnectionRef connRef,
154 RingBuffer *ring = ((RingBuffers *)connRef)->rdBuf;
257 SSLConnectionRef connRef,
261 RingBuffer *ring = ((RingBuffers *)connRef)->wrtBuf;
149 ringReadFunc( SSLConnectionRef connRef, void *data, size_t *dataLen) argument
256 ringWriteFunc( SSLConnectionRef connRef, const void *data, size_t *dataLen) argument
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddnsctl.c66 static void dnsproxy_reply(DNSXConnRef connRef, DNSXErrorType errCode) argument
68 (void) connRef;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/xdr_rpc/Reference/
H A Dtransition.cpp52 #define BEGIN_IPC BEGIN_IPCN RefPointer<Connection> connRef(&Server::connection(replyPort)); \
53 Connection &connection __attribute__((unused)) = *connRef;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtransition.cpp61 #define BEGIN_IPC(name) BEGIN_IPCN RefPointer<Connection> connRef(&Server::connection(replyPort, auditToken)); \
62 Connection &connection __attribute__((unused)) = *connRef; \

Completed in 221 milliseconds