| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7124.yaml | 99 adi,buffered-positive: 100 description: Enable buffered mode for positive input. 103 adi,buffered-negative: 104 description: Enable buffered mode for negative input. 134 adi,buffered-positive; 142 adi,buffered-positive; 143 adi,buffered-negative;
|
| H A D | adi,ad7192.yaml | 67 bit is set, the analog inputs are buffered, allowing the user to place
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_write_filter_module.c | 224 c->buffered |= NGX_HTTP_WRITE_BUFFERED; in ngx_http_write_filter() 229 && !(c->buffered & NGX_LOWLEVEL_BUFFERED) in ngx_http_write_filter() 240 c->buffered &= ~NGX_HTTP_WRITE_BUFFERED; in ngx_http_write_filter() 266 c->buffered |= NGX_HTTP_WRITE_BUFFERED; in ngx_http_write_filter() 339 c->buffered |= NGX_HTTP_WRITE_BUFFERED; in ngx_http_write_filter() 343 c->buffered &= ~NGX_HTTP_WRITE_BUFFERED; in ngx_http_write_filter() 345 if ((c->buffered & NGX_LOWLEVEL_BUFFERED) && r->postponed == NULL) { in ngx_http_write_filter()
|
| H A D | ngx_http_copy_filter_module.c | 155 r->buffered &= ~NGX_HTTP_COPY_BUFFERED; in ngx_http_copy_filter() 158 r->buffered |= NGX_HTTP_COPY_BUFFERED; in ngx_http_copy_filter()
|
| H A D | ngx_http_postpone_filter_module.c | 90 if (in || c->buffered) { in ngx_http_postpone_filter()
|
| H A D | ngx_http_request.h | 542 unsigned buffered:4; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | mcp4725.txt | 13 - microchip,vref-buffered: Boolean to enable buffering of the external 28 /* mcp4726 with the buffered external reference voltage */ 34 microchip,vref-buffered;
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_write_filter_module.c | 236 && !(c->buffered & NGX_LOWLEVEL_BUFFERED) in ngx_stream_write_filter() 247 c->buffered &= ~NGX_STREAM_WRITE_BUFFERED; in ngx_stream_write_filter() 285 c->buffered |= NGX_STREAM_WRITE_BUFFERED; in ngx_stream_write_filter() 289 c->buffered &= ~NGX_STREAM_WRITE_BUFFERED; in ngx_stream_write_filter() 291 if (c->buffered & NGX_LOWLEVEL_BUFFERED) { in ngx_stream_write_filter()
|
| H A D | ngx_stream_return_module.c | 158 if (!c->buffered) { in ngx_stream_return_write_handler()
|
| H A D | ngx_stream_proxy_module.c | 1577 if (*out || *busy || dst->buffered) { in ngx_stream_proxy_process() 1739 if (pc == NULL || c->buffered || pc->buffered) { in ngx_stream_proxy_test_finalize() 1765 || (!c->read->eof && c->buffered) in ngx_stream_proxy_test_finalize() 1766 || (!pc->read->eof && pc->buffered)) in ngx_stream_proxy_test_finalize() 1803 if (pc && pc->buffered) { in ngx_stream_proxy_next_upstream()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.c | 113 r->io.file.buffered += len; in rioFileWrite() 116 r->io.file.buffered >= r->io.file.autosync) in rioFileWrite() 120 r->io.file.buffered = 0; in rioFileWrite() 156 r->io.file.buffered = 0; in rioInitWithFile()
|
| H A D | rio.h | 73 off_t buffered; /* Bytes written since last fsync. */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | samsung,s2mps11.txt | 8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 9 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
|
| H A D | maxim,max9485.txt | 5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gzip_filter_module.c | 376 r->connection->buffered |= NGX_HTTP_GZIP_BUFFERED; in ngx_http_gzip_body_filter() 560 size_t size, buffered; in ngx_http_gzip_filter_buffer() local 568 r->connection->buffered |= NGX_HTTP_GZIP_BUFFERED; in ngx_http_gzip_filter_buffer() 570 buffered = 0; in ngx_http_gzip_filter_buffer() 574 buffered += cl->buf->last - cl->buf->pos; in ngx_http_gzip_filter_buffer() 589 buffered += size; in ngx_http_gzip_filter_buffer() 591 if (b->flush || b->last_buf || buffered > conf->postpone_gzipping) { in ngx_http_gzip_filter_buffer() 896 r->connection->buffered &= ~NGX_HTTP_GZIP_BUFFERED; in ngx_http_gzip_filter_deflate() 1013 r->connection->buffered &= ~NGX_HTTP_GZIP_BUFFERED; in ngx_http_gzip_filter_deflate_end()
|
| H A D | ngx_http_sub_filter_module.c | 596 r->buffered |= NGX_HTTP_SUB_BUFFERED; in ngx_http_sub_output() 599 r->buffered &= ~NGX_HTTP_SUB_BUFFERED; in ngx_http_sub_output()
|
| H A D | ngx_http_slice_filter_module.c | 257 if (r->buffered) { in ngx_http_slice_body_filter()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | renesas,fsi.yaml | 7 title: Renesas FIFO-buffered Serial Interface (FSI)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | snps-dma.txt | 29 The default value is 0 (for non-cacheable, non-buffered,
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.h | 173 unsigned buffered:8; member
|
| H A D | ngx_output_chain.c | 793 if (size == 0 && !c->buffered) { in ngx_chain_writer() 817 if (!c->buffered) { in ngx_chain_writer()
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dsw.rst | 65 In case no more events are enqueued on a port with buffered events,
|
| /f-stack/tools/libxo/doc/ |
| H A D | options.rst | 43 flush-line Flush after every line (line-buffered) 101 F Force line-buffered flushing
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | ramoops.txt | 46 (defaults to buffered mappings)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 66 who may then flush their buffered packets sooner and cause packets to get out of order.
|