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

  /external/libcups/cups/
http-private.h 446 extern int _httpTLSStart(http_t *http);
tls-boringssl.c 319 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
323 _httpTLSStart(http_t *http) /* I - Connection to server */
332 DEBUG_printf(("3_httpTLSStart(http=%p)", (void *)http));
336 DEBUG_puts("4_httpTLSStart: Setting defaults.");
338 DEBUG_printf(("4_httpTLSStart: tls_options=%x", tls_options));
343 DEBUG_puts("4_httpTLSStart: cupsSetServerCredentials not called.");
http.c 565 return (_httpTLSStart(http));
    [all...]
tls-gnutls.c 1235 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
1239 _httpTLSStart(http_t *http) /* I - Connection to server */
1250 DEBUG_printf(("3_httpTLSStart(http=%p)", http));
    [all...]
tls-darwin.c 1150 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
    [all...]
tls-sspi.c 922 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
926 _httpTLSStart(http_t *http) /* I - HTTP connection */
932 DEBUG_printf(("3_httpTLSStart(http=%p)", http));
936 DEBUG_puts("4_httpTLSStart: Setting defaults.");
938 DEBUG_printf(("4_httpTLSStart: tls_options=%x", tls_options));
994 DEBUG_printf(("4_httpTLSStart: Unable to get socket address: %s", strerror(errno)));
1002 DEBUG_printf(("4_httpTLSStart: Resolved socket address to \"%s\".", hostname));
    [all...]

Completed in 86 milliseconds