Searched refs:HTTP_MAX_VALUE (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 291 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];
|
D | auth.c | 117 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()
|
D | getputfile.c | 46 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd()
|
D | http.c | 821 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()
|
D | http.h | 105 # define HTTP_MAX_VALUE 256 /* Max header field value length */ macro
|