Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h290 fields[HTTP_FIELD_ACCEPT_ENCODING][HTTP_MAX_VALUE];
300 char nonce[HTTP_MAX_VALUE];
312 char _authstring[HTTP_MAX_VALUE],
314 userpass[HTTP_MAX_VALUE];
371 nextnonce[HTTP_MAX_VALUE],
373 opaque[HTTP_MAX_VALUE],
375 realm[HTTP_MAX_VALUE];
Dauth.c211 char default_username[HTTP_MAX_VALUE]; in cupsDoAuthentication()
268 char nonce[HTTP_MAX_VALUE]; /* nonce="xyz" string */ in cupsDoAuthentication()
Dgetputfile.c46 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd()
Dhttp.c832 char temp[HTTP_MAX_VALUE], /* Copy of Accepts-Encoding value */ in httpGetContentEncoding()
1372 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); in httpGetSubField()
1390 char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ in httpGetSubField2()
2714 HTTP_MAX_VALUE); in httpSetLength()
2720 snprintf(http->fields[HTTP_FIELD_CONTENT_LENGTH], HTTP_MAX_VALUE, in httpSetLength()
3705 strlcpy(http->fields[field], value, HTTP_MAX_VALUE); in http_add_field()
Dhttp.h105 # define HTTP_MAX_VALUE 256 /* Max header field value length */ macro
Dhttp-support.c1321 username[HTTP_MAX_VALUE], in _httpSetDigestAuthString()