Searched refs:httpConnect2 (Results 1 – 14 of 14) sorted by relevance
/external/libcups/cups/ |
D | testadmin.c | 49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in main()
|
D | testcreds.c | 69 …if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL))… in main()
|
D | ppd-util.c | 357 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, in cupsGetPPD3()
|
D | libcups2.def | 312 httpConnect2
|
D | tlscheck.c | 171 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL); in main()
|
D | dest-localization.c | 397 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, in cups_create_localizations()
|
D | testhttp.c | 659 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL); in main()
|
D | request.c | 1055 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
|
D | http.h | 609 extern http_t *httpConnect2(const char *host, int port,
|
D | http.c | 438 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()
|
D | testppd.c | 893 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS … in main()
|
D | dest.c | 732 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()
|
D | adminutil.c | 892 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in cupsAdminGetServerSettings()
|
/external/libcups/filter/ |
D | testclient.c | 209 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()
|