Lines Matching refs:config_options

940 	ck_assert_ptr_eq(NULL, config_options[NUM_OPTIONS].name);  in START_TEST()
942 config_options[NUM_OPTIONS].type); in START_TEST()
943 ck_assert_uint_eq(sizeof(config_options) / sizeof(config_options[0]), in START_TEST()
952 ck_assert_str_eq("cgi_pattern", config_options[CGI_EXTENSIONS].name); in START_TEST()
953 ck_assert_str_eq("cgi_environment", config_options[CGI_ENVIRONMENT].name); in START_TEST()
955 config_options[PUT_DELETE_PASSWORDS_FILE].name); in START_TEST()
956 ck_assert_str_eq("cgi_interpreter", config_options[CGI_INTERPRETER].name); in START_TEST()
957 ck_assert_str_eq("protect_uri", config_options[PROTECT_URI].name); in START_TEST()
959 config_options[AUTHENTICATION_DOMAIN].name); in START_TEST()
961 config_options[ENABLE_AUTH_DOMAIN_CHECK].name); in START_TEST()
962 ck_assert_str_eq("ssi_pattern", config_options[SSI_EXTENSIONS].name); in START_TEST()
963 ck_assert_str_eq("throttle", config_options[THROTTLE].name); in START_TEST()
964 ck_assert_str_eq("access_log_file", config_options[ACCESS_LOG_FILE].name); in START_TEST()
966 config_options[ENABLE_DIRECTORY_LISTING].name); in START_TEST()
967 ck_assert_str_eq("error_log_file", config_options[ERROR_LOG_FILE].name); in START_TEST()
969 config_options[GLOBAL_PASSWORDS_FILE].name); in START_TEST()
970 ck_assert_str_eq("index_files", config_options[INDEX_FILES].name); in START_TEST()
972 config_options[ENABLE_KEEP_ALIVE].name); in START_TEST()
974 config_options[ACCESS_CONTROL_LIST].name); in START_TEST()
975 ck_assert_str_eq("extra_mime_types", config_options[EXTRA_MIME_TYPES].name); in START_TEST()
976 ck_assert_str_eq("listening_ports", config_options[LISTENING_PORTS].name); in START_TEST()
977 ck_assert_str_eq("document_root", config_options[DOCUMENT_ROOT].name); in START_TEST()
978 ck_assert_str_eq("ssl_certificate", config_options[SSL_CERTIFICATE].name); in START_TEST()
980 config_options[SSL_CERTIFICATE_CHAIN].name); in START_TEST()
981 ck_assert_str_eq("num_threads", config_options[NUM_THREADS].name); in START_TEST()
982 ck_assert_str_eq("run_as_user", config_options[RUN_AS_USER].name); in START_TEST()
984 config_options[URL_REWRITE_PATTERN].name); in START_TEST()
985 ck_assert_str_eq("hide_files_patterns", config_options[HIDE_FILES].name); in START_TEST()
987 config_options[REQUEST_TIMEOUT].name); in START_TEST()
989 config_options[KEEP_ALIVE_TIMEOUT].name); in START_TEST()
990 ck_assert_str_eq("linger_timeout_ms", config_options[LINGER_TIMEOUT].name); in START_TEST()
991 ck_assert_str_eq("max_connections", config_options[MAX_CONNECTIONS].name); in START_TEST()
993 config_options[SSL_DO_VERIFY_PEER].name); in START_TEST()
994 ck_assert_str_eq("ssl_ca_path", config_options[SSL_CA_PATH].name); in START_TEST()
995 ck_assert_str_eq("ssl_ca_file", config_options[SSL_CA_FILE].name); in START_TEST()
996 ck_assert_str_eq("ssl_verify_depth", config_options[SSL_VERIFY_DEPTH].name); in START_TEST()
998 config_options[SSL_DEFAULT_VERIFY_PATHS].name); in START_TEST()
999 ck_assert_str_eq("ssl_cipher_list", config_options[SSL_CIPHER_LIST].name); in START_TEST()
1001 config_options[SSL_PROTOCOL_VERSION].name); in START_TEST()
1002 ck_assert_str_eq("ssl_short_trust", config_options[SSL_SHORT_TRUST].name); in START_TEST()
1006 config_options[WEBSOCKET_TIMEOUT].name); in START_TEST()
1008 config_options[ENABLE_WEBSOCKET_PING_PONG].name); in START_TEST()
1011 ck_assert_str_eq("decode_url", config_options[DECODE_URL].name); in START_TEST()
1014 ck_assert_str_eq("lua_preload_file", config_options[LUA_PRELOAD_FILE].name); in START_TEST()
1016 config_options[LUA_SCRIPT_EXTENSIONS].name); in START_TEST()
1018 config_options[LUA_SERVER_PAGE_EXTENSIONS].name); in START_TEST()
1022 config_options[DUKTAPE_SCRIPT_EXTENSIONS].name); in START_TEST()
1025 ck_assert_str_eq("websocket_root", config_options[WEBSOCKET_ROOT].name); in START_TEST()
1029 config_options[LUA_WEBSOCKET_EXTENSIONS].name); in START_TEST()
1033 config_options[ACCESS_CONTROL_ALLOW_ORIGIN].name); in START_TEST()
1035 config_options[ACCESS_CONTROL_ALLOW_METHODS].name); in START_TEST()
1037 config_options[ACCESS_CONTROL_ALLOW_HEADERS].name); in START_TEST()
1038 ck_assert_str_eq("error_pages", config_options[ERROR_PAGES].name); in START_TEST()
1039 ck_assert_str_eq("tcp_nodelay", config_options[CONFIG_TCP_NODELAY].name); in START_TEST()
1044 config_options[STATIC_FILE_MAX_AGE].name); in START_TEST()
1048 config_options[STRICT_HTTPS_MAX_AGE].name); in START_TEST()
1052 config_options[ALLOW_SENDFILE_CALL].name); in START_TEST()
1056 config_options[CASE_SENSITIVE_FILES].name); in START_TEST()
1060 config_options[LUA_BACKGROUND_SCRIPT].name); in START_TEST()
1062 config_options[LUA_BACKGROUND_SCRIPT_PARAMS].name); in START_TEST()
1066 config_options[ADDITIONAL_HEADER].name); in START_TEST()
1067 ck_assert_str_eq("max_request_size", config_options[MAX_REQUEST_SIZE].name); in START_TEST()
1069 config_options[ALLOW_INDEX_SCRIPT_SUB_RES].name); in START_TEST()