Searched refs:curl_easy_send (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 \ 62 curl_easy_pause.html curl_easy_recv.html curl_easy_send.html \ 82 curl_easy_send.pdf curl_multi_socket_action.pdf curl_multi_wait.pdf \
|
/external/curl/include/curl/ |
D | easy.h | 95 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
|
/external/google-breakpad/src/third_party/curl/ |
D | easy.h | 96 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
|
/external/curl/tests/libtest/ |
D | lib556.c | 75 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 59 curl_easy_send @ 58 NONAME
|
/external/curl/docs/examples/ |
D | sendrecv.c | 106 res = curl_easy_send(curl, request, strlen(request), &iolen); in main()
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 59 curl_easy_send @ 58 NONAME
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 128 SYMBOL_VECTOR=(curl_easy_send=PROCEDURE) 129 SYMBOL_VECTOR=(CURL_EASY_SEND/curl_easy_send=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 83 [gnv.usr.share.man.man3]curl_easy_send.3
|
/external/curl/tests/data/ |
D | test1135 | 64 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
|
/external/curl/lib/ |
D | easy.c | 1104 CURLcode curl_easy_send(CURL *curl, const void *buffer, size_t buflen, in curl_easy_send() function
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2042 d curl_easy_send... 2043 d pr extproc('curl_easy_send')
|
/external/curl/ |
D | CHANGES.0 | 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 3485 of tetetest's patch for curl_easy_send()
|