Sha256: 9040aa45872638be23afd7d04b8a8a1733f3d2d82d6a98fd6aa345c72b0fd94c
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_record_check_pending" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_record_check_pending \- checks if there are any data to receive in gnutls buffers. .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "size_t gnutls_record_check_pending(gnutls_session_t " session ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .SH "DESCRIPTION" This function checks if there are any data to receive in the gnutls buffers. Returns the size of that data or 0. Notice that you may also use \fBselect()\fP to check for data in a TCP connection, instead of this function. (gnutls leaves some data in the tcp buffer in order for select to work). .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems