Searched refs: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 142 TCP_UNREF(tcp, "read"); in call_read_cb() 227 TCP_UNREF(tcp, "write"); in custom_write_callback() 318 TCP_UNREF(tcp, "destroy"); in custom_close_callback()
|
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 235 TCP_UNREF(tcp, "read"); in on_read() 341 TCP_UNREF(tcp, "write"); in on_write() 422 TCP_UNREF(tcp, "write"); in win_write() 476 TCP_UNREF(tcp, "destroy"); in win_destroy()
|
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 678 TCP_UNREF(tcp, "destroy"); in tcp_destroy() 774 TCP_UNREF(tcp, "read"); in tcp_do_read() 788 TCP_UNREF(tcp, "read"); in tcp_do_read() 850 TCP_UNREF(tcp, "read"); in tcp_do_read() 863 TCP_UNREF(tcp, "read"); in tcp_read_allocation_done() 900 TCP_UNREF(tcp, "read"); in tcp_handle_read() 1226 TCP_UNREF(tcp, "error-tracking"); in tcp_handle_error() 1532 TCP_UNREF(tcp, "write"); in tcp_handle_write() [all …]
|