Home
last modified time | relevance | path

Searched refs:bctl (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc255 static void process_data_after_md(batch_control* bctl);
256 static void post_batch_completion(batch_control* bctl);
1097 batch_control* bctl; in reuse_or_allocate_batch_control() local
1099 bctl = *pslot; in reuse_or_allocate_batch_control()
1100 if (bctl->call != nullptr) { in reuse_or_allocate_batch_control()
1103 memset(bctl, 0, sizeof(*bctl)); in reuse_or_allocate_batch_control()
1105 bctl = static_cast<batch_control*>( in reuse_or_allocate_batch_control()
1107 *pslot = bctl; in reuse_or_allocate_batch_control()
1109 bctl->call = call; in reuse_or_allocate_batch_control()
1110 bctl->op.payload = &call->stream_op_payload; in reuse_or_allocate_batch_control()
[all …]