Home
last modified time | relevance | path

Searched refs:httpOptions (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dlibcups2.def418 httpOptions
Dhttp.h472 extern int httpOptions(http_t *http, const char *uri) _CUPS_PUBLIC;
Dhttp.c1576 httpOptions(http_t *http, /* I - HTTP connection */ in httpOptions() function
4614 if ((ret = httpOptions(http, "*")) == 0) in http_tls_upgrade()