Searched refs:read_action (Results 1 – 3 of 3) sorted by relevance
57 grpc_closure read_action; member248 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()271 ep_impl->stream_sync->NotifyOnRead(&ep_impl->read_action); in CFStreamRead()388 GRPC_CLOSURE_INIT(&ep_impl->read_action, ReadAction, in grpc_cfstream_endpoint_create()
55 grpc_closure read_action; member245 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()359 GRPC_CLOSURE_INIT(&ep_impl->read_action, ReadAction, in grpc_cfstream_endpoint_create()
108 static void read_action(void* t, grpc_error* error);2457 static void read_action(void* tp, grpc_error* error) { in read_action() function2556 GRPC_CLOSURE_INIT(&t->read_action_locked, read_action, t, in continue_read_action_locked()