Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc163 struct op_and_state { struct
168 struct op_and_state* next; /* next op_and_state in the linked list */ argument
173 struct op_and_state* head;
178 struct op_and_state* oas;
219 static enum e_op_result execute_stream_op(struct op_and_state* oas);
317 struct op_and_state* new_op = static_cast<struct op_and_state*>( in add_to_storage()
318 gpr_malloc(sizeof(struct op_and_state))); in add_to_storage()
343 struct op_and_state* oas) { in remove_from_storage()
344 struct op_and_state* curr; in remove_from_storage()
378 for (struct op_and_state* curr = s->storage.head; curr != nullptr;) { in execute_from_storage()
[all …]