Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 39) sorted by relevance

12

/curl/src/
H A Dtool_cb_prg.h32 int calls; member
H A Dtool_cb_prg.c169 if(bar->calls) { in tool_progress_cb()
191 bar->calls++; in tool_progress_cb()
/curl/docs/libcurl/
H A Dcurl_multi_wakeup.md38 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 Dcurl_global_init.md37 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 Dcurl_easy_perform.md37 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 Dlibcurl-env-dbg.md32 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 Dcurl_multi_info_read.md35 Repeated calls to this function returns a new struct each time, until a NULL
52 curl_easy_getinfo(3) calls (or similar):
H A Dlibcurl-thread.md56 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 Dcurl_ws_send.md42 To send a (huge) fragment using multiple calls with partial content per
95 calls.
H A Dcurl_unescape.md38 If the **length** argument is set to 0, curl_unescape(3) calls
H A Dcurl_multi_cleanup.md45 the multi handle are shut down, which might trigger calls to the
H A Dlibcurl-multi.md90 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 Dcurl_easy_duphandle.md36 copy) with previous calls to curl_easy_setopt(3), are pointed to by the new
H A Dcurl_mime_subparts.md39 subsequent calls to mime API functions.
H A Dcurl_global_cleanup.md42 curl_global_cleanup(3) calls functions of other libraries that are
H A Dcurl_multi_socket.md44 socket (file descriptor) status by doing none, one, or multiple calls to the
H A Dcurl_easy_header.md67 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 Dcurl_easy_nextheader.md62 want it to survive subsequent API calls or the life-time of the easy handle.
H A Dcurl_multi_perform.md109 descriptor has activity or the function times out, the application calls
/curl/tests/data/
H A Dtest155529 verify api is protected against calls from callbacks
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md41 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 DCURLOPT_CONNECTTIMEOUT_MS.md57 calls on builds not using asynch DNS. In Unix-like systems, this might cause
H A DCURLOPT_CONNECTTIMEOUT.md56 calls on builds not using asynch DNS. In Unix-like systems, this might cause
H A DCURLOPT_TIMEOUT.md58 calls on builds not using asynch DNS. In Unix-like systems, this might cause
H A DCURLMOPT_TIMERFUNCTION.md64 recursive behavior that immediately calls another call to the callback with a

Completed in 34 milliseconds

12