Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h224 _fields[HTTP_FIELD_ACCEPT_ENCODING][HTTP_MAX_VALUE];
234 char nonce[HTTP_MAX_VALUE];
246 char _authstring[HTTP_MAX_VALUE],
248 userpass[HTTP_MAX_VALUE];
293 nextnonce[HTTP_MAX_VALUE],
295 opaque[HTTP_MAX_VALUE],
297 realm[HTTP_MAX_VALUE];
Dgetputfile.c42 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd()
Dauth.c224 char default_username[HTTP_MAX_VALUE]; in cupsDoAuthentication()
283 char nonce[HTTP_MAX_VALUE]; /* nonce="xyz" string */ in cupsDoAuthentication()
Dhttp.c809 char temp[HTTP_MAX_VALUE], /* Copy of Accepts-Encoding value */ in httpGetContentEncoding()
1324 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); in httpGetSubField()
1342 char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ in httpGetSubField2()
3628 if (total < HTTP_MAX_VALUE && field < HTTP_FIELD_ACCEPT_ENCODING) in http_add_field()
3637 char combined[HTTP_MAX_VALUE]; in http_add_field()
Dhttp.h100 # define HTTP_MAX_VALUE 256 /* Max header field value length */ macro
Dhttp-support.c1315 username[HTTP_MAX_VALUE], in _httpSetDigestAuthString()
/external/libcups/scheduler/
Dclient.h32 char username[HTTP_MAX_VALUE],
34 password[HTTP_MAX_VALUE],
Dauth.c80 char username[HTTP_MAX_VALUE], /* Username string */
81 password[HTTP_MAX_VALUE]; /* Password string */
254 username[HTTP_MAX_VALUE], in cupsdAuthorize()
256 password[HTTP_MAX_VALUE]; in cupsdAuthorize()
316 char authdata[HTTP_MAX_VALUE]; in cupsdAuthorize()
Dclient.c1916 char location[HTTP_MAX_VALUE]; /* Location field */ in cupsdSendError()
/external/libcups/backend/
Dipp.c2887 char def_username[HTTP_MAX_VALUE]; /* Default username */ in password_cb()
2910 char quoted[HTTP_MAX_VALUE * 2 + 4]; in password_cb()
/external/libcups/
DCHANGES.md339 - All HTTP field values can now be longer than `HTTP_MAX_VALUE` bytes
/external/libcups/tools/
Dippeveprinter.c163 char username[HTTP_MAX_VALUE], /* Username string */
245 username[HTTP_MAX_VALUE];