HomeSort by relevance Sort by last modified time
    Searched refs:grpc_chttp2_write_cb (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 200 typedef struct grpc_chttp2_write_cb { struct
203 struct grpc_chttp2_write_cb* next;
204 } grpc_chttp2_write_cb; typedef in typeref:struct:grpc_chttp2_write_cb
425 grpc_chttp2_write_cb* write_cb_pool;
589 grpc_chttp2_write_cb* on_flow_controlled_cbs;
590 grpc_chttp2_write_cb* on_write_finished_cbs;
591 grpc_chttp2_write_cb* finish_after_write;
writing.cc 32 static void add_to_write_list(grpc_chttp2_write_cb** list,
33 grpc_chttp2_write_cb* cb) {
39 grpc_chttp2_write_cb* cb, grpc_error* error) {
120 int64_t send_bytes, grpc_chttp2_write_cb** list,
123 grpc_chttp2_write_cb* cb = *list;
127 grpc_chttp2_write_cb* next = cb->next;
chttp2_transport.cc 188 grpc_chttp2_write_cb* next = t->write_cb_pool->next;
    [all...]

Completed in 43 milliseconds