Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest-options.c685 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestDefault()
726 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestReady()
769 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestSupported()
1375 char name[IPP_MAX_NAME + 1], in cups_create_defaults()
Dipp.h61 # define IPP_MAX_NAME 256 /* Maximum length of common name values w/nul */ macro
Dipp.c1130 max_bytes = IPP_MAX_NAME; in ippAddStringfv()
4456 max_bytes = IPP_MAX_NAME; in ippSetStringfv()
5148 if ((ptr - attr->values[i].string.text) > (IPP_MAX_NAME - 1)) in ippValidateAttribute()