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

  /external/libcups/cups/
http-private.h 447 extern void _httpTLSStop(http_t *http);
tls-boringssl.c 426 * '_httpTLSStop()' - Shut down SSL/TLS on a connection.
430 _httpTLSStop(http_t *http) /* I - Connection to server */
http.c 523 _httpTLSStop(http);
671 _httpTLSStop(http);
    [all...]
tls-gnutls.c     [all...]
tls-darwin.c     [all...]
tls-sspi.c 1012 * '_httpTLSStop()' - Shut down SSL/TLS on a connection.
1016 _httpTLSStop(http_t *http) /* I - HTTP connection */
1088 DEBUG_printf(("_httpTLSStop: sending close notify failed: %d", status));
1098 DEBUG_printf(("_httpTLSStop: AcceptSecurityContext failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), status)));
1103 DEBUG_printf(("_httpTLSStop: ApplyControlToken failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), status)));
    [all...]

Completed in 505 milliseconds