Searched refs:json_append_data (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cjson.c | 559 static void json_append_data(lua_State *l, json_config_t *cfg, 581 json_append_data(l, cfg, current_depth, json); in json_append_array() 651 json_append_data(l, cfg, current_depth, json); in json_append_object() 660 static void json_append_data(lua_State *l, json_config_t *cfg, in json_append_data() function 723 json_append_data(l, cfg, 0, encode_buf); in json_encode()
|