Searched refs:nxt_conf_type (Results 1 – 8 of 8) sorted by relevance
534 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_ticket_key()552 if (nxt_conf_type(value) != NXT_CONF_STRING) { in nxt_conf_vldt_ticket_key_element()1247 value_type = nxt_conf_type(value); in nxt_conf_vldt_type()1410 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_mtypes_type()1671 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_share()1773 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_python_path()1868 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_routes()1916 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_patterns()1996 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_encoded_patterns_sets()2055 if (nxt_conf_type(value) == NXT_CONF_ARRAY) { in nxt_conf_vldt_match_encoded_patterns()[all …]
80 NXT_EXPORT nxt_uint_t nxt_conf_type(nxt_conf_value_t *value);
26 if (nxt_conf_type(cv) != NXT_CONF_STRING) { in nxt_http_route_addr_pattern_parse()
1366 if (nxt_conf_type(mounts) != NXT_CONF_ARRAY) { in nxt_main_port_modules_handler()
647 if (nxt_conf_type(tickets_conf) == NXT_CONF_BOOLEAN) {
1632 if (nxt_conf_type(apcf.limits_value) != NXT_CONF_OBJECT) { in nxt_router_conf_create()1648 && nxt_conf_type(apcf.processes_value) == NXT_CONF_OBJECT) in nxt_router_conf_create()2099 if (nxt_conf_type(ext_conf) == NXT_CONF_STRING) { in nxt_router_conf_process_static()
246 object = (nxt_conf_type(routes_conf) == NXT_CONF_OBJECT); in nxt_http_routes_create()
403 nxt_conf_type(nxt_conf_value_t *value) in nxt_conf_type() function