Searched refs:TCP_REF (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_custom.cc | 89 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) macro 115 #define TCP_REF(tcp, reason) tcp_ref((tcp)) macro 203 TCP_REF(tcp, "read"); in endpoint_read() 256 TCP_REF(tcp, "write"); in endpoint_write()
|
D | tcp_windows.cc | 141 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) macro 167 #define TCP_REF(tcp, reason) tcp_ref((tcp)) macro 239 TCP_REF(tcp, "read"); in win_read() 350 TCP_REF(tcp, "write"); in win_write()
|
D | tcp_posix.cc | 339 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) macro 365 #define TCP_REF(tcp, reason) tcp_ref((tcp)) macro 533 TCP_REF(tcp, "read"); in tcp_read() 946 TCP_REF(tcp, "write"); in tcp_write() 1081 TCP_REF(tcp, "error-tracking"); in grpc_tcp_create()
|