Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/redis-5.0.5/tests/cluster/tests/helpers/
H A Donlydots.tcl6 fconfigure stdin -buffering none
/f-stack/app/redis-5.0.5/tests/integration/
H A Dredis-cli.tcl5 fconfigure $fd -buffering none
68 fconfigure $fd -buffering none
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dlpc-eth.txt11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
H A Dxilinx_axienet.txt7 segments of memory for buffering TX and RX, as well as the capability of
H A Dfsl-fman.txt129 Packet buffering (Tx/Rx FIFOs)
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c59 unsigned buffering:1; member
294 ctx->buffering = (conf->postpone_gzipping != 0); in ngx_http_gzip_header_filter()
335 if (ctx->buffering) { in ngx_http_gzip_body_filter()
361 ctx->buffering = 0; in ngx_http_gzip_body_filter()
592 ctx->buffering = 0; in ngx_http_gzip_filter_buffer()
595 if (ctx->buffering && size) { in ngx_http_gzip_filter_buffer()
621 return ctx->buffering ? NGX_OK : NGX_DONE; in ngx_http_gzip_filter_buffer()
H A Dngx_http_scgi_module.c122 offsetof(ngx_http_scgi_loc_conf_t, upstream.buffering),
527 u->buffering = scf->upstream.buffering; in ngx_http_scgi_handler()
1204 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1294 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_scgi_merge_loc_conf()
1295 prev->upstream.buffering, 1); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c183 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.buffering),
696 u->buffering = uwcf->upstream.buffering; in ngx_http_uwsgi_handler()
1417 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1515 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_uwsgi_merge_loc_conf()
1516 prev->upstream.buffering, 1); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c265 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.buffering),
728 u->buffering = flcf->upstream.buffering; in ngx_http_fastcgi_handler()
2725 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2820 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_fastcgi_merge_loc_conf()
2821 prev->upstream.buffering, 1); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c307 offsetof(ngx_http_proxy_loc_conf_t, upstream.buffering),
928 u->buffering = plcf->upstream.buffering; in ngx_http_proxy_handler()
2857 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2973 ngx_conf_merge_value(conf->upstream.buffering, in ngx_http_proxy_merge_loc_conf()
2974 prev->upstream.buffering, 1); in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_memcached_module.c616 conf->upstream.buffering = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_grpc_module.c4199 conf->upstream.buffering = 0; in ngx_http_grpc_create_loc_conf()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/
H A Dmcp4725.txt13 - microchip,vref-buffered: Boolean to enable buffering of the external
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h175 ngx_flag_t buffering; member
391 unsigned buffering:1; member
H A Dngx_http_upstream.c2938 if (!u->buffering) { in ngx_http_upstream_send_response()
2961 if (!u->buffering) { in ngx_http_upstream_send_response()
4835 u->buffering = 0; in ngx_http_upstream_process_buffering()
4844 u->buffering = 1; in ngx_http_upstream_process_buffering()
/f-stack/tools/libxo/doc/
H A Doptions.rst71 - "flush-line" performs line buffering, even when the output is not
/f-stack/dpdk/doc/guides/nics/
H A Dthunderx.rst229 The loopback block has N channels and contains data buffering that is shared across
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst97 The loopback block has N channels and contains data buffering that is shared across
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst476 for buffering packets. Only available with the noisy forwarding mode.
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in805 LOG_FILE_OBJ = open(filename, buffering=0, mode='wb')
/f-stack/app/nginx-1.16.1/
H A DCHANGES860 *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
2078 "0" if buffering was not used.