Home
last modified time | relevance | path

Searched refs:nxt_var_decl_t (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_http_variables.c57 static nxt_var_decl_t nxt_http_vars[] = {
H A Dnxt_var.c51 static nxt_var_decl_t *nxt_var_hash_find(nxt_str_t *name);
81 static nxt_var_decl_t **nxt_vars;
87 nxt_var_decl_t *decl; in nxt_var_hash_test()
95 static nxt_var_decl_t *
118 nxt_var_decl_t *decl; in nxt_var_ref_get()
271 nxt_var_register(nxt_var_decl_t *decl, size_t n) in nxt_var_register()
299 nxt_var_decl_t *decl, **vars; in nxt_var_index_init()
302 vars = nxt_memalign(64, nxt_var_count * sizeof(nxt_var_decl_t *)); in nxt_var_index_init()
H A Dnxt_var.h24 } nxt_var_decl_t; typedef
49 nxt_int_t nxt_var_register(nxt_var_decl_t *decl, size_t n);