OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_MAX_VALUE
(Results
1 - 5
of
5
) sorted by null
/external/libcups/cups/
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
];
auth.c
117
realm[
HTTP_MAX_VALUE
], /* realm="xyz" string */
118
nonce[
HTTP_MAX_VALUE
]; /* nonce="xyz" string */
179
char default_username[
HTTP_MAX_VALUE
];
getputfile.c
46
char if_modified_since[
HTTP_MAX_VALUE
];
http.c
821
char temp[
HTTP_MAX_VALUE
], /* Copy of Accepts-Encoding value */
977
* longer than
HTTP_MAX_VALUE
...
1358
return (httpGetSubField2(http, field, name, value,
HTTP_MAX_VALUE
));
1376
char temp[
HTTP_MAX_VALUE
], /* Temporary buffer for name */
[
all
...]
http.h
105
# define
HTTP_MAX_VALUE
256 /* Max header field value length */
Completed in 2307 milliseconds