HomeSort by relevance Sort by last modified time
    Searched defs:_httpTLSRead (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
tls-darwin.c 1089 * '_httpTLSRead()' - Read from a SSL/TLS connection.
1093 _httpTLSRead(http_t *http, /* I - HTTP connection */
1103 DEBUG_printf(("6_httpTLSRead: error=%d, processed=%d", (int)error,
    [all...]
tls-gnutls.c 1168 * '_httpTLSRead()' - Read from a SSL/TLS connection.
1172 _httpTLSRead(http_t *http, /* I - Connection to server */
    [all...]
tls-sspi.c 700 * '_httpTLSRead()' - Read from a SSL/TLS connection.
704 _httpTLSRead(http_t *http, /* I - HTTP connection */
718 DEBUG_printf(("4_httpTLSRead(http=%p, buf=%p, len=%d)", http, buf, len));
736 DEBUG_printf(("5_httpTLSRead: Returning %d bytes previously decrypted.", bytesToCopy));
762 DEBUG_puts("_httpTLSRead: Decryption buffer too large (>256k)");
768 DEBUG_printf(("_httpTLSRead: Unable to allocate %d byte decryption buffer.", sspi->decryptBufferLength + 4096));
776 DEBUG_printf(("_httpTLSRead: Resized decryption buffer to %d bytes.", sspi->decryptBufferLength));
786 DEBUG_printf(("5_httpTLSRead: decryptBufferUsed=%d", sspi->decryptBufferUsed));
795 DEBUG_printf(("5_httpTLSRead: recv failed: %d", WSAGetLastError()));
800 DEBUG_puts("5_httpTLSRead: Server disconnected.")
    [all...]

Completed in 92 milliseconds