Lines Matching refs:klidx
41 node->klidx = node->prev->klidx + 1; in _jbn_add_item()
43 node->klidx = 0; in _jbn_add_item()
48 static JBL_NODE _jbl_json_create_node(jbl_type_t type, const char *key, int klidx, JBL_NODE parent,… in _jbl_json_create_node() argument
56 node->klidx = klidx; in _jbl_json_create_node()
236 const char *key, int klidx, in _jbl_parse_value() argument
260 _jbl_json_create_node(JBV_NULL, key, klidx, parent, ctx); in _jbl_parse_value()
270 node = _jbl_json_create_node(JBV_BOOL, key, klidx, parent, ctx); in _jbl_parse_value()
281 node = _jbl_json_create_node(JBV_BOOL, key, klidx, parent, ctx); in _jbl_parse_value()
297 node = _jbl_json_create_node(JBV_STR, key, klidx, parent, ctx); in _jbl_parse_value()
323 node = _jbl_json_create_node(JBV_OBJECT, key, klidx, parent, ctx); in _jbl_parse_value()
344 node = _jbl_json_create_node(JBV_ARRAY, key, klidx, parent, ctx); in _jbl_parse_value()
373 node = _jbl_json_create_node(JBV_I64, key, klidx, parent, ctx); in _jbl_parse_value()
443 rc = _jbl_write_string(n->key, n->klidx, pt, op, pf); in _jbl_node_as_json()
499 n->klidx = src->klidx; in _jbl_clone_node_struct()
503 n->key = iwpool_strndup(pool, src->key, src->klidx, &rc); in _jbl_clone_node_struct()
533 int lvl, JBL_NODE n, const char *key, int klidx, JBN_VCTX *vctx, in _jbl_clone_node_visit() argument