Searched refs:json_object_get_string (Results 1 – 10 of 10) sorted by relevance
141 const char *token = json_object_get_string(jso); in ifapi_json_byte_deserialize()218 const char *token = json_object_get_string(jso); in get_number_from_json()241 const char *token = json_object_get_string(jso); in get_boolean_from_json()308 const char *hex_string = json_object_get_string(jso); in ifapi_json_UINT8_ARY_deserialize()408 const char *token = json_object_get_string(jso); in ifapi_json_BYTE_deserialize()433 const char *token = json_object_get_string(jso); in ifapi_json_UINT8_deserialize()458 const char *token = json_object_get_string(jso); in ifapi_json_UINT16_deserialize()461 LOG_ERROR("Bad value %s", json_object_get_string(jso)); in ifapi_json_UINT16_deserialize()466 LOG_ERROR("Bad value %s", json_object_get_string(jso)); in ifapi_json_UINT16_deserialize()483 const char *token = json_object_get_string(jso); in ifapi_json_UINT32_deserialize()[all …]
89 *out = strdup(json_object_get_string(jso)); in ifapi_json_char_deserialize()496 const char *token = json_object_get_string(jso); in ifapi_json_IFAPI_OBJECT_TYPE_CONSTANT_deserialize()632 const char *token = json_object_get_string(jso); in ifapi_json_IFAPI_EVENT_TYPE_deserialize_txt()
349 out->srk_template = strdup(json_object_get_string(jso2)); in ifapi_profile_json_deserialize()356 out->ek_template = strdup(json_object_get_string(jso2)); in ifapi_profile_json_deserialize()
345 cert_start = strdup(json_object_get_string(jso_cert)); in ifapi_get_intl_ek_certificate()
129 const char *token = json_object_get_string(jso); in ifapi_json_TPMI_POLICYTYPE_deserialize_txt()
109 igt_assert(!strcmp(json_object_get_string(one), json_object_get_string(two))); in compare()
874 errtext = json_object_get_string(textobj); in override_result_single()876 result = json_object_get_string(textobj); in override_result_single()977 result = json_object_get_string(resultobj); in add_to_totals()991 result = json_object_get_string(resultobj); in add_to_totals()
105 pubkey_pem = strdup(json_object_get_string(jso_public)); in test_fapi_quote()
140 const char * json_object_get_string (const JSON_Object *object, const char *name);
1417 const char * json_object_get_string(const JSON_Object *object, const char *name) { in json_object_get_string() function