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

/external/libcups/cups/
H A Dstring.c32 static cups_array_t *stringpool = NULL; variable
68 if (!stringpool)
69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL);
71 if (!stringpool)
84 if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, key)) != NULL)
134 cupsArrayAdd(stringpool, item);
186 cupsArrayCount(stringpool)));
190 for (item = (_cups_sp_item_t *)cupsArrayFirst(stringpool);
192 item = (_cups_sp_item_t *)cupsArrayNext(stringpool))
195 cupsArrayDelete(stringpool);
[all...]

Completed in 144 milliseconds