Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 106) sorted by relevance

12345

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcstyle.pl806 my ($pre_tabs, $label, $rest) = ($1, $2, $3);
811 $_ .= ("\t" x (length($label) / 8)).$rest;
910 $rest =~ s/^$rxp//;
935 if ($rest =~ /^\s*\{?$/) {
939 if ($rest =~ /^\s*;$/) {
958 if ($rest =~ /^$/) {
976 if ($rest =~ /^$/) {
980 if ($rest =~ /^\s*special/) {
988 err("stuff after {") if ($rest =~ /[^\s}]/);
994 if ($rest =~ /^$/) {
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c70 rb->rest = -1; in ngx_http_read_client_request_body()
109 && rb->rest > 0 in ngx_http_read_client_request_body()
144 if (rb->rest == 0) { in ngx_http_read_client_request_body()
151 if (rb->rest < 0) { in ngx_http_read_client_request_body()
330 rest = rb->rest - (rb->buf->last - rb->buf->pos); in ngx_http_do_read_client_request_body()
358 if (n == rest) { in ngx_http_do_read_client_request_body()
871 if (rb->rest == -1) { in ngx_http_request_body_length_filter()
912 rb->rest = 0; in ngx_http_request_body_length_filter()
942 if (rb->rest == -1) { in ngx_http_request_body_chunked_filter()
953 rb->rest = 3; in ngx_http_request_body_chunked_filter()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c1680 ctx->rest = 0; in ngx_http_grpc_process_header()
1994 ctx->rest = 0; in ngx_http_grpc_filter()
2211 ctx->rest = 0; in ngx_http_grpc_filter()
2243 ctx->rest -= 1; in ngx_http_grpc_filter()
2344 ctx->rest |= ch; in ngx_http_grpc_parse_frame()
2602 ctx->rest = 0; in ngx_http_grpc_parse_header()
3300 if (ctx->rest > 0) { in ngx_http_grpc_parse_rst_stream()
3412 if (ctx->rest > 0) { in ngx_http_grpc_parse_goaway()
3493 if (ctx->rest > 0) { in ngx_http_grpc_parse_window_update()
3690 if (ctx->rest > 0) { in ngx_http_grpc_parse_settings()
[all …]
H A Dngx_http_memcached_module.c21 size_t rest; member
463 ctx->rest = NGX_HTTP_MEMCACHED_END; in ngx_http_memcached_filter_init()
486 if (u->length == (ssize_t) ctx->rest) { in ngx_http_memcached_filter()
489 ngx_http_memcached_end + NGX_HTTP_MEMCACHED_END - ctx->rest, in ngx_http_memcached_filter()
497 ctx->rest = 0; in ngx_http_memcached_filter()
503 ctx->rest -= bytes; in ngx_http_memcached_filter()
534 bytes, b->last - b->pos, u->length, ctx->rest); in ngx_http_memcached_filter()
550 ctx->rest = 0; in ngx_http_memcached_filter()
555 ctx->rest -= b->last - last; in ngx_http_memcached_filter()
558 u->length = ctx->rest; in ngx_http_memcached_filter()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_table.c108 size_t rest; in ngx_http_v2_get_indexed_header() local
142 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->name.data; in ngx_http_v2_get_indexed_header()
144 if (entry->name.len > rest) { in ngx_http_v2_get_indexed_header()
145 p = ngx_cpymem(p, entry->name.data, rest); in ngx_http_v2_get_indexed_header()
146 p = ngx_cpymem(p, h2c->hpack.storage, entry->name.len - rest); in ngx_http_v2_get_indexed_header()
166 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->value.data; in ngx_http_v2_get_indexed_header()
168 if (entry->value.len > rest) { in ngx_http_v2_get_indexed_header()
169 p = ngx_cpymem(p, entry->value.data, rest); in ngx_http_v2_get_indexed_header()
170 p = ngx_cpymem(p, h2c->hpack.storage, entry->value.len - rest); in ngx_http_v2_get_indexed_header()
H A Dngx_http_v2_filter_module.c1090 rest = end - pos; in ngx_http_v2_create_headers_frame()
1099 frame->length = rest; in ngx_http_v2_create_headers_frame()
1160 rest -= frame_size; in ngx_http_v2_create_headers_frame()
1162 if (rest) { in ngx_http_v2_create_headers_frame()
1205 frame->length = rest; in ngx_http_v2_create_push_frame()
1279 rest -= frame_size; in ngx_http_v2_create_push_frame()
1281 if (rest) { in ngx_http_v2_create_push_frame()
1511 rest = frame_size; in ngx_http_v2_send_chain()
1541 rest = 0; in ngx_http_v2_send_chain()
1548 if (rest) { in ngx_http_v2_send_chain()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Darm,syscon-icst.yaml37 Integrator/AP 22 1 Bit 8 0, rest variable
40 Integrator/AP 46 3 Bit 8 0, rest variable
46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
H A Dste-u300-syscon-clock.txt11 2 = rest/remaining clock
/f-stack/tools/libxo/xolint/
H A Dxolint.pl635 my($text, $ff, $fc, $rest);
636 for ($in = $format; $in; $in = $rest) {
637 ($text, $ff, $fc, $rest) =
641 ($text, $ff, $rest) = ($in =~ /^([^%]*)(%%)(.*)$/);
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dentropy_common.c314 U32 const rest = total - weightTotal; in HUF_readStats_body() local
315 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_body()
316 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_body()
317 …if (verif != rest) return ERROR(corruption_detected); /* last value must be a clean power of 2 … in HUF_readStats_body()
/f-stack/tools/libxo/tests/xo/saved/
H A Dxo_01.T.out9 partial line -- rest of line
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dintel,ixp4xx-flash.txt11 For the rest of the properties, see mtd-physmap.txt.
H A Dcortina,gemini-flash.txt12 For the rest of the properties, see mtd-physmap.txt.
H A Darm-versatile.txt15 For the rest of the properties, see mtd-physmap.txt.
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dqcom-qce.txt10 "core" clocks rest of the crypto block
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dnvmem-reboot-mode.txt13 The rest of the properties should follow the generic reboot-mode description
H A Dqcom,pon.txt22 The rest of the properties should follow the generic reboot-mode description
/f-stack/freebsd/contrib/openzfs/module/
H A DKbuild.in14 # The rest is only relevant when run by kbuild
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-lantiq-ssc.txt13 For rest of the compatibles, should contain the "spi_rx", "spi_tx" and
/f-stack/freebsd/contrib/openzfs/config/
H A Dnls.m413 dnl by the GNU Library General Public License, and the rest of the GNU
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dsnps,dma-spear1340.yaml45 the rest of the optional parameters.
58 the rest of the optional parameters.
/f-stack/freebsd/mips/conf/
H A DTL-WR1043NDv2.hints84 # force_link=1 is required for the rest of the parameters
92 # force_link=1 is required for the rest of the parameters
H A DDIR-655A1.hints94 # force_link=1 is required for the rest of the parameters
102 # force_link=1 is required for the rest of the parameters
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Ddw_hdmi.txt30 - ports: The connectivity of the DWC HDMI TX with the rest of the system is
/f-stack/dpdk/doc/guides/eventdevs/
H A Docteontx2.rst76 thresholds than the rest. The dictionary format is as follows
96 where the last element points to the next chunk and rest of them are used to

12345