Searched refs:tcpInfo_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.h140 extern void DisposeTCPConn(struct tcpInfo_t *tcp);
H A DuDNS.c1247 tcpInfo_t *tcpInfo = (tcpInfo_t *)context;
1251 tcpInfo_t **backpointer =
1359 if (backpointer) *backpointer = mDNSNULL; // Clear client backpointer FIRST so we don't risk double-disposing our tcpInfo_t
1397 if (backpointer) *backpointer = mDNSNULL; // Clear client backpointer FIRST so we don't risk double-disposing our tcpInfo_t
1414 tcpInfo->reply = mDNSNULL; // Detach reply buffer from tcpInfo_t, to make sure client callback can't cause it to be disposed
1447 // we won't end up double-disposing our tcpInfo_t
1518 mDNSlocal tcpInfo_t *MakeTCPConn(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const end,
1524 tcpInfo_t *info;
1532 info = (tcpInfo_t *)mDNSPlatformMemAllocat
[all...]
H A DmDNSEmbeddedAPI.h509 typedef struct tcpInfo_t struct
524 } tcpInfo_t; typedef in typeref:struct:tcpInfo_t
1567 struct tcpInfo_t *tcp;
1947 struct tcpInfo_t *tcp;

Completed in 190 milliseconds