Searched refs:current (Results 1 – 25 of 76) sorted by relevance
1234
61 int current = 0; in test() local82 multi_add_handle(m, curl[current]); in test()103 curl_easy_cleanup(curl[current]); in test()104 curl[current] = NULL; in test()106 if(++current < NUM_HANDLES) { in test()107 fprintf(stderr, "Advancing to URL %d\n", current); in test()122 multi_add_handle(m, curl[current]); in test()
42 int current = 0; in test() local73 if(!current++) { in test()
184 static int current; /* index of buffer in use */ variable323 current = 0; in rw_init()347 bfs[current].counter = BF_FREE; /* free old one */ in readit()348 current = !current; /* "incr" current */ in readit()350 b = &bfs[current]; /* look at new buffer */ in readit()425 bfs[current].counter = ct; /* set size of data to write */ in writeit()426 current = !current; /* switch to other buffer */ in writeit()427 if(bfs[current].counter != BF_FREE) /* if not free */ in writeit()429 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()430 *dpp = &bfs[current].buf.hdr; in writeit()
36 Calling this function only guarantees to wake up the current (or the next if37 there is no current) curl_multi_poll(3) call, which means it is possible
70 it to stop the current transfer.72 If you stop the current transfer by returning 0 "pre-maturely" (i.e. before77 The read callback may return *CURL_READFUNC_ABORT* to stop the current
16 REPLY PWD 257 "C:/somedir" is the current directory
16 REPLY PWD 257 "QGPL" is the current library
60 257 "/" is current directory
61 257 "/" is current directory
62 257 "/" is current directory
63 257 "/" is current directory
24 The file is saved in the current working directory. If you want the file saved25 in a different directory, make sure you change the current working directory
47 end-of-file to the library and causes it to stop the current transfer.49 If you stop the current transfer by returning 0 "pre-maturely" (i.e before the54 The read callback may return *CURL_READFUNC_ABORT* to stop the current
35 current chunk length larger than CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE(3),
32 current/last transfer done with the handle. Stores -1 if no transfer
33 for a .netrc file in the current user's home directory.
29 Pass a char pointer as a parameter to set the value of the current RTSP
Completed in 71 milliseconds