Home
last modified time | relevance | path

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

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