Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dmime.h33 # define MIME_MAX_TYPE IPP_MAX_NAME /* Maximum size of type name */
Djob.c513 title[IPP_MAX_NAME], in cupsdContinueJob()
/external/libcups/cups/
Ddest-options.c842 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestDefault()
890 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestReady()
940 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestSupported()
1922 char name[IPP_MAX_NAME + 1], in cups_create_defaults()
Dipp.h56 # define IPP_MAX_NAME 256 /* Maximum length of common name values w/nul */ macro
Dipp.c1122 max_bytes = IPP_MAX_NAME; in ippAddStringfv()
4397 max_bytes = IPP_MAX_NAME; in ippSetStringfv()
5006 if ((ptr - attr->values[i].string.text) > (IPP_MAX_NAME - 1)) in ippValidateAttribute()