Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc949 pending_batch pending_batches[MAX_PENDING_BATCHES]; member
1154 pending_batch* pending = &calld->pending_batches[idx]; in pending_batches_add()
1238 for (size_t i = 0; i < GPR_ARRAY_SIZE(calld->pending_batches); ++i) { in pending_batches_fail()
1239 if (calld->pending_batches[i].batch != nullptr) ++num_batches; in pending_batches_fail()
1246 for (size_t i = 0; i < GPR_ARRAY_SIZE(calld->pending_batches); ++i) { in pending_batches_fail()
1247 pending_batch* pending = &calld->pending_batches[i]; in pending_batches_fail()
1289 for (size_t i = 0; i < GPR_ARRAY_SIZE(calld->pending_batches); ++i) { in pending_batches_resume()
1290 if (calld->pending_batches[i].batch != nullptr) ++num_batches; in pending_batches_resume()
1298 for (size_t i = 0; i < GPR_ARRAY_SIZE(calld->pending_batches); ++i) { in pending_batches_resume()
1299 pending_batch* pending = &calld->pending_batches[i]; in pending_batches_resume()
[all …]