Home
last modified time | relevance | path

Searched refs:IPP_MAX_URI (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dipp.h64 # define IPP_MAX_URI 1024 /* Maximum length of uri values w/nul */ macro
Dipp.c1146 max_bytes = IPP_MAX_URI; in ippAddStringfv()
4417 max_bytes = IPP_MAX_URI; in ippSetStringfv()
5140 if (strlen(attr->values[i].string.text) > (IPP_MAX_URI - 1)) in ippValidateAttribute()