Home
last modified time | relevance | path

Searched refs:TCP_REF (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_custom.cc89 #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()
Dtcp_windows.cc143 #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()
Dtcp_posix.cc646 #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()