Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/tools/
H A Dippeveprinter.c7161 *document_format_supported, in register_printer() local
7178document_format_supported = ippFindAttribute(printer->attrs, "document-format-supported", IPP_TAG_… in register_printer()
7187 for (i = 0, count = ippGetCount(document_format_supported), ptr = formats; i < count; i ++) in register_printer()
7189 value = ippGetString(document_format_supported, i, NULL); in register_printer()