xssl_write(3) gnutls xssl_write(3)
NAME
xssl_write - API function
SYNOPSIS
#include <gnutls/xssl.h> xssl_write(3) sb, const void * data, size_t data_size);
ARGUMENTS
xssl_t sb is a xssl_t structure. const void * data contains the data to send size_t data_size is the length of the data
DESCRIPTION
This function is the buffered equivalent of gnutls_record_send(). Instead of sending the data immediately the data are buffered until xssl_queue() is called, or if the flag GNUTLS_SBUF_WRITE_FLUSHES is set, until the number of bytes for a full record is reached. This function must only be used with blocking sockets.
RETURNS
On success, the number of bytes written is returned, otherwise an error code is returned.
SINCE
3.1.7
REPORTING BUGS
Report bugs to <bugs@gnutls.org>. Home page: http://www.gnutls.org
COPYRIGHT
Copyright (C) 2001-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit http://www.gnutls.org/manual/ gnutls 3.2.8 xssl_write(3)
gnutl 3.2.8.1 - Generated Fri Jan 24 16:18:55 CST 2014