HomeSort by relevance Sort by last modified time
    Searched full:curl_multi_socket (Results 1 - 21 of 21) sorted by null

  /external/curl/docs/libcurl/
curl_multi_socket_all.3 1 .so man3/curl_multi_socket.3
curl_multi_socket.3 22 .TH curl_multi_socket 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual"
24 curl_multi_socket \- reads/writes available data
28 CURLMcode curl_multi_socket(CURLM * multi_handle, curl_socket_t sockfd,
index.html 55 <br><a href="curl_multi_socket.html">curl_multi_socket</a> (deprecated)
Makefile.am 40 curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3 \
60 curl_easy_unescape.html curl_multi_setopt.html curl_multi_socket.html \
80 curl_multi_socket.pdf curl_multi_timeout.pdf curl_formget.pdf \
curl_multi_timeout.3 78 .BR curl_multi_socket "(3), " curl_multi_setopt "(3) "
  /external/curl/include/curl/
multi.h 59 curl_multi_socket*() soon */
72 /* just to make code nicer when using curl_multi_socket() you can now check
244 * Name: curl_multi_socket() and
276 * curl_multi_socket() or curl_multi_perform() must be called
286 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
299 the new curl_multi_socket_action() instead of the old curl_multi_socket()
301 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
308 * wait before curl_multi_socket() or curl_multi_perform() must be
393 * (only) useful for curl_multi_socket uses.
  /external/google-breakpad/src/third_party/curl/
multi.h 60 curl_multi_socket*() soon */
71 /* just to make code nicer when using curl_multi_socket() you can now check
211 * Name: curl_multi_socket() and
243 * curl_multi_socket() or curl_multi_perform() must be called
253 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
266 the new curl_multi_socket_action() instead of the old curl_multi_socket()
268 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
275 * wait before curl_multi_socket() or curl_multi_perform() must be
335 * (only) useful for curl_multi_socket uses.
  /external/curl/packages/Symbian/bwins/
libcurlu.def 37 curl_multi_socket @ 36 NONAME
  /external/curl/packages/Symbian/eabi/
libcurlu.def 37 curl_multi_socket @ 36 NONAME
  /external/curl/packages/vms/
gnv_libcurl_symbols.opt 148 SYMBOL_VECTOR=(curl_multi_socket=PROCEDURE)
149 SYMBOL_VECTOR=(CURL_MULTI_SOCKET/curl_multi_socket=PROCEDURE)
pcsi_gnv_curl_file_list.txt 107 [gnv.usr.share.man.man3]curl_multi_socket.3
  /external/curl/tests/data/
test1135 84 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
  /external/curl/docs/examples/
README 49 ghiper.c - curl_multi_socket() using code with glib-2
51 curl_multi_socket() and libevent
ghiper.c 445 /* we don't call any curl_multi_socket*() function yet as we have no handles
hiperfifo.c 423 /* we don't call any curl_multi_socket*() function yet as we have no handles
evhiperfifo.c 435 /* we don't call any curl_multi_socket*() function yet as we have no handles
  /external/curl/lib/
multi.c 434 when only the curl_multi_socket() API is used. During that flow, only
2393 #undef curl_multi_socket macro
2395 CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s, function
    [all...]
  /external/curl/packages/OS400/
curl.inc.in     [all...]
  /external/curl/docs/
TODO 754 curl_multi_socket
INTERNALS 810 Implementation of the `curl_multi_socket` API
    [all...]
  /external/curl/
CHANGES.0     [all...]

Completed in 578 milliseconds