Sha256: c30a310b251aeedb08eefb3ac47756b264980d0f8d35f25fbd728825318eddbf
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_client_init" 3 "3.2.11" "gnutls" "gnutls" .SH NAME xssl_client_init \- API function .SH SYNOPSIS .B #include <gnutls/xssl.h> .sp .BI "int xssl_client_init(xssl_t * " isb ", const char * " hostname ", const char * " service ", 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 "const char * hostname" 12 The name of the host to connect to .IP "const char * service" 12 The name of the host to connect to .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. If peer verification fails then \fBGNUTLS_E_AUTH_ERROR\fP is returned. .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_client_init.3 |