Searched refs:http_gnutls_write (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dtls-gnutls.c50 static ssize_t http_gnutls_write(gnutls_transport_ptr_t ptr, const void *data, size_t length);
1120 * 'http_gnutls_write()' - Write function for the GNU TLS library.
1124 http_gnutls_write( function
1132 DEBUG_printf(("6http_gnutls_write(ptr=%p, data=%p, length=%d)", ptr, data,
1135 DEBUG_printf(("http_gnutls_write: bytes=%d", (int)bytes));
1544 gnutls_transport_set_push_function(http->tls, http_gnutls_write);

Completed in 54 milliseconds