Home
last modified time | relevance | path

Searched refs:upstream (Results 1 – 25 of 126) sorted by relevance

123456

/freebsd-head/contrib/libarchive/libarchive/
HDarchive_read_support_filter_lzop.c211 p = __archive_read_filter_ahead(self->upstream, in consume_header()
218 __archive_read_filter_consume(self->upstream, in consume_header()
221 p = __archive_read_filter_ahead(self->upstream, 29, NULL); in consume_header()
276 p = __archive_read_filter_ahead(self->upstream, len + 4, NULL); in consume_header()
287 __archive_read_filter_consume(self->upstream, len + 4); in consume_header()
290 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_header()
294 __archive_read_filter_consume(self->upstream, in consume_header()
317 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_block_info()
321 __archive_read_filter_consume(self->upstream, 4); in consume_block_info()
327 p = __archive_read_filter_ahead(self->upstream, 4, NULL); in consume_block_info()
[all …]
HDarchive_read_support_filter_lz4.c300 __archive_read_filter_consume(self->upstream, state->unconsumed); in lz4_filter_read()
333 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read()
341 __archive_read_filter_consume(self->upstream, 4); in lz4_filter_read()
348 self->upstream, 4, NULL); in lz4_filter_read()
357 __archive_read_filter_consume(self->upstream, in lz4_filter_read()
382 read_buf = __archive_read_filter_ahead(self->upstream, 2, in lz4_filter_read_descriptor()
437 read_buf = __archive_read_filter_ahead(self->upstream, in lz4_filter_read_descriptor()
455 __archive_read_filter_consume(self->upstream, descriptor_bytes); in lz4_filter_read_descriptor()
486 read_buf = __archive_read_filter_ahead(self->upstream, 4, in lz4_filter_read_data_block()
495 __archive_read_filter_consume(self->upstream, 4); in lz4_filter_read_data_block()
[all …]
HDarchive_read_support_filter_gzip.c351 len = peek_at_header(self->upstream, NULL, state); in consume_header()
354 __archive_read_filter_consume(self->upstream, len); in consume_header()
361 __archive_read_filter_ahead(self->upstream, 1, &avail); in consume_header()
419 p = __archive_read_filter_ahead(self->upstream, 8, &avail); in consume_trailer()
426 __archive_read_filter_consume(self->upstream, 8); in consume_trailer()
463 __archive_read_filter_ahead(self->upstream, 1, &avail_in); in gzip_filter_read()
482 __archive_read_filter_consume(self->upstream, in gzip_filter_read()
486 __archive_read_filter_consume(self->upstream, in gzip_filter_read()
HDarchive_read_support_filter_xz.c544 h = __archive_read_filter_ahead(self->upstream, 6, &avail_in); in lzip_init()
566 __archive_read_filter_consume(self->upstream, 6); in lzip_init()
601 f = __archive_read_filter_ahead(self->upstream, tail, &avail_in); in lzip_tail()
634 __archive_read_filter_consume(self->upstream, tail); in lzip_tail()
638 if (lzip_has_member(self->upstream) != 0) { in lzip_tail()
680 __archive_read_filter_ahead(self->upstream, 1, &avail_in); in xz_filter_read()
697 __archive_read_filter_consume(self->upstream, in xz_filter_read()
HDarchive_read_support_filter_program.c98 struct archive_read_filter *upstream);
195 struct archive_read_filter *upstream) in program_bidder_bid() argument
202 p = __archive_read_filter_ahead(upstream, in program_bidder_bid()
349 p = __archive_read_filter_ahead(self->upstream, 1, &avail); in child_read()
365 __archive_read_filter_consume(self->upstream, ret); in child_read()
/freebsd-head/crypto/openssh/
HDChangeLog11 upstream: Fix cases where error codes were not correctly set
21 upstream: Don't reply to PING in preauth phase or during KEX
31 upstream: fix "Match invalid-user" from incorrectly being activated
54 upstream: explicitly include endian.h
62 upstream: fix ML-KEM768x25519 KEX on big-endian systems; spotted by
72 upstream: fix previous change to ssh_config Match, which broken on
82 upstream: fix regression introduced when I switched the "Match"
148 upstream: openssh-9.9
177 upstream: use 64 bit math to avoid signed underflow. upstream code
188 upstream: minor grammar/sort fixes for refuseconnection; ok djm
[all …]
/freebsd-head/sys/netgraph/
HDng_car.c442 bcopy(&priv->lower.stats, &bstats->upstream, in ng_car_rcvmsg()
443 sizeof(bstats->upstream)); in ng_car_rcvmsg()
467 bcopy(&priv->lower.conf, &bconf->upstream, in ng_car_rcvmsg()
468 sizeof(bconf->upstream)); in ng_car_rcvmsg()
476 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg()
477 bconf->upstream.cir /= 1024; in ng_car_rcvmsg()
478 bconf->upstream.pir /= 1024; in ng_car_rcvmsg()
479 bconf->upstream.cbs /= 128; in ng_car_rcvmsg()
480 bconf->upstream.ebs /= 128; in ng_car_rcvmsg()
501 if (bconf->upstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg()
[all …]
HDng_pipe.h71 struct ng_pipe_hookstat upstream; member
103 struct ng_pipe_hookrun upstream; member
149 struct ng_pipe_hookcfg upstream; member
HDng_car.h61 struct ng_car_hookstats upstream; member
121 struct ng_car_hookconf upstream; member
/freebsd-head/tools/tools/git/ghpr/
HDghpr-stage.sh53 upstream=$(git config branch.PR-$PR.pushRemote)
59 git config --add branch.${staging}.opabinia.${PR}.upstream ${upstream}
60 git config --add branch.${staging}.opabinia.${PR}.upstream-branch ${upstream_branch}
HDghpr-push.sh23 upstream=$(git config --get branch.${staging}.opabinia.${pr}.upstream)
24 upstream_branch=$(git config --get branch.${staging}.opabinia.${pr}.upstream-branch)
25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line
/freebsd-head/contrib/llvm-project/libcxx/src/
HDmemory_resource.cpp149 void unsynchronized_pool_resource::__adhoc_pool::__release_ptr(memory_resource* upstream) { in __release_ptr() argument
152 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr()
157 void* unsynchronized_pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t b… in __do_allocate() argument
166 void* result = upstream->allocate(aligned_capacity, align); in __do_allocate()
177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() argument
181 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate()
187 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate()
215 void __release_ptr(memory_resource* upstream) { in __release_ptr() argument
219upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr()
233 void* __allocate_in_new_chunk(memory_resource* upstream, size_t block_size, size_t chunk_size) { in __allocate_in_new_chunk() argument
[all …]
/freebsd-head/contrib/unbound/testdata/fast_reload_most_options.tdir/
HDfast_reload_most_options.conf107 stub-tcp-upstream: no
108 stub-tls-upstream: no
115 forward-tcp-upstream: no
116 forward-tls-upstream: no
122 for-upstream: yes
/freebsd-head/contrib/unbound/testdata/
HDserve_expired_cached_servfail_refresh.rpl18 SCENARIO_BEGIN Test serve-expired without client-timeout and a SERVFAIL upstream reply
21 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5)
24 ; - cached SERVFAIL should be ignored and upstream queried
25 ; - answer from upstream is still SERVFAIL; the cached error response will be
28 ; - query again; the upstream now has the answer available
128 ; Query again, upstream has the real answer available
HDserve_expired_client_timeout_servfail.rpl17 SCENARIO_BEGIN Test serve-expired with client-timeout and a SERVFAIL upstream reply
22 ; - answer from upstream is servfail
25 ; - query again (the answer is available on the upstream server now)
27 ; - query again (the answer is available on the upstream server now)
129 ; Check that we got a stale answer because of the upstream SERVFAIL
153 ; regardless if upstream has the answer already in this range.
177 ; regardless if upstream has the answer already in this range. NORR_TTL(5) blocks us from
/freebsd-head/contrib/unbound/edns-subnet/
HDsubnet-whitelist.c90 if(!addr_tree_insert(&whitelist->upstream, node, addr, addrlen, net)) { in upstream_insert()
175 addr_tree_init(&whitelist->upstream); in ecs_whitelist_apply_cfg()
181 addr_tree_init_parents(&whitelist->upstream); in ecs_whitelist_apply_cfg()
192 if(addr_tree_lookup(&whitelist->upstream, addr, addrlen)) in ecs_is_whitelisted()
/freebsd-head/contrib/libcxxrt/
HDFREEBSD-upgrade2 upstream repository.
4 When updating, copy *.{c,cc,h} from the upstream src/.
/freebsd-head/contrib/one-true-awk/
HDFREEBSD-upgrade1 Notes on upgrading awk from upstream
24 (3) Copy that to the vendor branch and push upstream
34 # contain the unaltered sources from upstream since it's active
36 # vendor branch given the long lag with the old upstream, but no more)
/freebsd-head/contrib/unbound/testdata/fast_reload_fwd.tdir/
HDfast_reload_fwd.test19 # test that the forwards and stubs point to the right upstream.
22 echo "dig www.$x [upstream is NS1]"
34 echo "dig www.$x [upstream is NS2]"
106 # but for new lookups, to www2.x the new upstream should be used.
109 echo "dig www.$x [upstream is NS1]"
121 echo "dig www.$x [upstream is NS2]"
131 # new lookups for www2 go to the upstream.
134 echo "dig www2.$x [upstream is NS1]"
146 echo "dig www2.$x [upstream is NS2]"
/freebsd-head/contrib/llvm-project/libcxx/src/ryu/
HDREADME.txt1 The code in this directory is based on Ulf Adams's work. The upstream for the
11 minimize the number of changes by both upstream sources.
/freebsd-head/sys/contrib/device-tree/scripts/
HDfilter.sh11 UPSTREAM_MASTER=upstream/master
12 UPSTREAM_REWRITTEN=upstream/dts
/freebsd-head/lib/libz/
HDFREEBSD-upgrade3 compiler warnings, we upstream our local changes whenever they would
10 version of upstream source, resolve any conflicts.
/freebsd-head/sys/contrib/device-tree/Bindings/sound/
Dmrvl,pxa-ssp.txt6 port A phandle reference to a PXA ssp upstream device
18 /* upstream device */
/freebsd-head/lib/libc++/
D__assertion_handler27 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
28 // version before upstream Clang actually got the builtin.
/freebsd-head/contrib/llvm-project/libcxx/vendor/llvm/
HDdefault_assertion_handler.in27 // AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
28 // version before upstream Clang actually got the builtin.

123456