Searched refs:TCPContext (Results 1 – 1 of 1) sorted by relevance
117 } TCPContext; typedef2655 TCPContext * context in FreeTCPContext()2676 TCPContext * context = ( TCPContext* ) vptr; in TCPMessageHandler()2711 TCPContext * context = ( TCPContext* ) param; in RecvTCPMessage()2810 TCPContext * context = NULL; in AcceptTCPConnection()2815 context = ( TCPContext* ) malloc( sizeof( TCPContext ) ); in AcceptTCPConnection()2817 mDNSPlatformMemZero( context, sizeof( sizeof( TCPContext ) ) ); in AcceptTCPConnection()