Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 3 of 3) sorted by relevance

/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
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c509 ngx_uint_t found, need_space, last_space, sharp_comment, variable; in ngx_conf_read_token() local
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c120 #define COUNTER_DECL(variable) \ argument
125 #define COUNTER_INC(variable) atomic_add_int(&counter_##variable, 1) argument