Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c240 const char **options, int bool_true) in json_enum_option() argument
246 bool_true = 1; in json_enum_option()
250 if (bool_true && lua_isboolean(l, optindex)) in json_enum_option()
251 *setting = lua_toboolean(l, optindex) * bool_true; in json_enum_option()
256 if (bool_true && (*setting == 0 || *setting == bool_true)) in json_enum_option()