| 188 | } |
| 189 | |
| 190 | static int buffer_is_empty(h2_bucket_beam *beam) |
| 191 | { |
| 192 | return H2_BLIST_EMPTY(&beam->buckets_to_send); |
| 193 | } |
| 194 | |
| 195 | static apr_status_t wait_not_empty(h2_bucket_beam *beam, conn_rec *c, apr_read_type_e block) |
| 196 | { |
no outgoing calls
no test coverage detected