Home
last modified time | relevance | path

Searched refs:curl_easy_send (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 \
82 curl_easy_send.pdf curl_multi_socket_action.pdf curl_multi_wait.pdf \
/external/curl/include/curl/
Deasy.h95 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/external/google-breakpad/src/third_party/curl/
Deasy.h96 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/external/curl/tests/libtest/
Dlib556.c75 res = curl_easy_send(curl, request, strlen(request), &iolen); in test()
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def59 curl_easy_send @ 58 NONAME
/external/curl/docs/examples/
Dsendrecv.c106 res = curl_easy_send(curl, request, strlen(request), &iolen); in main()
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def59 curl_easy_send @ 58 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt128 SYMBOL_VECTOR=(curl_easy_send=PROCEDURE)
129 SYMBOL_VECTOR=(CURL_EASY_SEND/curl_easy_send=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt83 [gnv.usr.share.man.man3]curl_easy_send.3
/external/curl/tests/data/
Dtest113564 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/external/curl/lib/
Deasy.c1104 CURLcode curl_easy_send(CURL *curl, const void *buffer, size_t buflen, in curl_easy_send() function
/external/curl/packages/OS400/
Dcurl.inc.in2042 d curl_easy_send...
2043 d pr extproc('curl_easy_send')
/external/curl/
DCHANGES.03466 - 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()