Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c123 int encode_sparse_ratio; member
273 json_integer_option(l, 2, &cfg->encode_sparse_ratio, 0, INT_MAX); in json_cfg_encode_sparse_array()
387 cfg->encode_sparse_ratio = DEFAULT_SPARSE_RATIO; in json_create_config()
524 if (cfg->encode_sparse_ratio > 0 && in lua_array_length()
525 max > items * cfg->encode_sparse_ratio && in lua_array_length()