Searched refs:op_and_state (Results 1 – 1 of 1) sorted by relevance
163 struct op_and_state { struct168 struct op_and_state* next; /* next op_and_state in the linked list */ argument173 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 …]