HomeSort by: relevance | last modified time | path
    Searched refs:curl (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/bsd/unbound/dist/contrib/ios/
install_tools.sh 9 #brew install curl perl 1>/dev/null
10 HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
install_openssl.sh 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
  /src/crypto/external/apache2/openssl/dist/apps/
tsget.in 14 use WWW::Curl::Easy;
39 # Initialise a new Curl object.
43 # Create Curl object.
44 my $curl = WWW::Curl::Easy::new();
47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48 $curl->setopt(CURLOPT_FAILONERROR, 1);
49 $curl->setopt(CURLOPT_USERAGENT,
53 $curl->setopt(CURLOPT_UPLOAD, 1);
54 $curl->setopt(CURLOPT_CUSTOMREQUEST, "POST")
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
tsget.in 14 use WWW::Curl::Easy;
39 # Initialise a new Curl object.
43 # Create Curl object.
44 my $curl = WWW::Curl::Easy::new();
47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48 $curl->setopt(CURLOPT_FAILONERROR, 1);
49 $curl->setopt(CURLOPT_USERAGENT,
53 $curl->setopt(CURLOPT_UPLOAD, 1);
54 $curl->setopt(CURLOPT_CUSTOMREQUEST, "POST")
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
tsget.in 14 use WWW::Curl::Easy;
39 # Initialise a new Curl object.
43 # Create Curl object.
44 my $curl = WWW::Curl::Easy::new();
47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48 $curl->setopt(CURLOPT_FAILONERROR, 1);
49 $curl->setopt(CURLOPT_USERAGENT,
53 $curl->setopt(CURLOPT_UPLOAD, 1);
54 $curl->setopt(CURLOPT_CUSTOMREQUEST, "POST")
    [all...]
  /src/sys/miscfs/procfs/
procfs_subr.c 146 struct lwp *curl; local
159 curl = curlwp;
168 error = kauth_authorize_process(curl->l_cred, KAUTH_PROCESS_PROCFS,
195 error = procfs_donote(curl, p, pfs, uio);
199 error = procfs_doregs(curl, l, pfs, uio);
203 error = procfs_dofpregs(curl, l, pfs, uio);
207 error = procfs_dostatus(curl, l, pfs, uio);
211 error = procfs_do_pid_stat(curl, l, pfs, uio);
215 error = procfs_dolimit(curl, p, pfs, uio);
219 error = procfs_dolimits(curl, p, pfs, uio)
    [all...]
procfs_mem.c 92 struct lwp *curl, /* tracer */
99 return (process_domem(curl, l, uio));
procfs_regs.c 86 struct lwp *curl, /* tracer */
93 return (process_doregs(curl, l, uio));
procfs_fpregs.c 89 struct lwp *curl, /* tracer */
96 return (process_dofpregs(curl, l, uio));
procfs_fd.c 47 procfs_dofd(lwp_t *curl, proc_t *p, struct pfsnode *pfs, struct uio *uio)
60 error = (*fp->f_ops->fo_read)(fp, &offs, uio, curl->l_cred, 0);
63 error = (*fp->f_ops->fo_write)(fp, &offs, uio, curl->l_cred, 0);
procfs_note.c 88 struct lwp *curl,
procfs_auxv.c 42 procfs_doauxv(struct lwp *curl, struct proc *p, struct pfsnode *pfs,
procfs_map.c 108 procfs_domap(struct lwp *curl, struct proc *p, struct pfsnode *pfs,
123 int width = (int)((curl->l_proc->p_flag & PK_32) ? sizeof(int32_t) :
159 error = VOP_GETATTR(vp, &va, curl->l_cred);
165 MAXPATHLEN * 4, vp, curl, p);
  /src/external/bsd/unbound/dist/contrib/android/
install_tools.sh 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config
install_ndk.sh 19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip;
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip;
install_openssl.sh 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
  /src/sys/arch/powerpc/powerpc/
procfs_machdep.c 48 procfs_machdep_rw(struct lwp *curl, struct lwp *l, struct pfsnode *pfs,
54 return (procfs_machdep_dovecregs(curl, l, pfs, uio));
82 procfs_machdep_dovecregs(struct lwp *curl, struct lwp *l,
86 return (process_machdep_dovecregs(curl, l, uio));
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.phobos/
phobos.exp 37 # Skip curl tests if library is not available
38 { libphobos.phobos/etc/c/curl.d { ! libcurl_available } }
39 { libphobos.phobos/std/net/curl.d { ! libcurl_available } }
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.phobos_shared/
phobos_shared.exp 37 # Skip curl tests if library is not available
38 { libphobos.phobos_shared/etc/c/curl.d { ! libcurl_available } }
39 { libphobos.phobos_shared/std/net/curl.d { ! libcurl_available } }
  /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/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/bsd/pam-u2f/dist/fuzz/
coverage.sh 5 curl --retry 4 -s -o corpus.tgz https://storage.googleapis.com/kroppkaka/corpus/pam-u2f.corpus.tgz
  /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/gpl3/gdb/dist/gdb/testsuite/lib/
debuginfod-support.exp 29 if { [which curl] == 0 } {
30 untested "cannot find curl"
167 catch {exec curl -s $url/metrics} got
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
debuginfod-support.exp 29 if { [which curl] == 0 } {
30 untested "cannot find curl"
167 catch {exec curl -s $url/metrics} got

Completed in 39 milliseconds

1 2 3