| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | summary | 63 nginx http client request body temporary files: "$NGX_HTTP_CLIENT_TEMP_PATH" 67 echo " nginx http proxy temporary files: \"$NGX_HTTP_PROXY_TEMP_PATH\"" 71 echo " nginx http fastcgi temporary files: \"$NGX_HTTP_FASTCGI_TEMP_PATH\"" 75 echo " nginx http uwsgi temporary files: \"$NGX_HTTP_UWSGI_TEMP_PATH\"" 79 echo " nginx http scgi temporary files: \"$NGX_HTTP_SCGI_TEMP_PATH\""
|
| H A D | options | 514 http client request body temporary files 516 http proxy temporary files 518 http fastcgi temporary files 520 http uwsgi temporary files 522 http scgi temporary files
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_write_filter_module.c | 101 cl->buf->temporary, cl->buf->in_file, in ngx_stream_write_filter() 111 cl->buf->temporary, in ngx_stream_write_filter() 129 cl->buf->temporary, in ngx_stream_write_filter() 173 cl->buf->temporary, cl->buf->in_file, in ngx_stream_write_filter() 183 cl->buf->temporary, in ngx_stream_write_filter() 201 cl->buf->temporary, in ngx_stream_write_filter()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_write_filter_module.c | 77 cl->buf->temporary, cl->buf->in_file, in ngx_http_write_filter() 87 cl->buf->temporary, in ngx_http_write_filter() 105 cl->buf->temporary, in ngx_http_write_filter() 149 cl->buf->temporary, cl->buf->in_file, in ngx_http_write_filter() 159 cl->buf->temporary, in ngx_http_write_filter() 177 cl->buf->temporary, in ngx_http_write_filter()
|
| H A D | ngx_http_request_body.c | 120 b->temporary = 1; in ngx_http_read_client_request_body() 669 b.temporary = 1; in ngx_http_read_discarded_request_body() 896 b->temporary = 1; in ngx_http_request_body_length_filter() 966 cl->buf->temporary, cl->buf->in_file, in ngx_http_request_body_chunked_filter() 1004 b->temporary = 1; in ngx_http_request_body_chunked_filter() 1099 cl->buf->temporary, cl->buf->in_file, in ngx_http_request_body_save_filter() 1111 cl->buf->temporary, cl->buf->in_file, in ngx_http_request_body_save_filter()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_output_chain.c | 112 ctx->in->buf->temporary, in ngx_output_chain() 134 ctx->in->buf->temporary, in ngx_output_chain() 510 b->temporary = 1; in ngx_output_chain_get_buf() 693 in->buf->temporary, in ngx_chain_writer() 713 in->buf->temporary, in ngx_chain_writer() 755 cl->buf->temporary, in ngx_chain_writer() 775 cl->buf->temporary, in ngx_chain_writer()
|
| H A D | ngx_buf.h | 34 unsigned temporary:1; member 128 #define ngx_buf_in_memory(b) (b->temporary || b->memory || b->mmap)
|
| H A D | ngx_buf.c | 41 b->temporary = 1; in ngx_create_temp_buf() 104 b->temporary = 1; in ngx_create_chain_of_bufs()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 23 It is recommended to place the default temporary directory or 24 a temporary directory specified by, for instance, TMP environment
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 1097 atom->temporary = 1; in ngx_http_mp4_read_ftyp_atom() 1168 atom->temporary = 1; in ngx_http_mp4_read_moov_atom() 1264 atom->temporary = 1; in ngx_http_mp4_update_mdat_atom() 1400 atom->temporary = 1; in ngx_http_mp4_read_mvhd_atom() 1434 atom->temporary = 1; in ngx_http_mp4_read_trak_atom() 1607 atom->temporary = 1; in ngx_http_mp4_read_tkhd_atom() 1634 atom->temporary = 1; in ngx_http_mp4_read_mdia_atom() 1769 atom->temporary = 1; in ngx_http_mp4_read_mdhd_atom() 1799 atom->temporary = 1; in ngx_http_mp4_read_hdlr_atom() 1827 atom->temporary = 1; in ngx_http_mp4_read_minf_atom() [all …]
|
| H A D | ngx_http_chunked_filter_module.c | 177 b->temporary = 1; in ngx_http_chunked_body_filter() 208 b->temporary = 0; in ngx_http_chunked_body_filter() 272 b->temporary = 0; in ngx_http_chunked_create_trailers()
|
| H A D | ngx_http_range_filter_module.c | 832 b->temporary = 1; in ngx_http_range_multipart_body() 852 b->temporary = buf->temporary; in ngx_http_range_multipart_body() 887 b->temporary = 1; in ngx_http_range_multipart_body()
|
| H A D | ngx_http_charset_filter_module.c | 715 b->temporary = buf->temporary; in ngx_http_charset_recode_from_utf8() 933 b->temporary = 0; in ngx_http_charset_recode_from_utf8() 1011 b->temporary = buf->temporary; in ngx_http_charset_recode_to_utf8() 1144 b->temporary = 1; in ngx_http_charset_get_buffer() 1163 cl->buf->temporary = 1; in ngx_http_charset_get_buffer()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_writev_chain.c | 66 cl->buf->temporary, in ngx_writev_chain() 135 in->buf->temporary, in ngx_output_chain_to_iovec()
|
| H A D | ngx_udp_sendmsg_chain.c | 70 cl->buf->temporary, in ngx_udp_unix_sendmsg_chain() 147 in->buf->temporary, in ngx_udp_output_chain_to_iovec()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | ax_restore_flags.m4 | 11 # Restore common compilation flags from temporary variables
|
| H A D | ax_save_flags.m4 | 11 # Save common compilation flags into temporary variables
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 389 cl->buf->temporary, cl->buf->in_file, in ngx_event_pipe_read_upstream() 402 cl->buf->temporary, cl->buf->in_file, in ngx_event_pipe_read_upstream() 415 cl->buf->temporary, cl->buf->in_file, in ngx_event_pipe_read_upstream() 428 cl->buf->temporary, cl->buf->in_file, in ngx_event_pipe_read_upstream() 1006 b->temporary = 0; in ngx_event_pipe_remove_shadow_links() 1013 b->temporary = 0; in ngx_event_pipe_remove_shadow_links()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | wintest.bat | 54 REM Remove temporary files
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vdev_netvsc.rst | 60 This driver implementation may be temporary and should be improved or removed
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 15 # The temporary file to save gcc -MD generated dependencies must not 86 # Exit code chooses option. "$$TMP" is can be used as temporary file and
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zimport.sh | 99 -k Keep temporary directory
|
| /f-stack/dpdk/drivers/ |
| H A D | meson.build | 142 # generate pmdinfo sources by building a temporary
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | hsdk.dts | 164 * So add temporary fix and change clock frequency
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 118 This address window handling is done in this mvebu-devbus only as a temporary
|