Home
last modified time | relevance | path

Searched refs:inclusive (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c645 clcf = lq->exact ? lq->exact : lq->inclusive; in ngx_http_merge_locations()
870 lq->inclusive = NULL; in ngx_http_add_location()
874 lq->inclusive = clcf; in ngx_http_add_location()
981 if ((lq->exact && lx->exact) || (lq->inclusive && lx->inclusive)) { in ngx_http_join_exact_locations()
989 lq->inclusive = lx->inclusive; in ngx_http_join_exact_locations()
1017 if (lq->inclusive == NULL) { in ngx_http_create_locations_list()
1091 node->inclusive = lq->inclusive; in ngx_http_create_locations_tree()
1094 || (lq->inclusive && lq->inclusive->auto_redirect)); in ngx_http_create_locations_tree()
1106 goto inclusive; in ngx_http_create_locations_tree()
1117 goto inclusive; in ngx_http_create_locations_tree()
[all …]
H A Dngx_http_core_module.h450 ngx_http_core_loc_conf_t *inclusive; member
464 ngx_http_core_loc_conf_t *inclusive; member
H A Dngx_http_core_module.c1423 if (node->inclusive) { in ngx_http_core_find_static_location()
1425 r->loc_conf = node->inclusive->loc_conf; in ngx_http_core_find_static_location()
1449 r->loc_conf = node->inclusive->loc_conf; in ngx_http_core_find_static_location()
1459 node->inclusive->loc_conf; in ngx_http_core_find_static_location()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst562 in 3GPP TS 36.212 section 5.1.2), this size is inclusive of CRC24A/B.
563 The ``length`` is inclusive of CRC24A/B and equals to ``k`` in this case.
589 The ``length`` is total size of the CBs inclusive of any CRC24A and CRC24B in
663 3GPP TS 36.212 section 5.1.2), this size is inclusive of CRC24A/B.
664 The ``length`` is inclusive of CRC24A/B and equals to ``k`` in this case.
694 The ``length`` is total size of the CBs inclusive of any CRC24A and CRC24B in
845 before calling BBDEV. The input data mbuf ``length`` is inclusive of
851 mbuf ``length`` is total size of the CBs inclusive of any CRC24A and
1070 The mbuf ``length`` is inclusive of CRC24A/B where present and is equal
1080 The ``length`` is total size of the CBs inclusive of any CRC24A and CRC24B in
H A Drte_flow.rst207 - ``last``: upper bound for an inclusive range with corresponding fields in
1772 to all-inclusive RSS.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib124 # A simple function to get a random number between two bounds (inclusive)
H A Dlibtest.shlib4068 # Produce a random permutation of the integers in a given range (inclusive).
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dchosen.txt128 loaded by the bootloader. Note that linux,initrd-start is inclusive, but
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcci.txt127 (inclusive of CPUs and their cpu nodes).
H A Didle-states.yaml160 residency time for a state (inclusive of preparation and entry) after
298 Minimum residency duration in microseconds, inclusive of preparation
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst130 where MIN and MAX are the inclusive minimum and maximum values of the range.
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md411 benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive)
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1061 the decoder may read any value from `0` to `256 - 100 + 1 == 157` (inclusive).
1066 Presuming values from 0 to 157 (inclusive) are possible,
/f-stack/app/nginx-1.16.1/
H A DCHANGES3451 inclusive location.
4890 *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt17453 Fixed checks on C2/C3 latencies to be inclusive of maximum values.