Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest-options.c709 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestDefault()
757 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestReady()
807 char name[IPP_MAX_NAME]; /* Attribute name */ in cupsFindDestSupported()
1457 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.c1126 max_bytes = IPP_MAX_NAME; in ippAddStringfv()
4397 max_bytes = IPP_MAX_NAME; in ippSetStringfv()
5083 if ((ptr - attr->values[i].string.text) > (IPP_MAX_NAME - 1)) in ippValidateAttribute()