HomeSort by relevance Sort by last modified time
    Searched refs:CURL (Results 276 - 288 of 288) sorted by null

<<1112

  /device/google/marlin/common/
base.mk 168 #CURL
169 CURL := libcurl
170 CURL += curl
689 PRODUCT_PACKAGES += $(CURL)
  /external/curl/packages/vms/
stage_curl_install.com 5 $! This updates or removes the GNV$CURL.EXE and related files for the
9 $! [usr.bin]gnv$curl.exe
10 $! [usr.bin]curl-config.
12 $! [usr.bin]curl. hard link for [usr.bin]gnv$curl.exe
13 $! [usr.include.curl]curl.h
14 $! [usr.include.curl]curlbuild.h
15 $! [usr.include.curl]curlrules.h
16 $! [usr.include.curl]curlver.
    [all...]
build_gnv_curl_pcsi_desc.com 8 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
9 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl)
10 $! 3. Special alias links for executables (curl. -> curl.exe)
16 $! Add file lines for curl.
17 $! Add Link alias procedure file (N/A for curl)
27 $! Fortunately CURL does not trip most of these issues, so those steps
32 $! link [usr.bin]curl. for [usr.bin]curl.exe.
148 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
    [all...]
  /external/curl/tests/
stunnel.pem 13 nsComment = "CURL stunnel server test certificate"
92 CURL stunnel server test certificate
runtests.pl 13 # are also available at https://curl.haxx.se/docs/copyright.html.
25 # are able to run curl but are unable to run the test harness.
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
31 # directory to the system running curl, run the given command remotely
41 # running the test suite, while the rest must be from the host running curl.
51 # the curl binary is read directly to determine its type also need to be
116 my $CLIENTIP="127.0.0.1"; # address which curl uses for incoming connections
117 my $CLIENT6IP="[::1]"; # address which curl uses for incoming connections
150 my $CURL="../src/curl".exe_ext(); # what curl executable to run on the test
    [all...]
  /external/libbrillo/brillo/http/
http_transport_curl.cc 29 namespace curl { namespace in namespace:brillo::http
31 // This is a class that stores connection data on particular CURL socket
60 // Notify CURL of the action it needs to take on the socket file descriptor.
67 << "CURL should no longer return CURLM_CALL_MULTI_PERFORM here";
73 // The CURL interface to use.
75 // CURL multi-handle associated with the transport.
102 VLOG(2) << "curl::Transport created";
108 VLOG(2) << "curl::Transport created with proxy " << proxy;
113 VLOG(2) << "curl::Transport destroyed";
124 CURL* curl_handle = curl_interface_->EasyInit()
    [all...]
  /external/curl/docs/examples/
fopen.c 19 * reference to original curl example code
58 #include <curl/curl.h>
70 CURL *curl; member in union:fcurl_data::__anon8495
93 /* curl calls this routine to get more data */
251 file->handle.curl = curl_easy_init();
253 curl_easy_setopt(file->handle.curl, CURLOPT_URL, url);
254 curl_easy_setopt(file->handle.curl, CURLOPT_WRITEDATA, file);
255 curl_easy_setopt(file->handle.curl, CURLOPT_VERBOSE, 0L)
    [all...]
  /external/curl/tests/libtest/
lib518.c 12 * are also available at https://curl.haxx.se/docs/copyright.html.
467 CURL *curl; local
492 if((curl = curl_easy_init()) == NULL) {
499 test_setopt(curl, CURLOPT_URL, URL);
500 test_setopt(curl, CURLOPT_HEADER, 1L);
502 res = curl_easy_perform(curl);
507 curl_easy_cleanup(curl);
lib537.c 12 * are also available at https://curl.haxx.se/docs/copyright.html.
469 CURL *curl; local
494 if((curl = curl_easy_init()) == NULL) {
501 test_setopt(curl, CURLOPT_URL, URL);
502 test_setopt(curl, CURLOPT_HEADER, 1L);
504 res = curl_easy_perform(curl);
509 curl_easy_cleanup(curl);
  /external/curl/src/
tool_operate.c 12 * are also available at https://curl.haxx.se/docs/copyright.html.
89 CURLcode curl_easy_perform_ev(CURL *easy);
101 "More details here: https://curl.haxx.se/docs/sslcerts.html\n\n" \
102 "curl performs SSL certificate verification by default, " \
113 "If you'd like to turn off curl's verification of the certificate, use\n" \
203 CURL *curl = config->easy; local
235 /* On WIN32 we can't set the path to curl-ca-bundle.crt
289 result = FindWin32CACert(config, "curl-ca-bundle.crt");
632 this_url = add_file_name_to_url(curl, this_url, uploadfile)
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 23 * No error handling for curl requests.
28 * to curl.
29 * - curl does not close sockets when connection is closed and no
33 * - curl returns 0 or 1 ms for timeout even when nothing will be done;
48 #include <curl/curl.h>
164 CURL *curl_handle;
718 PRINT_VERBOSE2("received bytes from curl: %zu", realsize);
751 return CURL_READFUNC_PAUSE;//TODO curl pause should be used
783 PRINT_VERBOSE2("given POST bytes to curl: %zd", ret)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 571 milliseconds

<<1112