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.c357 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, in cupsGetPPD3()
Dlibcups2.def312 httpConnect2
Dtlscheck.c171 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.c659 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL); in main()
Drequest.c1055 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
Dhttp.h609 extern http_t *httpConnect2(const char *host, int port,
Dhttp.c438 return (httpConnect2(host, port, NULL, AF_UNSPEC, in httpConnect()
450 httpConnect2( in httpConnect2() function
508 return (httpConnect2(host, port, NULL, AF_UNSPEC, encryption, 1, 30000, in httpConnectEncrypt()
Dtestppd.c893 …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()