Searched refs:h2_parse_frames (Results 1 – 3 of 3) sorted by relevance
95 int h2_parse_frames (connection *con);
1191 && (chunkqueue_is_empty(con->read_queue) || h2_parse_frames(con)) in connection_state_machine_h2()1197 h2_parse_frames(con); in connection_state_machine_h2()
1707 h2_parse_frames (connection * const con) in h2_parse_frames() function