Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 21 of 21) sorted by relevance

/curl/docs/examples/
H A Devhiperfifo.c86 struct ev_loop *loop; member
123 ev_timer_stop(g->loop, &g->timer_event); in multi_timer_cb()
128 ev_timer_start(g->loop, &g->timer_event); in multi_timer_cb()
215 ev_timer_stop(g->loop, &g->timer_event); in event_cb()
239 ev_io_stop(g->loop, &f->ev); in remsock()
259 ev_io_stop(g->loop, &f->ev); in setsock()
263 ev_io_start(g->loop, &f->ev); in setsock()
420 ev_io_start(g->loop, &g->fifo_event); in init_fifo()
431 g.loop = ev_default_loop(0); in main()
447 ev_loop(g.loop, 0); in main()
H A Dmulti-uv.c45 uv_loop_t *loop; member
65 uv_poll_init_socket(uv->loop, &context->poll_handle, sockfd); in create_curl_context()
235 uv.loop = uv_default_loop(); in main()
236 uv_timer_init(uv.loop, &uv.timeout); in main()
250 uv_run(uv.loop, UV_RUN_DEFAULT); in main()
/curl/tests/libtest/
H A Dlib540.c102 static CURLcode loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() function
233 res = loop(0, cm, URL, PROXYUSERPWD, headers); in test()
239 res = loop(1, cm, URL, PROXYUSERPWD, headers); in test()
/curl/lib/
H A Dcurl_fnmatch.c257 static int loop(const unsigned char *pattern, const unsigned char *string, in loop() function
285 if(loop(p, s, maxstars) == CURL_FNMATCH_MATCH) in loop()
362 return loop((unsigned char *)pattern, (unsigned char *)string, 2); in Curl_fnmatch()
H A Ddoh.c590 unsigned int loop = 128; /* a valid DNS name can never loop this much */ in doh_store_cname() local
629 } while(length && --loop); in doh_store_cname()
631 if(!loop) in doh_store_cname()
/curl/tests/data/
H A Dtest230541 WebSocket curl_ws_recv() loop reading three larger frames
/curl/tests/server/
H A Dsws.c1458 int loop; in http_connect() local
1468 for(loop = 2; (loop > 0) && !got_exit_signal; loop--) in http_connect()
1597 for(loop = 2; (loop > 0) && !got_exit_signal; loop--) in http_connect()
1718 for(loop = 2; loop > 0; loop--) { in http_connect()
1756 for(loop = 2; loop > 0; loop--) { in http_connect()
/curl/docs/libcurl/
H A Dcurl_pushheader_byname.md35 not have to loop through all headers to find the one it is interested in. The
H A Dcurl_multi_add_handle.md51 updated timer so that your main event loop gets the activity on this handle to
H A Dcurl_multi_timeout.md86 loop - until all transfers are complete.
H A Dcurl_multi_info_read.md82 /* call curl_multi_perform or curl_multi_socket_action first, then loop
H A Dcurl_multi_perform.md88 /* if there are still transfers, loop! */
H A Dcurl_easy_nextheader.md50 iterating over a range of headers as changing the value mid-loop might give
H A Dlibcurl-security.md390 A malicious HTTP server could cause an infinite redirection loop, causing a
/curl/packages/vms/
H A Dcompare_curl_source.com186 $loop:
237 $ goto loop
H A Dgenerate_vax_transfer.com163 $! if not alias, then loop
/curl/src/
H A Dtool_operate.c2546 uv_loop_t *loop; member
2574 uv_stop(uv->loop); in check_multi_info()
2637 uv_poll_init_socket(uv->loop, &c->poll_handle, sockfd); in create_context()
2703 uv.loop = uv_default_loop(); in parallel_event()
2704 uv_timer_init(uv.loop, &uv.timeout); in parallel_event()
2722 uv_run(uv.loop, UV_RUN_DEFAULT); in parallel_event()
/curl/docs/
H A DKNOWN_BUGS66 9.4 libssh blocking and infinite loop problem
419 9.4 libssh blocking and infinite loop problem
H A DTODO395 An API could allow a forced flush or just a forced loop that would properly
467 Make sure we do not ever loop because of non-blocking sockets returning
674 Move the telnet support's network select() loop go away and merge the code
675 into the main transfer loop. Until this is done, the multi interface does not
/curl/lib/vtls/
H A Dvtls.c2076 int what, loop = 10; in vtls_shutdown_blocking() local
2085 while(!result && !*done && loop--) { in vtls_shutdown_blocking()
/curl/m4/
H A Dcurl-functions.m45002 dnl get out of the loop once matched

Completed in 77 milliseconds