Searched refs:multi (Results 1 - 25 of 94) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk63 multi.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A D10-at-a-time.c22 /* Example application source code using the multi interface to download many
34 #include <curl/multi.h>
126 /* we can optionally limit the total amount of connections this multi handle
H A DMakefile67 multi-app$(EXEEXT) multi-debugcallback$(EXEEXT) \
68 multi-double$(EXEEXT) multi-post$(EXEEXT) \
69 multi-single$(EXEEXT) persistant$(EXEEXT) \
74 smtp-multi$(EXEEXT) simplesmtp$(EXEEXT) smtp-tls$(EXEEXT) \
177 multi_app_SOURCES = multi-app.c
178 multi_app_OBJECTS = multi-app.$(OBJEXT)
181 multi_debugcallback_SOURCES = multi-debugcallback.c
182 multi_debugcallback_OBJECTS = multi
[all...]
H A DMakefile.in67 multi-app$(EXEEXT) multi-debugcallback$(EXEEXT) \
68 multi-double$(EXEEXT) multi-post$(EXEEXT) \
69 multi-single$(EXEEXT) persistant$(EXEEXT) \
74 smtp-multi$(EXEEXT) simplesmtp$(EXEEXT) smtp-tls$(EXEEXT) \
177 multi_app_SOURCES = multi-app.c
178 multi_app_OBJECTS = multi-app.$(OBJEXT)
181 multi_debugcallback_SOURCES = multi-debugcallback.c
182 multi_debugcallback_OBJECTS = multi
[all...]
H A DMakefile.inc4 https multi-app multi-debugcallback multi-double multi-post multi-single \
7 smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \
H A Devhiperfifo.c22 /* Example application source code using the multi socket interface to
83 CURLM *multi; member in struct:_GlobalInfo
114 static int multi_timer_cb(CURLM *multi, long timeout_ms, GlobalInfo *g) argument
168 while ((msg = curl_multi_info_read(g->multi, &msgs_left))) {
175 curl_multi_remove_handle(g->multi, easy);
185 /* Called by libevent when we get action on a multi socket */
194 rc = curl_multi_socket_action(g->multi, w->fd, action, &g->still_running);
212 rc = curl_multi_socket_action(g->multi, CURL_SOCKET_TIMEOUT, 0, &g->still_running);
258 curl_multi_assign(g->multi, s, fdp);
350 "Adding easy %p to multi
[all...]
H A Dghiper.c22 /* Example application source code using the multi socket interface to
72 CURLM *multi; member in struct:_GlobalInfo
135 while ((msg = curl_multi_info_read(g->multi, &msgs_left))) {
142 curl_multi_remove_handle(g->multi, easy);
158 rc = curl_multi_socket_action(g->multi,
168 static int update_timeout_cb(CURLM *multi, long timeout_ms, void *userp) argument
185 /* Called by glib when we get action on a multi socket */
196 rc = curl_multi_socket_action(g->multi, fd, action, &g->still_running);
245 curl_multi_assign(g->multi, s, fdp);
332 MSG_OUT("Adding easy %p to multi
[all...]
H A Dhiperfifo.c22 /* Example application source code using the multi socket interface to
77 CURLM *multi; member in struct:_GlobalInfo
106 static int multi_timer_cb(CURLM *multi, long timeout_ms, GlobalInfo *g) argument
109 (void)multi; /* unused */
156 while ((msg = curl_multi_info_read(g->multi, &msgs_left))) {
163 curl_multi_remove_handle(g->multi, easy);
173 /* Called by libevent when we get action on a multi socket */
183 rc = curl_multi_socket_action(g->multi, fd, action, &g->still_running);
205 rc = curl_multi_socket_action(g->multi,
249 curl_multi_assign(g->multi,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/libcurl/
H A DMakefile289 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
309 libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \
328 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
H A DMakefile.am34 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
54 libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \
73 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
H A DMakefile.in289 curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
309 libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \
328 curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A DMakefile287 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
H A DMakefile.am23 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
H A DMakefile.in287 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
H A Dmulti.h43 * <curl/curl.h> without the need for especially including multi.h.
95 * Desc: inititalize multi-style curl usage
104 * Desc: add a standard curl handle to the multi stack
106 * Returns: CURLMcode type, general multi error code.
114 * Desc: removes a curl handle from the multi stack again
116 * Returns: CURLMcode type, general multi error code.
128 * Returns: CURLMcode type, general multi error code.
147 * Returns: CURLMcode type, general multi error code. *NOTE* that this only
148 * returns errors etc regarding the whole multi stack. There might
158 * Desc: Cleans up and removes a whole multi stac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile85 http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
121 libcurlu_la-hash.lo libcurlu_la-multi.lo \
475 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
723 include ./$(DEPDIR)/libcurlu_la-multi.Plo
769 include ./$(DEPDIR)/multi.Plo
1105 libcurlu_la-multi.lo: multi.c
1106 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-multi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-multi.Tpo" -c -o libcurlu_la-multi
[all...]
H A DMakefile.in85 http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
121 libcurlu_la-hash.lo libcurlu_la-multi.lo \
475 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-multi.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
1105 libcurlu_la-multi.lo: multi.c
1106 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-multi.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-multi.Tpo" -c -o libcurlu_la-multi
[all...]
H A DMakefile.inc15 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
H A DMakefile.vc10552 $(DIROBJ)\multi.obj \
H A DMakefile.vc6552 $(DIROBJ)\multi.obj \
H A DMakefile.vc8552 $(DIROBJ)\multi.obj \
H A DMakefile.vc9552 $(DIROBJ)\multi.obj \
H A Deasy.c397 * to run the full test suite on the multi interface instead of the easy one.
403 * Wrapper-function that: creates a multi handle, adds the easy handle to it,
405 * easy handle, destroys the multi handle and returns the easy handle's return
406 * code. This will make everything internally use and assume multi interface.
410 CURLM *multi; local
425 multi = curl_multi_init();
426 if(!multi)
429 mcode = curl_multi_add_handle(multi, easy);
431 curl_multi_cleanup(multi);
442 curl_multi_perform(multi,
558 Curl_easy_addmulti(struct SessionHandle *data, void *multi) argument
[all...]
H A Deasyif.h28 void Curl_easy_addmulti(struct SessionHandle *data, void *multi);
H A Dhttp.c593 authstatus->multi = (!authstatus->done) ? TRUE : FALSE;
596 authstatus->multi = FALSE;
1356 /* this returns the socket to wait for in the DO and DOING state for the multi
1760 if((data->state.authhost.multi || data->state.authproxy.multi) &&

Completed in 163 milliseconds

1234