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

Function iq_swap

modules/http2/h2_util.c:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480static void iq_swap(h2_iqueue *q, int i, int j)
481{
482 int x = q->elts[i];
483 q->elts[i] = q->elts[j];
484 q->elts[j] = x;
485}
486
487static int iq_bubble_up(h2_iqueue *q, int i, int top,
488 h2_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