Home | History | Annotate | Download | only in cups

Lines Matching refs:http

11  * missing or damaged, see the license at "http://www.cups.org/".
166 http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */
173 if (!http)
174 http = _cupsConnect();
176 return ((cg->password_cb)(prompt, http, method, resource, cg->password_data));
286 if (cg->http)
287 httpEncryption(cg->http, e);
421 if (cg->http)
423 httpClose(cg->http);
424 cg->http = NULL;
478 * 'cupsSetUserAgent()' - Set the default HTTP User-Agent string.
556 * 'cupsUserAgent()' - Return the default HTTP User-Agent string.