Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_var.c51 static nxt_var_decl_t *nxt_var_hash_find(nxt_str_t *name);
53 static nxt_var_decl_t *nxt_var_decl_get(nxt_str_t *name, nxt_array_t *fields,
89 nxt_var_decl_t *decl; in nxt_var_hash_test()
97 static nxt_var_decl_t *
114 static nxt_var_decl_t *
121 nxt_var_decl_t *decl; in nxt_var_decl_get()
278 nxt_var_register(nxt_var_decl_t *decl, size_t n) in nxt_var_register()
306 nxt_var_decl_t *decl; in nxt_var_index_init()
339 nxt_var_decl_t *decl; in nxt_var_compile()
403 nxt_var_decl_t *decl; in nxt_var_test()
H A Dnxt_var.h25 } nxt_var_decl_t; typedef
42 nxt_int_t nxt_var_register(nxt_var_decl_t *decl, size_t n);
H A Dnxt_http_variables.c46 static nxt_var_decl_t nxt_http_vars[] = {