Sha256: 6f661b4d0cc5b8c18ef3d839ca8d178b045c22f30134f69c257d35bb9c6f84dc
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_sinit" 3 "3.2.11" "gnutls" "gnutls" .SH NAME xssl_sinit \- API function .SH SYNOPSIS .B #include <gnutls/xssl.h> .sp .BI "int xssl_sinit(xssl_t * " isb ", gnutls_session_t " session ", unsigned int " flags ");" .SH ARGUMENTS .IP "xssl_t * isb" 12 is a pointer to a \fBxssl_t\fP structure. .IP "gnutls_session_t session" 12 a GnuTLS session .IP "unsigned int flags" 12 should be zero or \fBGNUTLS_SBUF_WRITE_FLUSHES\fP .SH "DESCRIPTION" This function initializes a \fBxssl_t\fP structure associated with the provided session. If the flag \fBGNUTLS_SBUF_WRITE_FLUSHES\fP is set then \fBxssl_queue()\fP will flush when the maximum data size for a record is reached. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, or an error code. .SH "SINCE" 3.1.7 .SH "REPORTING BUGS" Report bugs to <bugs@gnutls.org>. .br Home page: http://www.gnutls.org .SH COPYRIGHT Copyright \(co 2001-2014 Free Software Foundation, Inc. .br 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. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit .B .IP http://www.gnutls.org/manual/ .PP
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glib2-2.2.0-x86-mingw32 | vendor/local/share/man/man3/xssl_sinit.3 |