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

Function iq_swap

modules/http2/h2_proxy_util.c:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static void iq_swap(h2_proxy_iqueue *q, int i, int j)
350{
351 int x = q->elts[i];
352 q->elts[i] = q->elts[j];
353 q->elts[j] = x;
354}
355
356static int iq_bubble_up(h2_proxy_iqueue *q, int i, int top,
357 h2_proxy_iq_cmp *cmp, void *ctx)

Callers 2

iq_bubble_upFunction · 0.70
iq_bubble_downFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected