Loading docs/libcurl/curl_multi_info_read.3 +2 −1 Original line number Original line Diff line number Diff line Loading @@ -69,6 +69,7 @@ that just completed. At this point, there are no other \fBmsg\fP types defined. At this point, there are no other \fBmsg\fP types defined. .SH EXAMPLE .SH EXAMPLE .nf struct CURLMsg *m; struct CURLMsg *m; /* call curl_multi_perform or curl_multi_socket_action first, then loop /* call curl_multi_perform or curl_multi_socket_action first, then loop Loading @@ -84,7 +85,7 @@ do { curl_easy_cleanup(e); curl_easy_cleanup(e); } } } while(m); } while(m); .fi .SH "RETURN VALUE" .SH "RETURN VALUE" A pointer to a filled-in struct, or NULL if it failed or ran out of A pointer to a filled-in struct, or NULL if it failed or ran out of structs. It also writes the number of messages left in the queue (after this structs. It also writes the number of messages left in the queue (after this Loading Loading
docs/libcurl/curl_multi_info_read.3 +2 −1 Original line number Original line Diff line number Diff line Loading @@ -69,6 +69,7 @@ that just completed. At this point, there are no other \fBmsg\fP types defined. At this point, there are no other \fBmsg\fP types defined. .SH EXAMPLE .SH EXAMPLE .nf struct CURLMsg *m; struct CURLMsg *m; /* call curl_multi_perform or curl_multi_socket_action first, then loop /* call curl_multi_perform or curl_multi_socket_action first, then loop Loading @@ -84,7 +85,7 @@ do { curl_easy_cleanup(e); curl_easy_cleanup(e); } } } while(m); } while(m); .fi .SH "RETURN VALUE" .SH "RETURN VALUE" A pointer to a filled-in struct, or NULL if it failed or ran out of A pointer to a filled-in struct, or NULL if it failed or ran out of structs. It also writes the number of messages left in the queue (after this structs. It also writes the number of messages left in the queue (after this Loading