Lines Matching refs:JBV_OBJECT
48 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_int64()
53 if (t == JBV_OBJECT) { in jbl_set_int64()
72 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_f64()
77 if (t == JBV_OBJECT) { in jbl_set_f64()
96 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_string()
101 if (t == JBV_OBJECT) { in jbl_set_string()
194 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_bool()
199 if (t == JBV_OBJECT) { in jbl_set_bool()
218 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_null()
223 if (t == JBV_OBJECT) { in jbl_set_null()
262 if (((t != JBV_OBJECT) && (t != JBV_ARRAY)) || !jbl->bn.writable) { in jbl_set_nested()
267 if (t == JBV_OBJECT) { in jbl_set_nested()
332 if ((jbl_type(src) != JBV_OBJECT) || (jbl_type(target) != JBV_OBJECT)) { in jbl_object_copy_to()
459 return JBV_OBJECT; in _jbl_binn_type()
513 if (node->type == JBV_OBJECT) { in jbl_from_json()
1213 case JBV_OBJECT: in jbn_visit()
1225 } else if (!(cmd & JBL_VCMD_SKIP_NESTED) && (n->type >= JBV_OBJECT)) { in jbn_visit()
1584 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_str()
1592 if (parent->type == JBV_OBJECT) { in jbn_add_item_str()
1618 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_null()
1626 if (parent->type == JBV_OBJECT) { in jbn_add_item_null()
1641 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_i64()
1649 if (parent->type == JBV_OBJECT) { in jbn_add_item_i64()
1668 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_f64()
1676 if (parent->type == JBV_OBJECT) { in jbn_add_item_f64()
1695 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_bool()
1703 if (parent->type == JBV_OBJECT) { in jbn_add_item_bool()
1720 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_obj()
1728 if (parent->type == JBV_OBJECT) { in jbn_add_item_obj()
1736 n->type = JBV_OBJECT; in jbn_add_item_obj()
1746 if (!parent || !pool || (parent->type < JBV_OBJECT)) { in jbn_add_item_arr()
1754 if (parent->type == JBV_OBJECT) { in jbn_add_item_arr()
1916 n->type = JBV_OBJECT; in _jbl_create_node()
2066 if (n->type == JBV_OBJECT) { in _jbl_node_find()
2237 case JBV_OBJECT: in _jbl_compare_nodes()
2317 pn->type = JBV_OBJECT; in _jbl_target_apply_patch()
2321 } else if (pn->type != JBV_OBJECT) { in _jbl_target_apply_patch()
2375 } else if (parent->type == JBV_OBJECT) { in _jbl_target_apply_patch()
2409 case JBV_OBJECT: in _jbl_from_node_impl()
2583 case JBV_OBJECT: in _jbl_is_eq_atomic_values()
2633 if (n->type != JBV_OBJECT) { in _jbl_create_patch()
2709 } else if (patch->type == JBV_OBJECT) { in jbl_patch_from_json()
2744 if (node->type == JBV_OBJECT) { in jbl_from_node()
2760 if (patch->type == JBV_OBJECT) { in _jbl_merge_patch_node()
2768 target->type = JBV_OBJECT; in _jbl_merge_patch_node()
2771 } else if (target->type != JBV_OBJECT) { in _jbl_merge_patch_node()
2773 target->type = JBV_OBJECT; in _jbl_merge_patch_node()
2871 if (patch->type == JBV_OBJECT) { in jbn_patch_auto()
2886 if (!root || !patch || pool || (root->type != JBV_OBJECT)) { in jbn_merge_patch()