Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h75 GRPC_CHTTP2_PCL_COUNT /* must be last */ enumerator
105 grpc_closure_list lists[GRPC_CHTTP2_PCL_COUNT];
Dchttp2_transport.cc1692 for (size_t j = 0; j < GRPC_CHTTP2_PCL_COUNT; j++) { in cancel_pings()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h84 GRPC_CHTTP2_PCL_COUNT /* must be last */ enumerator
115 grpc_closure_list lists[GRPC_CHTTP2_PCL_COUNT] = {};
Dchttp2_transport.cc1621 for (size_t j = 0; j < GRPC_CHTTP2_PCL_COUNT; j++) { in cancel_pings()