Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c131 int decode_max_depth; member
294 return json_integer_option(l, 1, &cfg->decode_max_depth, 1, INT_MAX); in json_cfg_decode_max_depth()
390 cfg->decode_max_depth = DEFAULT_DECODE_MAX_DEPTH; in json_create_config()
1125 if (json->current_depth <= json->cfg->decode_max_depth && in json_decode_descend()