Searched refs:process_array (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprocess.c53 static cups_array_t *process_array = NULL; variable
282 if ((proc = (cupsd_proc_t *)cupsArrayFind(process_array, &key)) != NULL)
288 cupsArrayRemove(process_array, proc);
578 if (!process_array)
579 process_array = cupsArrayNew((cups_array_func_t)compare_procs, NULL);
581 if (process_array)
589 cupsArrayAdd(process_array, proc);

Completed in 135 milliseconds