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

Function cupsArrayCount

cups/array.c:250–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 */
249
250int /* O - Number of elements */
251cupsArrayCount(cups_array_t *a) /* I - Array */
252{
253 /*
254 * Range check input...
255 */
256
257 if (!a)
258 return (0);
259
260 /*
261 * Return the number of elements...
262 */
263
264 return (a->num_elements);
265}
266
267
268/*

Callers 15

mainFunction · 0.85
do_testFunction · 0.85
with_distinct_valuesFunction · 0.85
clean_jobsFunction · 0.85
load_ppd_attributesFunction · 0.85
show_statusFunction · 0.85
cupsdAddEventFunction · 0.85
cupsdAddSubscriptionFunction · 0.85
cupsdExpireSubscriptionsFunction · 0.85
cupsd_send_notificationFunction · 0.85
mimeNumFiltersFunction · 0.85

Calls

no outgoing calls

Tested by 4

list_nodesFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68