Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml99 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 Dadi,ad7192.yaml67 bit is set, the analog inputs are buffered, allowing the user to place
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c224 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 Dngx_http_copy_filter_module.c155 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 Dngx_http_postpone_filter_module.c90 if (in || c->buffered) { in ngx_http_postpone_filter()
H A Dngx_http_request.h542 unsigned buffered:4; member
/f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/
H A Dmcp4725.txt13 - 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 Dngx_stream_write_filter_module.c236 && !(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 Dngx_stream_return_module.c158 if (!c->buffered) { in ngx_stream_return_write_handler()
H A Dngx_stream_proxy_module.c1577 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 Drio.c113 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 Drio.h73 off_t buffered; /* Bytes written since last fsync. */ member
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsamsung,s2mps11.txt8 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 Dmaxim,max9485.txt5 - 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 Dngx_http_gzip_filter_module.c376 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 Dngx_http_sub_filter_module.c596 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 Dngx_http_slice_filter_module.c257 if (r->buffered) { in ngx_http_slice_body_filter()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drenesas,fsi.yaml7 title: Renesas FIFO-buffered Serial Interface (FSI)
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt29 The default value is 0 (for non-cacheable, non-buffered,
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h173 unsigned buffered:8; member
H A Dngx_output_chain.c793 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 Ddsw.rst65 In case no more events are enqueued on a port with buffered events,
/f-stack/tools/libxo/doc/
H A Doptions.rst43 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 Dramoops.txt46 (defaults to buffered mappings)
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst66 who may then flush their buffered packets sooner and cause packets to get out of order.

12