Home
last modified time | relevance | path

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

/external/curl/docs/examples/
D10-at-a-time.c111 int still_alive = 1; in main() local
123 curl_multi_perform(cm, &still_alive); in main()
141 if(still_alive) in main()
144 } while(still_alive || (transfers < NUM_URLS)); in main()