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 444 extern int _httpTLSStart(http_t *http);
tls-boringssl.c 424 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
428 _httpTLSStart(http_t *http) /* I - Connection to server */
437 DEBUG_printf(("3_httpTLSStart(http=%p)", (void *)http));
441 DEBUG_puts("4_httpTLSStart: Setting defaults.");
443 DEBUG_printf(("4_httpTLSStart: tls_options=%x", tls_options));
448 DEBUG_puts("4_httpTLSStart: cupsSetServerCredentials not called.");
http.c 565 return (_httpTLSStart(http));
    [all...]
tls-gnutls.c 1234 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
1238 _httpTLSStart(http_t *http) /* I - Connection to server */
1249 DEBUG_printf(("3_httpTLSStart(http=%p)", http));
1253 DEBUG_puts("4_httpTLSStart: Setting defaults.")
    [all...]
tls-darwin.c 1149 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
1153 _httpTLSStart(http_t *http) /* I - HTTP connection */
    [all...]
tls-sspi.c 921 * '_httpTLSStart()' - Set up SSL/TLS support on a connection.
925 _httpTLSStart(http_t *http) /* I - HTTP connection */
931 DEBUG_printf(("3_httpTLSStart(http=%p)", http));
935 DEBUG_puts("4_httpTLSStart: Setting defaults.");
937 DEBUG_printf(("4_httpTLSStart: tls_options=%x", tls_options));
993 DEBUG_printf(("4_httpTLSStart: Unable to get socket address: %s", strerror(errno)));
1001 DEBUG_printf(("4_httpTLSStart: Resolved socket address to \"%s\".", hostname));
    [all...]

Completed in 881 milliseconds