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 445 extern void _httpTLSStop(http_t *http);
tls-boringssl.c 533 * '_httpTLSStop()' - Shut down SSL/TLS on a connection.
537 _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 1011 * '_httpTLSStop()' - Shut down SSL/TLS on a connection.
1015 _httpTLSStop(http_t *http) /* I - HTTP connection */
1087 DEBUG_printf(("_httpTLSStop: sending close notify failed: %d", status));
1097 DEBUG_printf(("_httpTLSStop: AcceptSecurityContext failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), status)));
1102 DEBUG_printf(("_httpTLSStop: ApplyControlToken failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), status)));
    [all...]

Completed in 100 milliseconds