Home
last modified time | relevance | path

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

/external/grpc-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
203 TCP_REF(tcp, "read"); in endpoint_read()
256 TCP_REF(tcp, "write"); in endpoint_write()
Dtcp_windows.cc141 #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()
Dtcp_posix.cc339 #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()