Searched refs:CURL (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d46 // 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 */
531 CURLcode function(CURL *curl, /** easy handle */
617 int function(CURL *easy, /** easy handle */
1510 char * curl_easy_escape(CURL *handle, in char *string, int length);
1527 char * curl_easy_unescape(CURL *handle, in char *string, int length, int *outlength);
1762 alias curl_lock_function = void function(CURL *handle, curl_lock_data data, curl_lock_access locktype, void *userptr);
1764 alias curl_unlock_function = void function(CURL *handl
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d46 // 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 */
531 CURLcode function(CURL *curl, /** easy handle */
624 int function(CURL *easy, /** easy handle */
1517 char * curl_easy_escape(CURL *handle, in const(char) *string, int length);
1534 char * curl_easy_unescape(CURL *handle, in const(char) *string, int length, int *outlength);
1769 alias curl_lock_function = void function(CURL *handle, curl_lock_data data, curl_lock_access locktype, void *userptr);
1771 alias curl_unlock_function = void function(CURL *handl
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh134 if $FEATURETEST --have-libxml2 && [ -x "${CURL}" ]; then
136 ${CURL} --silent --show-error --fail --output bind9.xsl.1 $URL
208 if [ -x "${CURL}" ]; then
218 "${CURL}" -D regular.headers "$URL" 2>/dev/null \
220 "${CURL}" -D compressed.headers --compressed "$URL" 2>/dev/null \
559 if [ -x "${CURL}" ] && ! ("${CURL}" --next 2>&1 | grep 'option --next: is unknown'); then
560 CURL_NEXT="${CURL}"
577 "${CURL}" --silent --include --get "$URL" --next --get --header @header.in$n "$URL" >curl.out$n && ret=1
602 "${CURL}"
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statistics/
H A Dtests.sh153 if $FEATURETEST --have-libxml2 && [ -x ${CURL} ]; then
154 ${CURL} http://10.53.0.1:${EXTRAPORT1}/xml/v3/zones >curl.out.${n} 2>/dev/null || ret=1
165 if $FEATURETEST --have-libxml2 && [ -x ${CURL} ]; then
166 ${CURL} http://10.53.0.1:${EXTRAPORT1}/xml/v3/zones >curl.out.${n} 2>/dev/null || ret=1
177 if $FEATURETEST --have-libxml2 && "${CURL}" --http1.1 http://10.53.0.3:${EXTRAPORT1} >/dev/null 2>&1 && [ -x "${XSLTPROC}" ]; then
182 ${CURL} --http1.1 -o curl.out.${n}.xml http://10.53.0.3:${EXTRAPORT1}/xml/v3 \
/netbsd-current/external/mit/libuv/dist/docs/code/uvwget/
H A Dmain.c51 CURL *handle = curl_easy_init();
109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconf.sh.in80 export CURL=@CURL@
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A DMakefile.in219 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/delv/
H A DMakefile.in219 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A DMakefile.in227 CURL = @CURL@
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dhttp_curl.c45 CURL *curl;
124 static int curl_cb_debug(CURL *curl, curl_infotype info, char *buf, size_t len,
1314 static CURLcode curl_cb_ssl(CURL *curl, void *sslctx, void *parm)
1348 static CURL * setup_curl_post(struct http_ctx *ctx, const char *address,
1353 CURL *curl;
1619 CURL *curl;
1690 CURL *curl;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d4156 CURL, CURLcode, CURLINFO, CURLoption, CURLversion, curl_slist;
4162 CURL* function() easy_init;
4163 CURLcode function(CURL *curl, CURLoption option,...) easy_setopt;
4164 CURLcode function(CURL *curl) easy_perform;
4165 CURLcode function(CURL *curl, CURLINFO info,...) easy_getinfo;
4166 CURL* function(CURL *curl) easy_duphandle;
4168 CURLcode function(CURL *handle, int bitmask) easy_pause;
4169 void function(CURL *curl) easy_cleanup;
4292 import etc.c.curl : CURL, CurlErro
[all...]
/netbsd-current/external/public-domain/tz/dist/
H A DMakefile483 CURL= curl macro
742 $(CURL) -OR $(leaplist_URI)
975 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
/netbsd-current/lib/libc/time/
H A DMakefile483 CURL= curl macro
742 $(CURL) -OR $(leaplist_URI)
976 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A DMakefile.in265 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A DMakefile.in280 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/tests/system/doth/
H A Dtests.sh855 if [ -x "${CURL}" ]; then
856 CURL_HTTP2="$(${CURL} --version | grep -E '^Features:.* HTTP2( |$)' || true)"
861 echo_i "The available version of CURL does not have HTTP/2 support"
872 $CURL -kD headers.$n "https://10.53.0.1:${HTTPSPORT}/dns-query?dns=AAEAAAABAAAAAAAAB2V4YW1wbGUAAAYAAQ" >/dev/null 2>&1 || ret=1
881 $CURL -kD headers.$n "https://10.53.0.1:${HTTPSPORT}/dns-query?dns=AAEAAAABAAAAAAAABGZha2UHZXhhbXBsZQAAEAAB" >/dev/null 2>&1 || ret=1
/netbsd-current/external/mpl/bind/dist/bin/check/
H A DMakefile.in235 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A DMakefile.in231 CURL = @CURL@
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4159 CURL* function() easy_init;
4160 CURLcode function(CURL *curl, CURLoption option,...) easy_setopt;
4161 CURLcode function(CURL *curl) easy_perform;
4162 CURLcode function(CURL *curl, CURLINFO info,...) easy_getinfo;
4163 CURL* function(CURL *curl) easy_duphandle;
4165 CURLcode function(CURL *handle, int bitmask) easy_pause;
4166 void function(CURL *curl) easy_cleanup;
4289 private CURL* handle;
5080 auto connDup = cast(CURL*) receiveOnl
[all...]
/netbsd-current/external/mpl/bind/dist/tests/
H A DMakefile.in227 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/lib/
H A DMakefile.in225 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/
H A DMakefile.in219 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/driver/
H A DMakefile.in219 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A DMakefile.in220 CURL = @CURL@
/netbsd-current/external/mpl/bind/dist/doc/
H A DMakefile.in225 CURL = @CURL@

Completed in 281 milliseconds

12