HomeSort by: relevance | last modified time | path
    Searched refs:CURL (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 4 Converted to D from curl headers by $(LINK2 http://www.digitalmars.com/d/2.0/htod.html, htod) and
25 * are also available at $(LINK http://curl.haxx.se/docs/copyright.html).
36 module etc.c.curl;
46 // LICENSE FROM CURL HEADERS
112 alias CURL = void;
367 alias curl_ioctl_callback = curlioerr function(CURL *handle, int cmd, void *clientp);
401 int function(CURL *handle, /** the handle/transfer this concerns */
408 /** All possible error codes from all sorts of curl functions. Future versions
531 CURLcode function(CURL *curl, /** easy handle *
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
tests.sh 175 if $FEATURETEST --have-libxml2 && [ -x "${CURL}" ]; then
177 ${CURL} --silent --show-error --fail --output bind9.xsl.1 $URL
180 echo_i "skipping test: requires libxml2 and curl"
247 if [ -x "${CURL}" ]; then
257 "${CURL}" -D regular.headers "$URL" 2>/dev/null \
259 "${CURL}" -D compressed.headers --compressed "$URL" 2>/dev/null \
270 echo_i "skipping test as curl not found"
603 if [ -x "${CURL}" ] && ! ("${CURL}" --next 2>&1 | grep 'option --next: is unknown'); then
604 CURL_NEXT="${CURL}"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/statistics/
tests.sh 153 if $FEATURETEST --have-libxml2 && [ -x "${CURL}" ] && [ -x "${XMLLINT}" ]; then
154 ${CURL} http://10.53.0.1:${EXTRAPORT1}/xml/v3/zones >curl.out.${n} 2>/dev/null || ret=1
155 test -n "$("$XMLLINT" --xpath '/statistics/views/view[@name="_default"]/zones/zone[@name="32/1.0.0.127-in-addr.example"]' curl.out.${n})" || ret=1
157 echo_i "skipping test as libxml2 and/or curl and/or xmllint was not found"
165 if $FEATURETEST --have-libxml2 && [ -x "${CURL}" ] && [ -x "${XMLLINT}" ]; then
166 ${CURL} http://10.53.0.1:${EXTRAPORT1}/xml/v3/zones >curl.out.${n} 2>/dev/null || ret=1
167 test -n "$("$XMLLINT" --xpath '/statistics/views/view[@name="_default"]/zones/zone[@name="32/1.0.0.127-in-addr.example"]/type[text()="primary"]' curl.out.${n})" || ret=1
169 echo_i "skipping test as libxml2 and/or curl and/or xmllint was not found
    [all...]
  /src/external/mit/libuv/dist/docs/code/uvwget/
main.c 5 #include <curl/curl.h>
51 CURL *handle = curl_easy_init();
109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) {
149 fprintf(stderr, "Could not init cURL\n");
  /src/external/bsd/zstd/dist/tests/regression/
data.c 21 #include <curl/curl.h>
304 * State needed by the curl callback.
305 * It takes data from curl, hashes it, and writes it to the file.
313 /** Create the curl state. */
349 /** Free the curl state. */
354 /** curl callback. Updates the hash, and writes to the file. */
363 CURL* curl,
368 if (curl_easy_setopt(curl, CURLOPT_URL, resource->url) != 0
432 CURL* curl = curl_easy_init(); local
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 10 #include <curl/curl.h>
45 CURL *curl; member in struct:http_ctx
73 if (ctx->curl) {
74 curl_easy_cleanup(ctx->curl);
75 ctx->curl = NULL;
125 static int curl_cb_debug(CURL *curl, curl_infotype info, char *buf, size_t len,
1293 static CURLcode curl_cb_ssl(CURL *curl, void *sslctx, void *parm
1332 CURL *curl; local
1598 CURL *curl; local
1671 CURL *curl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 4 Networking client functionality as provided by $(HTTP curl.haxx.se/libcurl,
26 You may need to link to the $(B curl) library, e.g. by adding $(D "libs": ["curl"])
99 import std.net.curl, std.stdio;
125 import std.net.curl, std.stdio;
144 Source: $(PHOBOSSRC std/net/curl.d)
150 Credits: The functionally is based on $(HTTP curl.haxx.se/libcurl, libcurl).
159 module std.net.curl;
161 public import etc.c.curl : CurlOption;
163 import etc.c.curl : CURLcode
    [all...]
  /src/lib/libc/time/
Makefile 562 # Name of curl <https://curl.haxx.se/>, used for HTML validation
564 # Set CURL=: to disable use of the Internet.
565 CURL= curl
823 $(CURL) -OR $(leaplist_URI)
1064 { ! ($(CURL) --version) >/dev/null 2>&1 || \
1065 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
  /src/external/public-domain/tz/dist/
Makefile 562 # Name of curl <https://curl.haxx.se/>, used for HTML validation
564 # Set CURL=: to disable use of the Internet.
565 CURL= curl
823 $(CURL) -OR $(leaplist_URI)
1063 { ! ($(CURL) --version) >/dev/null 2>&1 || \
1064 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
  /src/external/mpl/bind/dist/bin/tests/system/doth/
tests.sh 846 # check whether we can use curl for sending test queries.
847 if [ -x "${CURL}" ]; then
848 CURL_HTTP2="$(${CURL} --version | grep -E '^Features:.* HTTP2( |$)' || true)"
853 echo_i "The available version of CURL does not have HTTP/2 support"
857 # Note: see README.curl for information on how to generate curl
863 # use curl to query for 'example/SOA'
864 $CURL -kD headers.$n "https://10.53.0.1:${HTTPSPORT}/dns-query?dns=AAEAAAABAAAAAAAAB2V4YW1wbGUAAAYAAQ" >/dev/null 2>&1 || ret=1
872 # use curl to query for 'fake.example/TXT'
873 $CURL -kD headers.$n "https://10.53.0.1:${HTTPSPORT}/dns-query?dns=AAEAAAABAAAAAAAABGZha2UHZXhhbXBsZQAAE (…)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
tests.sh 718 if ${FEATURETEST} --have-libxml2 && [ -x "${CURL}" ] && [ -x "${XMLLINT}" ]; then
722 ${CURL} http://10.53.0.${ns}:${EXTRAPORT1}/xml/v3/server >$xml 2>/dev/null || ret=1
776 if $FEATURETEST --have-json-c && [ -x "${CURL}" ] && [ -x "${JQ}" ]; then
780 ${CURL} http://10.53.0.${ns}:${EXTRAPORT1}/json/v1/server >$json 2>/dev/null || ret=1
  /src/external/mpl/bind/dist/bin/tests/system/forward/
tests.sh 174 "${CURL}" "http://10.53.0.4:${EXTRAPORT1}/json/v1" 2>/dev/null >statschannel.out.$n
  /src/external/mpl/bind/dist/
configure 680 CURL
27788 # Look for curl
27791 # Extract the first word of "curl", so it can be a program name with args.
27792 set dummy curl; ac_word=$2
27799 e) case $CURL in
27801 ac_cv_path_CURL="$CURL" # Let the user override the test with a path.
27823 test -z "$ac_cv_path_CURL" && ac_cv_path_CURL="curl"
27828 CURL=$ac_cv_path_CURL
27829 if test -n "$CURL"; then
27830 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CURL" >&
    [all...]

Completed in 55 milliseconds