Searched refs:TCP_REF (Results 1 – 3 of 3) sorted by relevance
/third_party/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 207 TCP_REF(tcp, "read"); in endpoint_read() 265 TCP_REF(tcp, "write"); in endpoint_write()
|
D | tcp_windows.cc | 143 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) macro 169 #define TCP_REF(tcp, reason) tcp_ref((tcp)) macro 283 TCP_REF(tcp, "read"); in win_read() 410 TCP_REF(tcp, "write"); in win_write()
|
D | tcp_posix.cc | 646 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) macro 660 #define TCP_REF(tcp, reason) tcp_ref((tcp)) macro 914 TCP_REF(tcp, "read"); in tcp_read() 1612 TCP_REF(tcp, "write"); in tcp_write() 1845 TCP_REF(tcp, "error-tracking"); in grpc_tcp_create()
|