Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc147 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream() function
Dinternal.h654 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t,
Dwriting.cc270 if (!grpc_chttp2_list_pop_writable_stream(t_, &s)) { in NextStream()
Dchttp2_transport.cc637 while (grpc_chttp2_list_pop_writable_stream(t, &s)) { in close_transport_locked()