Searched refs:HTTP_MAX_VALUE (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 290 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];
|
D | auth.c | 211 char default_username[HTTP_MAX_VALUE]; in cupsDoAuthentication() 268 char nonce[HTTP_MAX_VALUE]; /* nonce="xyz" string */ in cupsDoAuthentication()
|
D | getputfile.c | 46 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd()
|
D | http.c | 832 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()
|
D | http.h | 105 # define HTTP_MAX_VALUE 256 /* Max header field value length */ macro
|
D | http-support.c | 1321 username[HTTP_MAX_VALUE], in _httpSetDigestAuthString()
|