| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | README | 10 env.lua environment variables as automatic global variables 19 readonly.lua make global variables readonly 24 trace-globals.lua trace assigments to global variables
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 47 if (s->variables[*index].no_cacheable) { in ngx_stream_script_flush_complex_value() 48 s->variables[*index].valid = 0; in ngx_stream_script_flush_complex_value() 49 s->variables[*index].not_found = 0; in ngx_stream_script_flush_complex_value() 351 sc->variables++; in ngx_stream_script_compile() 403 for (i = 0; i < cmcf->variables.nelts; i++) { in ngx_stream_script_run() 404 if (s->variables[i].no_cacheable) { in ngx_stream_script_run() 405 s->variables[i].valid = 0; in ngx_stream_script_run() 406 s->variables[i].not_found = 0; in ngx_stream_script_run() 450 s->variables[index[n]].valid = 0; in ngx_stream_script_flush_no_cacheable_variables() 464 n = sc->variables ? sc->variables : 1; in ngx_stream_script_init_arrays() [all …]
|
| H A D | ngx_stream_variables.c | 277 v = cmcf->variables.elts; in ngx_stream_get_variable_index() 336 if (s->variables[index].not_found || s->variables[index].valid) { in ngx_stream_get_indexed_variable() 337 return &s->variables[index]; in ngx_stream_get_indexed_variable() 340 v = cmcf->variables.elts; in ngx_stream_get_indexed_variable() 360 return &s->variables[index]; in ngx_stream_get_indexed_variable() 365 s->variables[index].valid = 0; in ngx_stream_get_indexed_variable() 377 v = &s->variables[index]; in ngx_stream_get_flushed_variable() 1000 re->variables = rv; in ngx_stream_regex_compile() 1073 vv = &s->variables[index]; in ngx_stream_regex_exec() 1085 v = cmcf->variables.elts; in ngx_stream_regex_exec() [all …]
|
| H A D | ngx_stream_handler.c | 163 s->variables = ngx_pcalloc(s->connection->pool, in ngx_stream_init_connection() 164 cmcf->variables.nelts in ngx_stream_init_connection() 167 if (s->variables == NULL) { in ngx_stream_init_connection()
|
| H A D | ngx_stream.h | 159 ngx_array_t variables; /* ngx_stream_variable_t */ member 217 ngx_stream_variable_value_t *variables; member
|
| H A D | ngx_stream_variables.h | 72 ngx_stream_regex_variable_t *variables; member
|
| H A D | ngx_stream_script.h | 40 ngx_uint_t variables; member
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 47 r->variables[*index].valid = 0; in ngx_http_script_flush_complex_value() 48 r->variables[*index].not_found = 0; in ngx_http_script_flush_complex_value() 453 sc->variables++; in ngx_http_script_compile() 528 if (r->variables[i].no_cacheable) { in ngx_http_script_run() 529 r->variables[i].valid = 0; in ngx_http_script_run() 530 r->variables[i].not_found = 0; in ngx_http_script_run() 588 n = sc->variables ? sc->variables : 1; in ngx_http_script_init_arrays() 620 sc->variables = 0; in ngx_http_script_init_arrays() 1720 r->variables[code->index].valid = 1; in ngx_http_script_set_var_code() 1722 r->variables[code->index].not_found = 0; in ngx_http_script_set_var_code() [all …]
|
| H A D | ngx_http_variables.c | 544 v = cmcf->variables.elts; in ngx_http_get_variable_index() 603 if (r->variables[index].not_found || r->variables[index].valid) { in ngx_http_get_indexed_variable() 604 return &r->variables[index]; in ngx_http_get_indexed_variable() 607 v = cmcf->variables.elts; in ngx_http_get_indexed_variable() 627 return &r->variables[index]; in ngx_http_get_indexed_variable() 632 r->variables[index].valid = 0; in ngx_http_get_indexed_variable() 644 v = &r->variables[index]; in ngx_http_get_flushed_variable() 2463 re->variables = rv; in ngx_http_regex_compile() 2537 vv = &r->variables[index]; in ngx_http_regex_exec() 2549 v = cmcf->variables.elts; in ngx_http_regex_exec() [all …]
|
| H A D | ngx_http_variables.h | 75 ngx_http_regex_variable_t *variables; member
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.h | 32 ngx_array_t *variables; /* array of ngx_http_perl_var_t */ member
|
| H A D | nginx.xs | 922 if (ctx->variables) { 924 v = ctx->variables->elts; 925 for (i = 0; i < ctx->variables->nelts; i++) { 946 if (ctx->variables == NULL) { 947 ctx->variables = ngx_array_create(r->pool, 1, 949 if (ctx->variables == NULL) { 954 v = ngx_array_push(ctx->variables);
|
| /f-stack/dpdk/devtools/ |
| H A D | load-devel-config | 16 # The config files must export variables in the shell style
|
| /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/http/modules/ |
| H A D | ngx_http_ssi_filter_module.h | 65 ngx_list_t *variables; member
|
| H A D | ngx_http_ssi_filter_module.c | 1590 if (ctx->variables == NULL) { in ngx_http_ssi_get_variable() 1594 part = &ctx->variables->part; in ngx_http_ssi_get_variable() 1931 if (ctx->variables == NULL) { in ngx_http_ssi_regex_match() 1934 if (ctx->variables == NULL) { in ngx_http_ssi_regex_match() 1961 var = ngx_list_push(ctx->variables); in ngx_http_ssi_regex_match() 2157 if (mctx->variables == NULL) { in ngx_http_ssi_include() 2160 if (mctx->variables == NULL) { in ngx_http_ssi_include() 2165 var = ngx_list_push(mctx->variables); in ngx_http_ssi_include() 2421 if (mctx->variables == NULL) { in ngx_http_ssi_set() 2424 if (mctx->variables == NULL) { in ngx_http_ssi_set() [all …]
|
| H A D | ngx_http_auth_request_module.c | 249 v = cmcf->variables.elts; in ngx_http_auth_request_set_variables() 260 vv = &r->variables[av->index]; in ngx_http_auth_request_set_variables()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 90 $upstream_header_time variables. 880 variables as resulting values. 2457 replacement used variables. 2520 $tcpinfo_rcv_space variables. 2999 variables. 3288 variables. 3637 $geoip_longitude variables. 3737 variables are used. 5177 name and without variables. 6276 variables. [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 51 It is often possible to use per-lcore variables, for example, in the case of statistics. 54 * Use RTE_PER_LCORE variables. Note that in this case, data on lcore X is not available to lcore … 58 Read-mostly variables can be shared among lcores without performance losses if there are no RW vari… 67 For read-mostly variables that are often accessed, 181 It can often be replaced by other solutions like per-lcore variables.
|
| H A D | build_app.rst | 47 The user must define several variables:
|
| H A D | lto.rst | 22 additional warnings about variables that might be used uninitialized.
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | README | 35 Traps uses of undeclared global variables.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | casenorm.cfg | 20 # Ksh on linux may have locale env variables undefined
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | CHANGELOG.md | 137 variables using environment variables or via arguments to the "make" tool.
|