Sha256: 8028674a9cefd4162410d101d40e0a123c81684b5d8ec9d2aee2f102ae7d7717
Contents?: true
Size: 1.58 KB
Versions: 4
Compression:
Stored size: 1.58 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_server_init" 3 "3.2.19" "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
4 entries across 4 versions & 1 rubygems