Searched refs:_jbl_json_create_node (Results 1 – 1 of 1) sorted by relevance
/third_party/ejdb/src/jbl/ |
D | jbl_json.c | 43 static JBL_NODE _jbl_json_create_node(jbl_type_t type, const char *key, int klidx, JBL_NODE parent,… in _jbl_json_create_node() function 256 _jbl_json_create_node(JBV_NULL, key, klidx, parent, ctx); in _jbl_parse_value() 266 node = _jbl_json_create_node(JBV_BOOL, key, klidx, parent, ctx); in _jbl_parse_value() 277 node = _jbl_json_create_node(JBV_BOOL, key, klidx, parent, ctx); in _jbl_parse_value() 293 node = _jbl_json_create_node(JBV_STR, key, klidx, parent, ctx); in _jbl_parse_value() 319 node = _jbl_json_create_node(JBV_OBJECT, key, klidx, parent, ctx); in _jbl_parse_value() 340 node = _jbl_json_create_node(JBV_ARRAY, key, klidx, parent, ctx); in _jbl_parse_value() 369 node = _jbl_json_create_node(JBV_I64, key, klidx, parent, ctx); in _jbl_parse_value()
|