HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_MAX_VALUE (Results 1 - 5 of 5) sorted by null

  /external/libcups/cups/
http-private.h 289 fields[HTTP_FIELD_ACCEPT_ENCODING][HTTP_MAX_VALUE];
299 char nonce[HTTP_MAX_VALUE];
311 char _authstring[HTTP_MAX_VALUE],
313 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 59 milliseconds