Searched refs:curl_easy_recv (Results 1 – 13 of 13) sorted by relevance
/external/curl/docs/libcurl/ |
D | Makefile.am | 42 curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3 \ 63 curl_easy_pause.html curl_easy_recv.html curl_easy_send.html \ 84 curl_easy_recv.pdf curl_easy_send.pdf curl_multi_socket_action.pdf \
|
/external/curl/include/curl/ |
D | easy.h | 84 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
|
/external/google-breakpad/src/third_party/curl/ |
D | easy.h | 85 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
|
/external/curl/tests/libtest/ |
D | lib556.c | 83 res = curl_easy_recv(curl, buf, 1024, &iolen); in test()
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 58 curl_easy_recv @ 57 NONAME
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 58 curl_easy_recv @ 57 NONAME
|
/external/curl/docs/examples/ |
D | sendrecv.c | 125 res = curl_easy_recv(curl, buf, 1024, &iolen); in main()
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 126 SYMBOL_VECTOR=(curl_easy_recv=PROCEDURE) 127 SYMBOL_VECTOR=(CURL_EASY_RECV/curl_easy_recv=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 81 [gnv.usr.share.man.man3]curl_easy_recv.3
|
/external/curl/tests/data/ |
D | test1135 | 63 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
|
/external/curl/lib/ |
D | easy.c | 1059 CURLcode curl_easy_recv(struct Curl_easy *data, void *buffer, size_t buflen, in curl_easy_recv() function
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2159 d curl_easy_recv... 2160 d pr extproc('curl_easy_recv')
|
/external/curl/ |
D | CHANGES.0 | 1733 - 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
|