Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 76) sorted by relevance

1234

/curl/tests/libtest/
H A Dlib526.c61 int current = 0; in test() local
82 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()
H A Dlib533.c42 int current = 0; in test() local
73 if(!current++) { in test()
/curl/tests/server/
H A Dtftpd.c184 static int current; /* index of buffer in use */ variable
323 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()
/curl/docs/libcurl/
H A Dcurl_multi_wakeup.md36 Calling this function only guarantees to wake up the current (or the next if
37 there is no current) curl_multi_poll(3) call, which means it is possible
H A Dcurl_mime_data_cb.md70 it to stop the current transfer.
72 If you stop the current transfer by returning 0 "pre-maturely" (i.e. before
77 The read callback may return *CURL_READFUNC_ABORT* to stop the current
/curl/tests/data/
H A Dtest110316 REPLY PWD 257 "C:/somedir" is the current directory
H A Dtest110216 REPLY PWD 257 "QGPL" is the current library
H A Dtest135460 257 "/" is current directory
H A Dtest137960 257 "/" is current directory
H A Dtest138060 257 "/" is current directory
H A Dtest138161 257 "/" is current directory
H A Dtest138261 257 "/" is current directory
H A Dtest138360 257 "/" is current directory
H A Dtest138460 257 "/" is current directory
H A Dtest134962 257 "/" is current directory
H A Dtest135062 257 "/" is current directory
H A Dtest135163 257 "/" is current directory
H A Dtest135263 257 "/" is current directory
H A Dtest135362 257 "/" is current directory
/curl/docs/cmdline-opts/
H A Dremote-name.md24 The file is saved in the current working directory. If you want the file saved
25 in a different directory, make sure you change the current working directory
/curl/docs/libcurl/opts/
H A DCURLOPT_READFUNCTION.md47 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 the
54 The read callback may return *CURL_READFUNC_ABORT* to stop the current
H A DCURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md35 current chunk length larger than CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE(3),
H A DCURLINFO_XFER_ID.md32 current/last transfer done with the handle. Stores -1 if no transfer
H A DCURLOPT_NETRC_FILE.md33 for a .netrc file in the current user's home directory.
H A DCURLOPT_RTSP_SESSION_ID.md29 Pass a char pointer as a parameter to set the value of the current RTSP

Completed in 40 milliseconds

1234