MCPcopy Create free account
hub / github.com/apache/httpd / buffer_is_empty

Function buffer_is_empty

modules/http2/h2_bucket_beam.c:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

wait_not_emptyFunction · 0.85
h2_beam_abortFunction · 0.85
h2_beam_closeFunction · 0.85
h2_beam_sendFunction · 0.85
h2_beam_emptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected