/curl/docs/examples/ |
H A D | evhiperfifo.c | 86 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 D | multi-uv.c | 45 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 D | lib540.c | 102 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 D | curl_fnmatch.c | 257 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 D | doh.c | 590 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 D | test2305 | 41 WebSocket curl_ws_recv() loop reading three larger frames
|
/curl/tests/server/ |
H A D | sws.c | 1460 int loop; in http_connect() local 1470 for(loop = 2; (loop > 0) && !got_exit_signal; loop--) in http_connect() 1599 for(loop = 2; (loop > 0) && !got_exit_signal; loop--) in http_connect() 1720 for(loop = 2; loop > 0; loop--) { in http_connect() 1758 for(loop = 2; loop > 0; loop--) { in http_connect()
|
/curl/docs/libcurl/ |
H A D | curl_pushheader_byname.md | 35 not have to loop through all headers to find the one it is interested in. The
|
H A D | curl_multi_add_handle.md | 51 updated timer so that your main event loop gets the activity on this handle to
|
H A D | curl_multi_timeout.md | 86 loop - until all transfers are complete.
|
H A D | curl_multi_info_read.md | 82 /* call curl_multi_perform or curl_multi_socket_action first, then loop
|
H A D | curl_easy_nextheader.md | 50 iterating over a range of headers as changing the value mid-loop might give
|
H A D | curl_multi_perform.md | 88 /* if there are still transfers, loop */
|
H A D | libcurl-security.md | 390 A malicious HTTP server could cause an infinite redirection loop, causing a
|
/curl/packages/vms/ |
H A D | compare_curl_source.com | 186 $loop: 237 $ goto loop
|
H A D | generate_vax_transfer.com | 163 $! if not alias, then loop
|
/curl/src/ |
H A D | tool_operate.c | 2486 uv_loop_t *loop; member 2514 uv_stop(uv->loop); in check_multi_info() 2577 uv_poll_init_socket(uv->loop, &c->poll_handle, sockfd); in create_context() 2643 uv.loop = uv_default_loop(); in parallel_event() 2644 uv_timer_init(uv.loop, &uv.timeout); in parallel_event() 2662 uv_run(uv.loop, UV_RUN_DEFAULT); in parallel_event()
|
/curl/docs/ |
H A D | KNOWN_BUGS | 67 9.4 libssh blocking and infinite loop problem 428 9.4 libssh blocking and infinite loop problem
|
H A D | TODO | 395 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 668 Move the telnet support's network select() loop go away and merge the code 669 into the main transfer loop. Until this is done, the multi interface does not
|
/curl/lib/vtls/ |
H A D | vtls.c | 2110 int what, loop = 10; in vtls_shutdown_blocking() local 2119 while(!result && !*done && loop--) { in vtls_shutdown_blocking()
|
/curl/m4/ |
H A D | curl-functions.m4 | 4655 dnl get out of the loop once matched
|