Searched refs:top_elem (Results 1 – 4 of 4) sorted by relevance
53 grpc_channel_element* top_elem = in grpc_channel_ping() local63 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
284 #define CALL_FROM_TOP_ELEM(top_elem) \ argument285 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
65 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local66 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()67 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
175 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local176 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()177 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()