Searched refs:sorted_attrs (Results 1 – 7 of 7) sorted by relevance
58 if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL) in ppdFindAttr()68 if ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL && in ppdFindAttr()104 while ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) != NULL) in ppdFindNextAttr()116 cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); in ppdFindNextAttr()
152 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()158 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()169 cupsArraySave(ppd->sorted_attrs); in ppdLocalize()175 cupsArrayRestore(ppd->sorted_attrs); in ppdLocalize()
227 cupsArraySave(ppd->sorted_attrs); in ppdPageSizeLimits()343 cupsArrayRestore(ppd->sorted_attrs); in ppdPageSizeLimits()
222 cupsArraySave(ppd->sorted_attrs); in cupsResolveConflicts()533 cupsArrayRestore(ppd->sorted_attrs); in cupsResolveConflicts()556 cupsArrayRestore(ppd->sorted_attrs); in cupsResolveConflicts()
347 cups_array_t *sorted_attrs; /* Attribute lookup array @since CUPS 1.2/macOS 10.5@ @private@ */ member
1141 for (attr = (ppd_attr_t *)cupsArrayFirst(ppd->sorted_attrs); in main()1143 attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) in main()
231 cupsArrayDelete(ppd->sorted_attrs); in ppdClose()2345 if (!ppd->sorted_attrs) in ppd_add_attr()2346 ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, in ppd_add_attr()2384 cupsArrayAdd(ppd->sorted_attrs, temp); in ppd_add_attr()