Searched refs:EP_UNREF (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint_cfstream.cc | 74 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) macro 99 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) macro 157 EP_UNREF(ep, "read"); in ReadAction() 177 EP_UNREF(ep, "read"); in ReadAction() 183 EP_UNREF(ep, "read"); in ReadAction() 189 EP_UNREF(ep, "read"); in ReadAction() 199 EP_UNREF(ep, "write"); in WriteAction() 218 EP_UNREF(ep, "write"); in WriteAction() 228 EP_UNREF(ep, "write"); in WriteAction() 249 EP_UNREF(ep, "read"); in CFStreamReadAllocationDone() [all …]
|