Home
last modified time | relevance | path

Searched refs:nxt_var_next_part (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_var.c60 static u_char *nxt_var_next_part(u_char *start, u_char *end, nxt_str_t *part);
337 p = nxt_var_next_part(p, end, &part); in nxt_var_compile()
366 next = nxt_var_next_part(p, end, &part); in nxt_var_compile()
399 next = nxt_var_next_part(p, end, &part); in nxt_var_test()
427 nxt_var_next_part(u_char *start, u_char *end, nxt_str_t *part) in nxt_var_next_part() function