Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_tstr.c22 nxt_var_t *var;
H A Dnxt_var.c320 nxt_var_t *
325 nxt_var_t *var; in nxt_var_compile()
347 size = sizeof(nxt_var_t) + n * sizeof(nxt_var_sub_t) + str->length; in nxt_var_compile()
498 nxt_var_cache_t *cache, nxt_var_t *var, nxt_str_t *str, void *ctx, in nxt_var_interpreter()
H A Dnxt_var.h10 typedef struct nxt_var_s nxt_var_t; typedef
56 nxt_var_t *nxt_var_compile(nxt_tstr_state_t *state, nxt_str_t *str);
60 nxt_var_cache_t *cache, nxt_var_t *var, nxt_str_t *str, void *ctx,