Searched refs:json_integer_option (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cjson.c | 220 static int json_integer_option(lua_State *l, int optindex, int *setting, in json_integer_option() function 273 json_integer_option(l, 2, &cfg->encode_sparse_ratio, 0, INT_MAX); in json_cfg_encode_sparse_array() 274 json_integer_option(l, 3, &cfg->encode_sparse_safe, 0, INT_MAX); in json_cfg_encode_sparse_array() 285 return json_integer_option(l, 1, &cfg->encode_max_depth, 1, INT_MAX); in json_cfg_encode_max_depth() 294 return json_integer_option(l, 1, &cfg->decode_max_depth, 1, INT_MAX); in json_cfg_decode_max_depth() 302 return json_integer_option(l, 1, &cfg->encode_number_precision, 1, 14); in json_cfg_encode_number_precision()
|