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

Function c2_transit_get

modules/http2/h2_mplx.c:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static h2_c2_transit *c2_transit_get(h2_mplx *m)
242{
243 h2_c2_transit **ptransit = apr_array_pop(m->c2_transits);
244 if (ptransit) {
245 return *ptransit;
246 }
247 return c2_transit_create(m);
248}
249
250static void c2_transit_recycle(h2_mplx *m, h2_c2_transit *transit)
251{

Callers 1

s_next_c2Function · 0.85

Calls 1

c2_transit_createFunction · 0.85

Tested by

no test coverage detected