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

1 2 3

  /src/external/gpl3/gcc.old/dist/contrib/
git-fetch-vendor.sh 7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
14 upstream=`git config --get "gcc-config.upstream"`
15 if [ x"$upstream" = x ]
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
gcc-git-customization.sh 88 upstream=$(git config --get "gcc-config.upstream")
89 if [ "x$upstream" = "x" ]
91 upstream="origin"
93 ask "Local name for upstream repository" "origin" upstream
95 v=$(git config --get-all "remote.${upstream}.fetch")
98 echo "Remote $upstream does not seem to exist as a remote"
101 git config "gcc-config.upstream" "$upstream"
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
git-fetch-vendor.sh 7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
14 upstream=`git config --get "gcc-config.upstream"`
15 if [ x"$upstream" = x ]
17 echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization.sh"
49 url=$(git config --get "remote.${upstream}.url")
50 pushurl=$(git config --get "remote.${upstream}.pushurl")
gcc-git-customization.sh 97 upstream=$(git config --get "gcc-config.upstream")
98 if [ "x$upstream" = "x" ]
100 upstream="origin"
102 ask "Local name for upstream repository" "origin" upstream
104 v=$(git config --get-all "remote.${upstream}.fetch")
107 echo "Remote $upstream does not seem to exist as a remote"
110 git config "gcc-config.upstream" "$upstream"
    [all...]
  /src/external/bsd/unbound/dist/testdata/fwd_udp_with_tcp_upstream.tdir/
fwd_udp_with_tcp_upstream.conf 15 forward-tcp-upstream: "yes"
19 forward-tcp-upstream: "no"
  /src/external/bsd/unbound/dist/testdata/stub_udp_with_tcp_upstream.tdir/
stub_udp_with_tcp_upstream.conf 15 stub-tcp-upstream: "yes"
19 stub-tcp-upstream: "no
  /src/external/bsd/openldap/dist/servers/lloadd/
bind.c 97 LloadConnection *upstream,
102 ber_printf( upstream->c_pendingber, "t{titOtO}", LDAP_TAG_MESSAGE,
114 LloadConnection *upstream,
119 CONNECTION_LOCK(upstream);
120 ber_printf( upstream->c_pendingber, "t{tit{tst{{tOOtOtO}}}}", LDAP_TAG_MESSAGE,
125 LDAP_TAG_EXOP_VERIFY_CREDENTIALS_COOKIE, BER_BV_OPTIONAL( &upstream->c_vc_cookie ),
128 CONNECTION_UNLOCK(upstream);
137 * 2) there is one bind operation pending (waiting on an upstream response)
147 * upstreams, case 2a has client_reset send an anonymous bind to upstream to
151 * If c_pin_id is unset, we request an upstream connection assigned, otherwise
197 LloadConnection *upstream = NULL; local
601 LloadConnection *upstream; local
764 LloadConnection *upstream; local
886 LloadConnection *upstream; local
    [all...]
operation.c 238 LloadConnection *client, *upstream; local
245 "unlinking operation between client connid=%lu and upstream "
252 upstream = op->o_upstream;
258 assert( client || upstream );
265 if ( upstream ) {
266 result |= operation_unlink_upstream( op, upstream );
331 operation_unlink_upstream( LloadOperation *op, LloadConnection *upstream )
338 "unlinking operation op=%p msgid=%d upstream connid=%lu\n",
341 CONNECTION_LOCK(upstream);
343 &upstream->c_ops, op, operation_upstream_cmp )) )
    [all...]
client.c 38 static void client_unlink( LloadConnection *upstream );
97 LloadConnection *upstream = NULL; local
172 upstream = client->c_linked_upstream;
173 assert( upstream );
185 if ( upstream ) {
186 b = upstream->c_backend;
188 if ( !try_upstream( b, NULL, op, upstream, &res, &message ) ) {
189 upstream = NULL;
193 backend_select( b, op, &upstream, &res, &message );
195 upstream_select( op, &upstream, &res, &message )
    [all...]
  /src/external/bsd/unbound/dist/testdata/auth_axfr.tdir/
auth_axfr.conf 15 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/auth_https.tdir/
auth_https.conf 15 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/blanks_https.tdir/
blanks_https.conf 15 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/tcp_reuse.tdir/
tcp_reuse.conf 13 tcp-upstream: yes
  /src/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
tls_reuse.conf 14 tls-upstream: yes
  /src/external/gpl3/gcc.old/dist/libsanitizer/
merge.sh 5 # This script merges libsanitizer sources from upstream.
8 rm -rf upstream
9 git clone https://github.com/llvm/llvm-project.git upstream
13 cd upstream
34 upstream_path=upstream/compiler-rt/$1
46 echo "FOUND IN UPSTREAM :" $f
66 echo Current upstream revision: $CUR_REV
78 cp -v upstream/compiler-rt/lib/builtins/assembly.h builtins/assembly.h
80 rm -rf upstream
  /src/external/gpl3/gcc/dist/libsanitizer/
merge.sh 5 # This script merges libsanitizer sources from upstream.
8 rm -rf upstream
9 git clone --depth 1 https://github.com/llvm/llvm-project.git upstream
13 cd upstream
34 upstream_path=upstream/compiler-rt/$1
46 echo "FOUND IN UPSTREAM :" $f
66 echo Current upstream revision: $CUR_REV
78 cp -v upstream/compiler-rt/lib/builtins/assembly.h builtins/assembly.h
80 rm -rf upstream
  /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/
auth_tls.ub.conf 18 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/
auth_tls_failcert.ub.conf 18 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/
blanks_cached_zone.conf 19 for-upstream: yes
  /src/external/bsd/unbound/dist/testdata/stream_ssl.tdir/
stream_ssl.clie.conf 13 ssl-upstream: yes
  /src/external/bsd/unbound/dist/testdata/tcp_req_order.tdir/
tcp_req_order.conf 18 tcp-upstream: yes
  /src/external/bsd/unbound/dist/testdata/tcp_req_size.tdir/
tcp_req_size.conf 20 tcp-upstream: yes
  /src/external/bsd/unbound/dist/edns-subnet/
subnet-whitelist.h 61 rbtree_type upstream; member in struct:ecs_whitelist
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_lzop.c 211 p = __archive_read_filter_ahead(self->upstream,
218 __archive_read_filter_consume(self->upstream,
221 p = __archive_read_filter_ahead(self->upstream, 29, NULL);
276 p = __archive_read_filter_ahead(self->upstream, len + 4, NULL);
287 __archive_read_filter_consume(self->upstream, len + 4);
290 p = __archive_read_filter_ahead(self->upstream, 4, NULL);
294 __archive_read_filter_consume(self->upstream,
317 p = __archive_read_filter_ahead(self->upstream, 4, NULL);
321 __archive_read_filter_consume(self->upstream, 4);
327 p = __archive_read_filter_ahead(self->upstream, 4, NULL)
    [all...]
  /src/external/bsd/unbound/dist/testdata/doh_downstream.tdir/
doh_downstream.conf 24 tcp-upstream: yes

Completed in 43 milliseconds

1 2 3