Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_router.c2075 value = nxt_conf_get_array_element_or_itself(certificate, in nxt_router_conf_create()
H A Dnxt_conf.h92 NXT_EXPORT nxt_conf_value_t *nxt_conf_get_array_element_or_itself(
H A Dnxt_conf.c786 nxt_conf_get_array_element_or_itself(nxt_conf_value_t *value, uint32_t index) in nxt_conf_get_array_element_or_itself() function
H A Dnxt_http_static.c104 cv = nxt_conf_get_array_element_or_itself(acf->share, i); in nxt_http_static_init()
H A Dnxt_openssl.c678 member = nxt_conf_get_array_element_or_itself(tickets_conf, count - i);
H A Dnxt_http_route.c733 ruleset_cv = nxt_conf_get_array_element_or_itself(table_cv, i); in nxt_http_route_table_create()
853 value = nxt_conf_get_array_element_or_itself(cv, i); in nxt_http_route_rule_create()
890 value = nxt_conf_get_array_element_or_itself(cv, i); in nxt_http_route_addr_rule_create()
/unit/src/python/
H A Dnxt_python.c555 value = nxt_conf_get_array_element_or_itself(array, n); in nxt_python_set_path()