Home
last modified time | relevance | path

Searched refs:max_string_size (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/log/src/windows/
Devent_log_registry.hpp45 const DWORD max_string_size = 64u * 1024u; variable
148 … if (res == ERROR_SUCCESS && ((type != REG_EXPAND_SZ && type != REG_SZ) || size > max_string_size)) in get_value()
265 … if (res == ERROR_SUCCESS && ((type != REG_EXPAND_SZ && type != REG_SZ) || size > max_string_size)) in get_value()