HomeSort by relevance Sort by last modified time
    Searched refs:httpConnect2 (Results 1 - 13 of 13) sorted by null

  /external/libcups/cups/
testadmin.c 49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC,
testcreds.c 69 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL)) == NULL)
ppd-util.c 339 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC,
655 else if ((http2 = httpConnect2(host, *port, NULL, AF_UNSPEC, cupsEncryption(), 1, 30000, NULL)) == NULL)
tlscheck.c 153 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL);
dest-localization.c 397 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
http.h 459 _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
462 _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
606 extern http_t *httpConnect2(const char *host, int port,
request.c 1043 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC,
testhttp.c 614 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL);
http.c 418 * This function is deprecated - use @link httpConnect2@ instead.
427 return (httpConnect2(host, port, NULL, AF_UNSPEC,
433 * 'httpConnect2()' - Connect to a HTTP server.
439 httpConnect2(
452 DEBUG_printf(("httpConnect2(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=%d, msec=%d, cancel=%p)", host, port, (void *)addrlist, family, encryption, blocking, msec, (void *)cancel));
482 * This function is now deprecated. Please use the @link httpConnect2@ function
497 return (httpConnect2(host, port, NULL, AF_UNSPEC, encryption, 1, 30000,
    [all...]
testppd.c 886 http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS : HTTP_ENCRYPTION_IF_REQUESTED, 1, 30000, NULL);
dest.c 732 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0, NULL);
896 if ((http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1, 30000, NULL)) == NULL)
    [all...]
adminutil.c 892 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC,
    [all...]
  /external/libcups/filter/
testclient.c 209 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 0, NULL)) == NULL)
756 http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC, monitor->encryption, 1, 0, NULL);

Completed in 257 milliseconds