Home
last modified time | relevance | path

Searched refs:ppd_attr (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dppd-cache.c967 ppd_attr_t *ppd_attr; /* Current PPD preset attribute */ in _ppdCacheCreateWithPPD() local
1350 if ((ppd_attr = ppdFindAttr(ppd, "APPrinterPreset", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1364 num_options = _ppdParseOptions(ppd_attr->value, 0, &options, in _ppdCacheCreateWithPPD()
1438 _ppdParseOptions(ppd_attr->value, 0, in _ppdCacheCreateWithPPD()
1445 while ((ppd_attr = ppdFindNextAttr(ppd, "APPrinterPreset", NULL)) != NULL); in _ppdCacheCreateWithPPD()
1593 if ((ppd_attr = ppdFindAttr(ppd, "cupsFilter2", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1597 cupsArrayAdd(pc->filters, ppd_attr->value); in _ppdCacheCreateWithPPD()
1599 while ((ppd_attr = ppdFindNextAttr(ppd, "cupsFilter2", NULL)) != NULL); in _ppdCacheCreateWithPPD()
1621 ((ppd_attr = ppdFindAttr(ppd, "cupsCommands", NULL)) == NULL || in _ppdCacheCreateWithPPD()
1622 _cups_strcasecmp(ppd_attr->value, "none"))) in _ppdCacheCreateWithPPD()
[all …]