Searched defs:_httpTLSWrite (Results 1 - 4 of 4) sorted by relevance
/external/libcups/cups/ |
H A D | tls-boringssl.c | 457 * '_httpTLSWrite()' - Write to a SSL/TLS connection. 461 _httpTLSWrite(http_t *http, /* I - Connection to server */ function
|
H A D | tls-gnutls.c | 1600 * '_httpTLSWrite()' - Write to a SSL/TLS connection. 1604 _httpTLSWrite(http_t *http, /* I - Connection to server */ function
|
H A D | tls-darwin.c | 1708 * '_httpTLSWrite()' - Write to a SSL/TLS connection. 1712 _httpTLSWrite(http_t *http, /* I - HTTP connection */ function 1721 DEBUG_printf(("2_httpTLSWrite(http=%p, buf=%p, len=%d)", (void *)http, (void *)buf, len)); 1757 DEBUG_printf(("3_httpTLSWrite: Returning %d.", (int)result));
|
H A D | tls-sspi.c | 1114 * '_httpTLSWrite()' - Write to a SSL/TLS connection. 1118 _httpTLSWrite(http_t *http, /* I - HTTP connection */ function 1139 DEBUG_printf(("_httpTLSWrite: Unable to allocate buffer of %d bytes.", bufferLen)); 1190 DEBUG_printf(("_httpTLSWrite: EncryptMessage failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), scRet))); 1205 DEBUG_printf(("_httpTLSWrite: send failed: %ld", WSAGetLastError()));
|
Completed in 349 milliseconds