Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 60) sorted by relevance

123

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c67 if (val->lengths == NULL) { in ngx_stream_complex_value()
76 e.ip = val->lengths; in ngx_stream_complex_value()
145 ccv->complex_value->lengths = NULL; in ngx_stream_compile_complex_value()
180 pl = &lengths; in ngx_stream_compile_complex_value()
188 sc.lengths = &pl; in ngx_stream_compile_complex_value()
205 ccv->complex_value->lengths = lengths.elts; in ngx_stream_compile_complex_value()
471 if (*sc->lengths == NULL) { in ngx_stream_script_init_arrays()
477 if (*sc->lengths == NULL) { in ngx_stream_script_init_arrays()
583 code = ngx_stream_script_add_code(*sc->lengths, in ngx_stream_script_add_copy_code()
674 code = ngx_stream_script_add_code(*sc->lengths, in ngx_stream_script_add_var_code()
[all …]
H A Dngx_stream_script.h37 ngx_array_t **lengths; member
57 void *lengths; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h44 ngx_array_t **lengths; member
69 void *lengths; member
119 ngx_array_t *lengths; member
194 ngx_array_t *lengths; member
H A Dngx_http_script.c66 if (val->lengths == NULL) { in ngx_http_complex_value()
75 e.ip = val->lengths; in ngx_http_complex_value()
144 ccv->complex_value->lengths = NULL; in ngx_http_compile_complex_value()
179 pl = &lengths; in ngx_http_compile_complex_value()
187 sc.lengths = &pl; in ngx_http_compile_complex_value()
204 ccv->complex_value->lengths = lengths.elts; in ngx_http_compile_complex_value()
595 if (*sc->lengths == NULL) { in ngx_http_script_init_arrays()
601 if (*sc->lengths == NULL) { in ngx_http_script_init_arrays()
1044 if (code->lengths == NULL) { in ngx_http_script_regex_start_code()
1397 || code->text.lengths) in ngx_http_script_return_code()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c14 ngx_array_t *lengths; member
116 if (tf->lengths) { in ngx_http_try_files_handler()
119 e.ip = tf->lengths->elts; in ngx_http_try_files_handler()
194 if (tf->lengths == NULL && tf->name.len == 0) { in ngx_http_try_files_handler()
334 sc.lengths = &tf[i].lengths; in ngx_http_try_files()
H A Dngx_http_index_module.c15 ngx_array_t *lengths; member
133 if (index[i].lengths == NULL) { in ngx_http_index_handler()
145 e.ip = index[i].lengths->elts; in ngx_http_index_handler()
430 index->lengths = NULL; in ngx_http_index_merge_loc_conf()
504 index->lengths = NULL; in ngx_http_index_set_index()
528 sc.lengths = &index->lengths; in ngx_http_index_set_index()
H A Dngx_http_scgi_module.c21 ngx_array_t *lengths; member
670 if (params->lengths) { in ngx_http_scgi_create_request()
676 le.ip = params->lengths->elts; in ngx_http_scgi_create_request()
788 if (params->lengths) { in ngx_http_scgi_create_request()
796 le.ip = params->lengths->elts; in ngx_http_scgi_create_request()
1639 if (params->lengths == NULL) { in ngx_http_scgi_init_params()
1732 copy = ngx_array_push_n(params->lengths, in ngx_http_scgi_init_params()
1774 sc.lengths = &params->lengths; in ngx_http_scgi_init_params()
1848 sc.lengths = &scf->scgi_lengths; in ngx_http_scgi_pass()
1917 sc.lengths = &scf->upstream.store_lengths; in ngx_http_scgi_store()
[all …]
H A Dngx_http_uwsgi_module.c22 ngx_array_t *lengths; member
858 if (params->lengths) { in ngx_http_uwsgi_create_request()
864 le.ip = params->lengths->elts; in ngx_http_uwsgi_create_request()
993 if (params->lengths) { in ngx_http_uwsgi_create_request()
1001 le.ip = params->lengths->elts; in ngx_http_uwsgi_create_request()
1908 if (params->lengths == NULL) { in ngx_http_uwsgi_init_params()
2001 copy = ngx_array_push_n(params->lengths, in ngx_http_uwsgi_init_params()
2043 sc.lengths = &params->lengths; in ngx_http_uwsgi_init_params()
2118 sc.lengths = &uwcf->uwsgi_lengths; in ngx_http_uwsgi_pass()
2212 sc.lengths = &uwcf->upstream.store_lengths; in ngx_http_uwsgi_store()
[all …]
H A Dngx_http_rewrite_module.c387 sc.lengths = &regex->lengths; in ngx_http_rewrite()
404 regex->lengths = NULL; in ngx_http_rewrite()
998 complex->lengths = NULL; in ngx_http_rewrite_value()
1004 sc.lengths = &complex->lengths; in ngx_http_rewrite_value()
H A Dngx_http_fastcgi_module.c20 ngx_array_t *lengths; member
865 if (params->lengths) { in ngx_http_fastcgi_create_request()
871 le.ip = params->lengths->elts; in ngx_http_fastcgi_create_request()
1025 if (params->lengths) { in ngx_http_fastcgi_create_request()
1033 le.ip = params->lengths->elts; in ngx_http_fastcgi_create_request()
3179 if (params->lengths == NULL) { in ngx_http_fastcgi_init_params()
3272 copy = ngx_array_push_n(params->lengths, in ngx_http_fastcgi_init_params()
3314 sc.lengths = &params->lengths; in ngx_http_fastcgi_init_params()
3531 sc.lengths = &flcf->fastcgi_lengths; in ngx_http_fastcgi_pass()
3642 sc.lengths = &flcf->upstream.store_lengths; in ngx_http_fastcgi_store()
[all …]
H A Dngx_http_image_filter_module.c1421 if (cv.lengths == NULL) { in ngx_http_image_filter()
1467 if (cv.lengths == NULL) { in ngx_http_image_filter()
1495 if (cv.lengths == NULL) { in ngx_http_image_filter()
1547 if (cv.lengths == NULL) { in ngx_http_image_filter_jpeg_quality()
1594 if (cv.lengths == NULL) { in ngx_http_image_filter_webp_quality()
1641 if (cv.lengths == NULL) { in ngx_http_image_filter_sharpen()
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dnvidia,tegra114-spi.txt30 Tap values vary based on the platform design trace lengths from Tegra SPI
35 Tap values vary based on the platform design trace lengths from Tegra SPI
H A Datmel-quadspi.txt7 - reg: Should contain the locations and lengths of the base registers
/f-stack/freebsd/contrib/device-tree/Bindings/display/ti/
H A Dti,omap5-dss.txt64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,dra7-dss.txt60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
/f-stack/freebsd/contrib/device-tree/Bindings/net/can/
H A Dti_hecc.txt9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
/f-stack/freebsd/contrib/device-tree/Bindings/gpu/
H A Dbrcm,bcm-v3d.txt8 - reg: Physical base addresses and lengths of the register areas
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot.cfg40 # Name lengths for snappool1 and snappool2 must the same
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dsamsung,exynos5440-pcie.txt8 - reg: base addresses and lengths of the PCIe controller,
H A Daxis,artpec6-pcie.txt11 - reg: base addresses and lengths of the PCIe controller (DBI),
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-trigger-pattern.txt32 use zero-time lengths (the brightness must be same as the previous tuple's). So
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dhisilicon,hip07-sec.txt7 - reg: Memory addresses and lengths of the memory regions through which
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dnxp,lpc1850-gpio.txt6 - reg : List of addresses and lengths of the GPIO controller

123