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

Function h2_beam_destroy

modules/http2/h2_bucket_beam.c:290–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290apr_status_t h2_beam_destroy(h2_bucket_beam *beam, conn_rec *c)
291{
292 if (beam->pool) {
293 H2_BEAM_LOG(beam, c, APLOG_TRACE2, 0, "destroy", NULL);
294 apr_pool_cleanup_run(beam->pool, beam, beam_cleanup);
295 }
296 H2_BEAM_LOG(beam, c, APLOG_TRACE2, 0, "destroyed", NULL);
297 return APR_SUCCESS;
298}
299
300apr_status_t h2_beam_create(h2_bucket_beam **pbeam, conn_rec *from,
301 apr_pool_t *pool, int id, const char *tag,

Callers 1

c1_purge_streamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected