HomeSort by relevance Sort by last modified time
    Searched refs:IPP_TAG_JOB (Results 1 - 10 of 10) sorted by null

  /external/libcups/cups/
encode.c 103 { 1, "auth-info", IPP_TAG_TEXT, IPP_TAG_JOB },
106 { 0, "blackplot", IPP_TAG_BOOLEAN, IPP_TAG_JOB },
108 { 0, "brightness", IPP_TAG_INTEGER, IPP_TAG_JOB },
110 { 0, "columns", IPP_TAG_INTEGER, IPP_TAG_JOB },
115 { 0, "copies", IPP_TAG_INTEGER, IPP_TAG_JOB,
122 { 1, "document-copies", IPP_TAG_RANGE, IPP_TAG_JOB,
129 { 1, "document-numbers", IPP_TAG_RANGE, IPP_TAG_JOB,
135 { 1, "finishings", IPP_TAG_ENUM, IPP_TAG_JOB,
138 { 0, "fit-to-page", IPP_TAG_BOOLEAN, IPP_TAG_JOB,
141 { 0, "fitplot", IPP_TAG_BOOLEAN, IPP_TAG_JOB },
    [all...]
testipp.c 80 IPP_TAG_JOB, /* job group tag */
288 ippAddCollection(cols[0], IPP_TAG_JOB, "media-size", size);
290 ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL,
292 ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL,
299 ippAddCollection(cols[1], IPP_TAG_JOB, "media-size", size);
301 ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL,
303 ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL,
306 ippAddCollections(request, IPP_TAG_JOB, "media-col", 2,
testoptions.c 105 cupsEncodeOptions2(request, num_options, options, IPP_TAG_JOB);
ppd-cache.c 127 ippAddString(request, IPP_TAG_JOB, IPP_TAG_NAME, "job-account-id", NULL, keyword);
136 ippAddString(request, IPP_TAG_JOB, IPP_TAG_NAME, "job-accounting-user-id", NULL, keyword);
166 ippAddInteger(request, IPP_TAG_JOB, value_tag, mandatory, atoi(keyword));
169 ippAddBoolean(request, IPP_TAG_JOB, mandatory, !_cups_strcasecmp(keyword, "true"));
178 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper);
182 ippAddOctetString(request, IPP_TAG_JOB, mandatory, keyword, (int)strlen(keyword));
193 ippAddString(request, IPP_TAG_JOB, value_tag, mandatory, NULL, keyword);
241 ippAddCollection(request, IPP_TAG_JOB, "media-col", media_col);
251 ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, "output-bin", NULL, keyword);
275 ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, color_attr_name, NULL, keyword)
    [all...]
dest-job.c 224 cupsEncodeOptions2(request, num_options, options, IPP_TAG_JOB);
util.c 562 while (attr && attr->group_tag != IPP_TAG_JOB)
584 while (attr && attr->group_tag == IPP_TAG_JOB)
testpwg.c 379 ippAddString(job, IPP_TAG_JOB, IPP_TAG_KEYWORD, "media", NULL, ppdsize);
ipp-support.c     [all...]
ipp.h     [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 249 ippAddBoolean(request, IPP_TAG_JOB, "pdf-fit-to-page", 1); // true
255 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "orientation-requested",
259 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "orientation-requested",
269 ippAddResolution(request, IPP_TAG_JOB, "pclm-source-resolution",
287 ippAddBoolean(request, IPP_TAG_JOB, "margins-pre-applied", 1); // true
293 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_INTEGER, "copies", job_params->num_copies);
296 ippAddResolution(request, IPP_TAG_JOB, "printer-resolution", IPP_RES_PER_INCH,
299 ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, IPP_SIDES_TAG, NULL,
302 ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, IPP_SIDES_TAG, NULL,
305 ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, IPP_SIDES_TAG, NULL
    [all...]

Completed in 207 milliseconds