Searched refs:calls (Results 1 – 25 of 39) sorted by relevance
12
/curl/src/ |
H A D | tool_cb_prg.h | 32 int calls; member
|
H A D | tool_cb_prg.c | 169 if(bar->calls) { in tool_progress_cb() 191 bar->calls++; in tool_progress_cb()
|
/curl/docs/libcurl/ |
H A D | curl_multi_wakeup.md | 38 that multiple calls to this function wake up the same waiting operation. 40 This function has no effect on curl_multi_wait(3) calls.
|
H A D | curl_global_init.md | 37 the code that shares a memory space) before the program calls any other 39 the program and is the same for every program, so multiple calls have the same 54 using libcurl. Because curl_global_init(3) calls functions of other libraries
|
H A D | curl_easy_perform.md | 37 calls are made, and it performs the transfer as described in the options. It 41 You can do any amount of calls to curl_easy_perform(3) while using the same
|
H A D | libcurl-env-dbg.md | 32 The percentage of recv() calls that should be answered with a EAGAIN at random. 45 The percentage of send() calls that should be answered with a EAGAIN at random. 58 The percentage of send() calls that should be answered with EAGAIN at random.
|
H A D | curl_multi_info_read.md | 35 Repeated calls to this function returns a new struct each time, until a NULL 52 curl_easy_getinfo(3) calls (or similar):
|
H A D | libcurl-thread.md | 56 calls OPENSSL_thread_stop() before each thread terminates. If OpenSSL is built 87 calls used by libcurl are provided by your operating system and must be thread 89 these and other system calls, as otherwise it cannot function fully thread
|
H A D | curl_ws_send.md | 42 To send a (huge) fragment using multiple calls with partial content per 95 calls.
|
H A D | curl_unescape.md | 38 If the **length** argument is set to 0, curl_unescape(3) calls
|
H A D | curl_multi_cleanup.md | 45 the multi handle are shut down, which might trigger calls to the
|
H A D | libcurl-multi.md | 90 select() or poll() calls in order to get to know when the transfers in the 94 period for your select() calls. 116 invoke separate curl_easy_cleanup(3) calls for every single easy handle 137 calls with information about what sockets to wait for, and for what activity,
|
H A D | curl_easy_duphandle.md | 36 copy) with previous calls to curl_easy_setopt(3), are pointed to by the new
|
H A D | curl_mime_subparts.md | 39 subsequent calls to mime API functions.
|
H A D | curl_global_cleanup.md | 42 curl_global_cleanup(3) calls functions of other libraries that are
|
H A D | curl_multi_socket.md | 44 socket (file descriptor) status by doing none, one, or multiple calls to the
|
H A D | curl_easy_header.md | 67 subsequent calls to curl_easy_header(3) clobber the struct used in the 68 previous calls for the same easy handle. The application needs to copy the data if
|
H A D | curl_easy_nextheader.md | 62 want it to survive subsequent API calls or the life-time of the easy handle.
|
H A D | curl_multi_perform.md | 109 descriptor has activity or the function times out, the application calls
|
/curl/tests/data/ |
H A D | test1555 | 29 verify api is protected against calls from callbacks
|
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_SOCKETFUNCTION.md | 41 descriptor) status by doing none, one, or multiple calls to the 60 monitor. Subsequent calls to this callback might update the **what** bits
|
H A D | CURLOPT_CONNECTTIMEOUT_MS.md | 57 calls on builds not using asynch DNS. In Unix-like systems, this might cause
|
H A D | CURLOPT_CONNECTTIMEOUT.md | 56 calls on builds not using asynch DNS. In Unix-like systems, this might cause
|
H A D | CURLOPT_TIMEOUT.md | 58 calls on builds not using asynch DNS. In Unix-like systems, this might cause
|
H A D | CURLMOPT_TIMERFUNCTION.md | 64 recursive behavior that immediately calls another call to the callback with a
|
Completed in 33 milliseconds
12