~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_multi_info_read.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: curl_multi_info_read.3,v 1.9 2007-05-26 20:47:33 bagder Exp $
 
1
.\" $Id: curl_multi_info_read.3,v 1.10 2008-12-28 21:56:56 bagder Exp $
2
2
.\"
3
3
.TH curl_multi_info_read 3 "18 Dec 2004" "libcurl 7.10.3" "libcurl Manual"
4
4
.SH NAME
29
29
calling \fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or
30
30
\fIcurl_easy_cleanup(3)\fP.
31
31
 
32
 
The 'CURLMsg' struct is very simple and only contain very basic information.
 
32
The 'CURLMsg' struct is very simple and only contains very basic information.
33
33
If more involved information is wanted, the particular "easy handle" in
34
34
present in that struct and can thus be used in subsequent regular
35
35
\fIcurl_easy_getinfo(3)\fP calls (or similar):
48
48
is done, and then \fBresult\fP contains the return code for the easy handle
49
49
that just completed.
50
50
 
51
 
At this point, there is no other \fBmsg\fP types defined.
 
51
At this point, there are no other \fBmsg\fP types defined.
52
52
.SH "RETURN VALUE"
53
53
A pointer to a filled-in struct, or NULL if it failed or ran out of
54
54
structs. It also writes the number of messages left in the queue (after this