Sha256: 6fb1f16430c7ed24b5f0c3890f9d09db259f23e83debfbcc41b60d853c8b1845
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_server_init" 3 "3.2.11" "gnutls" "gnutls" .SH NAME xssl_server_init \- API function .SH SYNOPSIS .B #include <gnutls/xssl.h> .sp .BI "int xssl_server_init(xssl_t * " isb ", gnutls_transport_ptr " fd ", const char * " priority ", xssl_cred_t " cred ", unsigned int * " status ", unsigned int " flags ");" .SH ARGUMENTS .IP "xssl_t * isb" 12 is a pointer to a \fBxssl_t\fP structure. .IP "gnutls_transport_ptr fd" 12 a socket descriptor .IP "const char * priority" 12 A priority string to use (use \fBNULL\fP for default) .IP "xssl_cred_t cred" 12 A credentials structure .IP "unsigned int * status" 12 An authentication failure status .IP "unsigned int flags" 12 should be zero or \fBGNUTLS_SBUF_WRITE_FLUSHES\fP .SH "DESCRIPTION" This function initializes a \fBxssl_t\fP structure. 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_server_init.3 |