Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dh2.h95 int h2_parse_frames (connection *con);
H A Dconnections.c1191 && (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()
H A Dh2.c1707 h2_parse_frames (connection * const con) in h2_parse_frames() function