MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cgi_sort_variables

Function cgi_sort_variables

cgi-bin/var.c:1330–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328 */
1329
1330static void
1331cgi_sort_variables(void)
1332{
1333 if (form_count < 2)
1334 return;
1335
1336 qsort(form_vars, (size_t)form_count, sizeof(_cgi_var_t),
1337 (int (*)(const void *, const void *))cgi_compare_variables);
1338}
1339
1340
1341/*

Callers 2

cgiSetArrayFunction · 0.85
cgiSetVariableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected