Home
last modified time | relevance | path

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

/external/curl/docs/libcurl/
DMakefile.am42 curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3 \
62 curl_easy_pause.html curl_easy_recv.html curl_easy_send.html \
81 curl_multi_assign.pdf curl_easy_pause.pdf curl_easy_recv.pdf \
/external/curl/include/curl/
Deasy.h84 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
/external/google-breakpad/src/third_party/curl/
Deasy.h85 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
/external/curl/tests/libtest/
Dlib556.c83 res = curl_easy_recv(curl, buf, 1024, &iolen); in test()
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def58 curl_easy_recv @ 57 NONAME
/external/curl/docs/examples/
Dsendrecv.c121 res = curl_easy_recv(curl, buf, 1024, &iolen); in main()
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def58 curl_easy_recv @ 57 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt126 SYMBOL_VECTOR=(curl_easy_recv=PROCEDURE)
127 SYMBOL_VECTOR=(CURL_EASY_RECV/curl_easy_recv=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt81 [gnv.usr.share.man.man3]curl_easy_recv.3
/external/curl/tests/data/
Dtest113563 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
/external/curl/lib/
Deasy.c1077 CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen, size_t *n) in curl_easy_recv() function
/external/curl/packages/OS400/
Dcurl.inc.in2034 d curl_easy_recv...
2035 d pr extproc('curl_easy_recv')
/external/curl/
DCHANGES.01733 - Properly return an error code in curl_easy_recv (reported by Jim Freeman).
3466 - Added test case 556 that uses curl_easy_send() and curl_easy_recv()
3469 - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send