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

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

Completed in 133 milliseconds