HomeSort by relevance Sort by last modified time
    Searched refs:httpConnect2 (Results 1 - 12 of 12) 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)
dest-localization.c 361 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
tlscheck.c 145 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL);
http.h 458 _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
461 _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
605 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 694 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0, NULL);
853 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...]

Completed in 117 milliseconds