Searched refs:MgmtByte (Results 1 – 6 of 6) sorted by relevance
530 MgmtByte send_http11_requests = 1;559 MgmtByte doc_in_cache_skip_dns = 1;560 MgmtByte flow_control_enabled = 0;565 MgmtByte normalize_ae = 0;588 MgmtByte allow_half_open = 1;787 MgmtByte disable_ssl_parenting = 0;796 MgmtByte cache_post_method = 0;798 MgmtByte push_method_enabled = 0;803 MgmtByte strict_uri_parsing = 0;805 MgmtByte reverse_proxy_enabled = 0;[all …]
80 http_config_enum_search(std::string_view key, const ConfigEnumPair<T> (&list)[N], MgmtByte &value) in http_config_enum_search()99 http_config_enum_read(const char *name, const ConfigEnumPair<T> (&list)[N], MgmtByte &value) in http_config_enum_read()121 HttpConfig::load_server_session_sharing_match(const char *key, MgmtByte &mask) in load_server_session_sharing_match()123 MgmtByte value; in load_server_session_sharing_match()157 http_config_enum_mask_read(const char *name, MgmtByte &value) in http_config_enum_mask_read()249 MgmtByte &match = c->oride.server_session_sharing_match; in http_server_session_sharing_cb()
670 MgmtByte cache_open_write_fail_action = 0;
38 typedef int8_t MgmtByte; typedef
337 :code:`MgmtInt`. The :code:`MgmtByte` type is handled by the :code:`MgmtInt` conversions. In general
8489 _memberp_to_generic(MgmtByte *ptr, MgmtConverter const *&conv) in _memberp_to_generic()8491 …nverter converter{[](const void *data) -> MgmtInt { return *static_cast<const MgmtByte *>(data); }, in _memberp_to_generic()8492 … [](void *data, MgmtInt i) -> void { *static_cast<MgmtByte *>(data) = i; }}; in _memberp_to_generic()