Searched defs:TCP_UNREF (Results 1 – 3 of 3) sorted by relevance
| /third_party/grpc/src/core/lib/iomgr/ |
| D | tcp_custom.cc | 88 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) macro 114 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) macro
|
| D | tcp_windows.cc | 142 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) macro 168 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) macro
|
| D | tcp_posix.cc | 645 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION) macro 659 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) macro
|