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

Function cupsArrayNew

cups/array.c:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 */
675
676cups_array_t * /* O - Array */
677cupsArrayNew(cups_array_func_t f, /* I - Comparison function or @code NULL@ for an unsorted array */
678 void *d) /* I - User data pointer or @code NULL@ */
679{
680 return (cupsArrayNew3(f, d, 0, 0, 0, 0));
681}
682
683
684/*

Callers 15

mainFunction · 0.85
do_testFunction · 0.85
create_printerFunction · 0.85
finish_document_dataFunction · 0.85
finish_document_uriFunction · 0.85
ipp_create_jobFunction · 0.85
cupsdAddSubscriptionFunction · 0.85
mimeLoadFiltersFunction · 0.85
cupsdLogJobFunction · 0.85
list_ppdsFunction · 0.85
load_ppdFunction · 0.85
load_ppds_datFunction · 0.85

Calls 1

cupsArrayNew3Function · 0.85

Tested by 1

mainFunction · 0.68