Searched refs:object_bit_field (Results 1 – 2 of 2) sorted by relevance
186 int object_bit_field; member652 if (!fd || (fd->object_bit_field & JSON_V_TYPE) == 0) { in read_int()717 if (!fd || (fd->object_bit_field & JSON_SV_TYPE) == 0) { in get_string()745 if (!fd || (fd->object_bit_field & JSON_V_TYPE) == 0) { in get_float()793 if (!fd || (fd->object_bit_field & JSON_BV_TYPE) == 0) { in get_bool()819 if (!fd || (fd->object_bit_field & JSON_OV_TYPE) == 0) { in get_objlnk()828 fd->object_bit_field |= JSON_V_TYPE; in get_objlnk()949 fd.object_bit_field = json_arr_separate_parse_object( in do_write_op_json()951 if (fd.object_bit_field == 0) { in do_write_op_json()954 } else if (fd.object_bit_field < 0 || in do_write_op_json()[all …]
295 int object_bit_field; member1027 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_V_TYPE)) { in read_int()1093 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_VS_TYPE)) { in get_string()1121 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_V_TYPE)) { in get_float()1167 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_VB_TYPE)) { in get_bool()1226 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_VD_TYPE)) { in get_opaque()1294 if (!fd || !JSON_BIT_CHECK(fd->object_bit_field, JSON_VLO_TYPE)) { in get_objlnk()1303 fd->object_bit_field |= JSON_V_TYPE; in get_objlnk()1496 fd.object_bit_field = json_arr_separate_parse_object(&json_object, senml_descr, in do_write_op_senml_json()1498 if (fd.object_bit_field == 0) { in do_write_op_senml_json()[all …]