Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c75 *collate_str, /* multiple-document-handling value */ in _cupsConvertOptions() local
345 collate_str = "separate-documents-collated-copies"; in _cupsConvertOptions()
347 collate_str = "separate-documents-uncollated-copies"; in _cupsConvertOptions()
351 if (!strcmp(doc_handling_sup->values[i].string.text, collate_str)) in _cupsConvertOptions()
353 …pAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, "multiple-document-handling", NULL, collate_str); in _cupsConvertOptions()