Home
last modified time | relevance | path

Searched refs:httpSetDefaultField (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dlibcups2.def436 httpSetDefaultField
Dhttp.h557 extern void httpSetDefaultField(http_t *http, http_field_t field, const char *value) _CUPS_API_1_7;
Dhttp.c2559 httpSetDefaultField(http_t *http, /* I - HTTP connection */ in httpSetDefaultField() function
/external/libcups/tools/
Dipptool.c1894 httpSetDefaultField(data->http, HTTP_FIELD_ACCEPT_ENCODING, "deflate, gzip, identity"); in do_tests()
1896 httpSetDefaultField(data->http, HTTP_FIELD_ACCEPT_ENCODING, "identity"); in do_tests()