~ubuntu-branches/ubuntu/dapper/gnutls12/dapper

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_record_check_pending.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-11-15 19:26:02 UTC
  • Revision ID: james.westby@ubuntu.com-20051115192602-f1ux56uyducz3f96
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "gnutls_record_check_pending" 3 "1.2.9" "gnutls" "gnutls"
 
2
.SH NAME
 
3
gnutls_record_check_pending
 
4
.SH SYNOPSIS
 
5
.B #include <gnutls/gnutls.h>
 
6
.sp
 
7
.BI "size_t gnutls_record_check_pending(gnutls_session_t " session ");"
 
8
.SH ARGUMENTS
 
9
.IP "gnutls_session_t session" 12
 
10
is a 
 
11
.I "gnutls_session_t"
 
12
structure.
 
13
.SH "DESCRIPTION"
 
14
This function checks if there are any data to receive
 
15
in the gnutls buffers. Returns the size of that data or 0.
 
16
Notice that you may also use 
 
17
.B "select()"
 
18
to check for data in
 
19
a TCP connection, instead of this function.
 
20
(gnutls leaves some data in the tcp buffer in order for select
 
21
to work).
 
22
.SH "REPORTING BUGS"
 
23
Report bugs to <bug-gnutls@gnu.org>.
 
24
.SH COPYRIGHT
 
25
Copyright \(co 2004 Free Software Foundation.
 
26
.br
 
27
Permission is granted to make and distribute verbatim copies of this
 
28
manual provided the copyright notice and this permission notice are
 
29
preserved on all copies.
 
30
.SH "SEE ALSO"
 
31
The full documentation for
 
32
.B gnutls
 
33
is maintained as a Texinfo manual.  If the
 
34
.B info
 
35
and
 
36
.B gnutls
 
37
programs are properly installed at your site, the command
 
38
.IP
 
39
.B info gnutls
 
40
.PP
 
41
should give you access to the complete manual.