Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h291 fields[HTTP_FIELD_ACCEPT_ENCODING][HTTP_MAX_VALUE];
301 char nonce[HTTP_MAX_VALUE];
313 char _authstring[HTTP_MAX_VALUE],
315 userpass[HTTP_MAX_VALUE];
Dauth.c117 realm[HTTP_MAX_VALUE], /* realm="xyz" string */ in cupsDoAuthentication()
118 nonce[HTTP_MAX_VALUE]; /* nonce="xyz" string */ in cupsDoAuthentication()
179 char default_username[HTTP_MAX_VALUE]; in cupsDoAuthentication()
Dgetputfile.c46 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd()
Dhttp.c821 char temp[HTTP_MAX_VALUE], /* Copy of Accepts-Encoding value */ in httpGetContentEncoding()
1358 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); in httpGetSubField()
1376 char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ in httpGetSubField2()
2699 strlcpy(http->fields[field], value, HTTP_MAX_VALUE); in httpSetField()
2798 HTTP_MAX_VALUE); in httpSetLength()
2804 snprintf(http->fields[HTTP_FIELD_CONTENT_LENGTH], HTTP_MAX_VALUE, in httpSetLength()
Dhttp.h105 # define HTTP_MAX_VALUE 256 /* Max header field value length */ macro