Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 149) sorted by relevance

123456

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_secure_link_module.c15 ngx_http_complex_value_t *variable; member
43 offsetof(ngx_http_secure_link_conf_t, variable),
118 if (conf->variable == NULL || conf->md5 == NULL) { in ngx_http_secure_link_variable()
122 if (ngx_http_complex_value(r, conf->variable, &val) != NGX_OK) { in ngx_http_secure_link_variable()
321 if (conf->variable || conf->md5) { in ngx_http_secure_link_merge_conf()
331 if (conf->variable == NULL) { in ngx_http_secure_link_merge_conf()
332 conf->variable = prev->variable; in ngx_http_secure_link_merge_conf()
339 if (conf->variable == NULL && conf->md5 == NULL) { in ngx_http_secure_link_merge_conf()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Darm,syscon-icst.yaml37 Integrator/AP 22 1 Bit 8 0, rest variable
40 Integrator/AP 46 3 Bit 8 0, rest variable
46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
/f-stack/freebsd/contrib/openzfs/config/
H A Dalways-compiler-options.m47 dnl # The ASAN_OPTIONS environment variable can be used to further control
139 dnl # Check if gcc supports -Wno-unused-but-set-variable option.
141 dnl # We actually invoke gcc with the -Wunused-but-set-variable option
147 AC_MSG_CHECKING([whether $CC supports -Wno-unused-but-set-variable])
150 CFLAGS="$CFLAGS -Werror -Wunused-but-set-variable"
153 NO_UNUSED_BUT_SET_VARIABLE=-Wno-unused-but-set-variable
H A Dpkg.m453 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
170 Consider adjusting the PKG_CONFIG_PATH environment variable if you
179 is in your PATH or set the PKG_CONFIG environment variable to the full
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
266 dnl Retrieves the value of the pkg-config variable for the given module.
271 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
H A Dpo.m4165 # environment variable.
224 # - LINGUAS is the value of the environment variable LINGUAS at configure
265 # Yes it was empty. Look if we have the expected variable definition.
267 # Seen the first line of the variable definition.
273 # Here we are processing a line from the variable definition.
283 # There was no trailing backslash. The end of the variable definition is
289 # A trailing backslash means that the variable definition continues in the
297 # Set POTFILES to the value of the Makefile variable POTFILES.
316 # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
365 # environment variable.
H A Dkernel-totalram-pages-func.m42 dnl # Linux 5.0: totalram_pages is no longer a global variable, and must be
H A Dlib-ld.m411 dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no.
26 dnl From libtool-2.4. Sets the variable LD.
41 # contains only /bin. Note that ksh looks also at the FPATH variable,
/f-stack/dpdk/drivers/net/ice/base/
H A Dmeson.build19 '-Wno-unused-but-set-variable',
20 '-Wno-unused-variable',
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsamsung-sxgbe.txt7 These interrupts are ordered by fixed and follows variable
11 index 1 to 25 - 8 variable trasmit interrupts, variable 16 receive interrupts
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_gnu_make.m413 # * The makefile variable `ifGNUmake' is set to the empty string, otherwise
16 # * The variable `_cv_gnu_make_command` is set to the command to invoke
18 # * The variable `ax_cv_gnu_make_command` is set to the command to invoke
22 # columns and saved into the variable `ax_check_gnu_make_version`.
/f-stack/dpdk/drivers/net/qede/base/
H A Dmeson.build28 '-Wno-unused-variable',
34 '-Wno-unused-but-set-variable',
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dmeson.build69 '-Wno-unused-variable',
71 '-Wno-unused-but-set-variable'
/f-stack/tools/
H A Dprog.mk59 CFLAGS+= -Wno-unused-but-set-variable -Wno-unused-variable
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in32 # ZPOOL_IMPORT_PATH variable and a list of pools that should not be imported
33 # can be listed in the ZFS_POOL_EXCEPTIONS variable.
44 # pool import(s). See zpool(8) for more information about this variable.
47 # The old variable will still work in the code, but is deprecated.
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst111 flexibility, this library has a concept of a QS variable. If required, the
112 application can create one QS variable per data structure to help it track the
119 The application must allocate memory and initialize a QS variable.
123 using this variable, as a parameter.
125 Further, the application can initialize a QS variable using the API
131 maximum number of threads provided while creating the QS variable.
222 * the application has to create the RCU variable and register the reader threads to report their qu…
223 * the application has to register the same RCU variable with the client library.
230 * client library should provide an API to register a RCU variable that it will use. It should call …
237 … the shared data structure, unregister the reader threads from the QSBR variable before calling th…
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dmeson.build15 '-Wno-unused-variable',
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst128 variable = (x) + (y); \
260 and maybe local variable functions.
511 char a = 0; /* OK, one variable per line with initializer */
514 float x, y = 0.0; /* OK, only last variable has initializer */
827 This variable should list out the files to be compiled up to create the
862 variable may be omitted from the ``meson.build`` file. For example:
875 found, and, if not, the ``build`` variable should be set to ``false``.
907 name, the name should be specified using this variable. In practice,
921 This variable can be used to pass to the library build some pre-built
960 variable to allow the headers from that base directory to be found when
[all …]
/f-stack/dpdk/drivers/net/i40e/base/
H A Dmeson.build17 '-Wno-strict-aliasing', '-Wno-unused-but-set-variable',
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dmeson.build21 '-Wno-unused-but-set-variable',
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/
H A DReadMe.txt14 3. Add Cygwin\bin to the PATH environment variable
/f-stack/app/nginx-1.16.1/
H A DCHANGES2698 *) Feature: the $https variable.
3018 *) Feature: $uid_reset variable.
3208 variable.
3466 the $scheme variable is used.
4654 *) Feature: now the $geo variable may get an address from a variable.
4795 *) Feature: the $pid variable.
4957 variable.
5619 *) Feature: the $is_args variable.
5973 variable value as a key.
6312 *) Feature: the $scheme variable.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dst,sta350.txt54 - "variable-drop-compensation" (default)
58 "variable-drop-compensation".
83 If present, distortion compensation variable uses DCC coefficient.
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dbrcm,bcm7038-pwm.txt10 its internal variable clock frequency generator
/f-stack/
H A D.travis.yml20 - make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable"
/f-stack/dpdk/devtools/
H A Dget-maintainer.sh17 The DPDK_GETMAINTAINER_PATH variable should be set to the full path to

123456