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

  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 104 ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPTION_ALWAYS);
108 ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPT_REQUIRED);
111 ipp_job->http = httpConnectEncrypt(printer_address, ippPortNumber, HTTP_ENCRYPTION_IF_REQUESTED);
ipphelper.c     [all...]
  /external/libcups/cups/
http.h 460 extern http_t *httpConnectEncrypt(const char *host, int port,
http.c 480 * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption.
489 httpConnectEncrypt(
494 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encryption=%d)",
    [all...]

Completed in 64 milliseconds