Home
last modified time | relevance | path

Searched refs:httpConnect2 (Results 1 – 14 of 14) sorted by relevance

/external/libcups/cups/
Dtestadmin.c49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in main()
Dtestcreds.c69 …if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL))… in main()
Dppd-util.c339 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, in cupsGetPPD3()
655 …else if ((http2 = httpConnect2(host, *port, NULL, AF_UNSPEC, cupsEncryption(), 1, 30000, NULL)) ==… in cups_get_printer_uri()
Dlibcups2.def321 httpConnect2
Dtlscheck.c153 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL); in main()
Ddest-localization.c397 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, in cups_create_localizations()
Dtesthttp.c614 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL); in main()
Drequest.c1043 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
Dhttp.h606 extern http_t *httpConnect2(const char *host, int port,
Dhttp.c427 return (httpConnect2(host, port, NULL, AF_UNSPEC, in httpConnect()
439 httpConnect2( in httpConnect2() function
497 return (httpConnect2(host, port, NULL, AF_UNSPEC, encryption, 1, 30000, in httpConnectEncrypt()
Dtestppd.c886 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS … in main()
Ddest.c732 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0, NULL); in cupsConnectDest()
896 …if ((http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1… in _cupsCreateDest()
Dadminutil.c892 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in cupsAdminGetServerSettings()
/external/libcups/filter/
Dtestclient.c209 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 0, NULL)) == NULL) in main()
756 …http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC, monitor->encryption, 1, 0, … in monitor_printer()