Lines Matching refs:nxt_string

273 static const nxt_str_t http_prefix = nxt_string("HTTP_");
274 static const nxt_str_t empty_prefix = nxt_string("");
1413 nxt_string("listeners_threads"),
1422 nxt_string("type"),
1428 nxt_string("limits"),
1434 nxt_string("processes"),
1440 nxt_string("processes"),
1446 nxt_string("targets"),
1455 nxt_string("timeout"),
1464 nxt_string("spare"),
1470 nxt_string("max"),
1476 nxt_string("idle_timeout"),
1485 nxt_string("pass"),
1491 nxt_string("application"),
1500 nxt_string("header_buffer_size"),
1506 nxt_string("large_header_buffer_size"),
1512 nxt_string("large_header_buffers"),
1518 nxt_string("body_buffer_size"),
1524 nxt_string("max_body_size"),
1530 nxt_string("idle_timeout"),
1536 nxt_string("header_read_timeout"),
1542 nxt_string("body_read_timeout"),
1548 nxt_string("send_timeout"),
1554 nxt_string("body_temp_path"),
1560 nxt_string("discard_unsafe_fields"),
1566 nxt_string("log_route"),
1572 nxt_string("server_version"),
1581 nxt_string("max_frame_size"),
1587 nxt_string("read_timeout"),
1593 nxt_string("keepalive_interval"),
1635 static nxt_str_t http_path = nxt_string("/settings/http"); in nxt_router_conf_create()
1636 static nxt_str_t applications_path = nxt_string("/applications"); in nxt_router_conf_create()
1637 static nxt_str_t listeners_path = nxt_string("/listeners"); in nxt_router_conf_create()
1638 static nxt_str_t routes_path = nxt_string("/routes"); in nxt_router_conf_create()
1639 static nxt_str_t access_log_path = nxt_string("/access_log"); in nxt_router_conf_create()
1641 static nxt_str_t certificate_path = nxt_string("/tls/certificate"); in nxt_router_conf_create()
1642 static nxt_str_t conf_commands_path = nxt_string("/tls/conf_commands"); in nxt_router_conf_create()
1643 static nxt_str_t conf_cache_path = nxt_string("/tls/session/cache_size"); in nxt_router_conf_create()
1644 static nxt_str_t conf_timeout_path = nxt_string("/tls/session/timeout"); in nxt_router_conf_create()
1645 static nxt_str_t conf_tickets = nxt_string("/tls/session/tickets"); in nxt_router_conf_create()
1648 static nxt_str_t js_module_path = nxt_string("/settings/js_module"); in nxt_router_conf_create()
1650 static nxt_str_t static_path = nxt_string("/settings/http/static"); in nxt_router_conf_create()
1651 static nxt_str_t websocket_path = nxt_string("/settings/http/websocket"); in nxt_router_conf_create()
1652 static nxt_str_t forwarded_path = nxt_string("/forwarded"); in nxt_router_conf_create()
1653 static nxt_str_t client_ip_path = nxt_string("/client_ip"); in nxt_router_conf_create()
2284 static nxt_str_t mtypes_path = nxt_string("/mime_types"); in nxt_router_conf_process_static()
2361 static nxt_str_t header_path = nxt_string("/header"); in nxt_router_conf_forward()
2362 static nxt_str_t client_ip_path = nxt_string("/client_ip"); in nxt_router_conf_forward()
2363 static nxt_str_t protocol_path = nxt_string("/protocol"); in nxt_router_conf_forward()
2364 static nxt_str_t source_path = nxt_string("/source"); in nxt_router_conf_forward()
2365 static nxt_str_t recursive_path = nxt_string("/recursive"); in nxt_router_conf_forward()
2903 nxt_string("ListenerSystem"), in nxt_router_listen_socket_error()
2904 nxt_string("ListenerNoIPv6"), in nxt_router_listen_socket_error()
2905 nxt_string("ListenerPort"), in nxt_router_listen_socket_error()
2906 nxt_string("ListenerInUse"), in nxt_router_listen_socket_error()
2907 nxt_string("ListenerNoAddress"), in nxt_router_listen_socket_error()
2908 nxt_string("ListenerNoAccess"), in nxt_router_listen_socket_error()
2909 nxt_string("ListenerPath"), in nxt_router_listen_socket_error()