Home
last modified time | relevance | path

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

/external/curl/docs/libcurl/
DMakefile.am40 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3 \
61 curl_easy_unescape.html curl_multi_setopt.html curl_multi_socket.html \
82 curl_multi_setopt.pdf curl_multi_socket.pdf curl_multi_timeout.pdf \
/external/google-breakpad/src/third_party/curl/
Dmulti.h253 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
268 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
/external/curl/include/curl/
Dmulti.h290 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
305 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def37 curl_multi_socket @ 36 NONAME
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def37 curl_multi_socket @ 36 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt148 SYMBOL_VECTOR=(curl_multi_socket=PROCEDURE)
149 SYMBOL_VECTOR=(CURL_MULTI_SOCKET/curl_multi_socket=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt107 [gnv.usr.share.man.man3]curl_multi_socket.3
/external/curl/tests/data/
Dtest113584 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
/external/curl/lib/
Dmulti.c2738 #undef curl_multi_socket
2740 CURLMcode curl_multi_socket(struct Curl_multi *multi, curl_socket_t s, in curl_multi_socket() function
/external/curl/packages/OS400/
Dcurl.inc.in2244 d curl_multi_socket...
2245 d pr extproc('curl_multi_socket')
/external/curl/docs/
DTODO1171 curl_multi_socket
DINTERNALS.md810 Implementation of the `curl_multi_socket` API
/external/curl/
DCHANGES.03324 - Christopher Palow fixed a curl_multi_socket() issue which previously caused
3423 the curl_multi_socket() API with HTTP pipelining enabled and could lead to
3457 (when curl_multi_socket() is used) with REMOVE prematurely (as it would be
5163 when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform,
5164 to make applications using only curl_multi_socket() to properly function
5247 function that deprecates the curl_multi_socket() function. Using the new
5251 curl_multi_socket*().
5255 curl_multi_socket() when you recompile. But of course you'll get better
5919 curl_multi_socket() during name resolves with c-ares and the LOW_SPEED
5920 options now work fine with curl_multi_socket() as well.
[all …]