Searched refs:iobj (Results 1 – 2 of 2) sorted by relevance
71 TestIf *iobj = TEST_IF(obj); in test_interface_impl() local72 TestIfClass *ioc = TEST_IF_GET_CLASS(iobj); in test_interface_impl()74 g_assert(iobj); in test_interface_impl()
144 json_object *iobj = json_object_array_get_idx(jtype, i); in _schemavalidator_check_type() local145 if (!json_object_is_type(iobj, json_type_string)) { in _schemavalidator_check_type()148 const char *type = json_object_get_string(iobj); in _schemavalidator_check_type()185 json_object *iobj = json_object_array_get_idx(jarray, i); in _schemavalidator_check_required() local186 const char *key = json_object_get_string(iobj); in _schemavalidator_check_required()227 json_object *iobj = json_object_object_get(jobj, jprop_key); in _schemavalidator_check_properties() local229 if (iobj) { in _schemavalidator_check_properties()233 iobj, jprop_val, jprop_item_tmp_node); in _schemavalidator_check_properties()280 json_object *iobj = json_object_array_get_idx(jobj, i); in _schemavalidator_check_prefixItems_and_items() local290 iobj, ischema, jarrayitem_tmp_node); in _schemavalidator_check_prefixItems_and_items()[all …]