HomeSort by relevance Sort by last modified time
    Searched refs:cupsArrayFind (Results 1 - 14 of 14) sorted by null

  /external/libcups/cups/
ppd-custom.c 50 return ((ppd_coption_t *)cupsArrayFind(ppd->coptions, &key));
ppd-mark.c 397 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key);
432 return ((ppd_option_t *)cupsArrayFind(ppd->options, &key));
476 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL)
784 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL)
986 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, c)) != NULL)
1014 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL)
1026 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL)
1047 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL)
1068 if ((oldc = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) != NULL)
array.h 62 extern void *cupsArrayFind(cups_array_t *a, void *e) _CUPS_API_1_2;
dest-localization.c 81 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL)
227 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations,
269 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations,
ppd-attr.c 58 if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL)
testarray.c 200 * cupsArrayFind()
203 fputs("cupsArrayFind: ", stdout);
204 if ((text = (char *)cupsArrayFind(array, (void *)"One Fish")) != NULL &&
541 if (!cupsArrayFind(array, word))
string.c 84 if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, key)) != NULL)
328 if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, key)) != NULL &&
array.c 158 if (!cupsArrayFind(a, (void *)s))
190 if (!cupsArrayFind(a, start))
276 * The current element is undefined until you call @link cupsArrayFind@,
436 * 'cupsArrayFind()' - Find an element in the array.
442 cupsArrayFind(cups_array_t *a, /* I - Array */
559 * The current element is undefined until you call @link cupsArrayFind@,
810 * The next element is undefined until you call @link cupsArrayFind@,
843 * The previous element is undefined until you call @link cupsArrayFind@,
970 * The current element is undefined until you call @link cupsArrayFind@,
pwg-media.c 606 return ((pwg_media_t *)cupsArrayFind(cg->leg_size_lut, &key));
663 if ((size = (pwg_media_t *)cupsArrayFind(cg->ppd_size_lut, &key)) == NULL)
839 if ((size = (pwg_media_t *)cupsArrayFind(cg->pwg_size_lut, &key)) == NULL &&
    [all...]
ppd-conflicts.c 248 if (cupsArrayFind(pass, consts->resolver))
251 if (cupsArrayFind(resolvers, consts->resolver))
    [all...]
dest-options.c 401 if (cupsArrayFind(pass, c))
404 if (cupsArrayFind(resolvers, c))
412 if ((r = cupsArrayFind(dinfo->resolvers, c)) == NULL)
    [all...]
ppd-cache.c     [all...]
language.c 1135 match = (_cups_message_t *)cupsArrayFind(a, &key);
    [all...]
dest.c     [all...]

Completed in 273 milliseconds