Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c125 int encode_max_depth; member
285 return json_integer_option(l, 1, &cfg->encode_max_depth, 1, INT_MAX); in json_cfg_encode_max_depth()
389 cfg->encode_max_depth = DEFAULT_ENCODE_MAX_DEPTH; in json_create_config()
549 if (current_depth <= cfg->encode_max_depth && lua_checkstack(l, 3)) in json_check_encode_depth()