Home
last modified time | relevance | path

Searched refs:existing_entry (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.c405 struct lh_entry *existing_entry; in json_object_object_add() local
406 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key); in json_object_object_add()
407 if (!existing_entry) in json_object_object_add()
412 existing_value = (void *)existing_entry->v; in json_object_object_add()
415 existing_entry->v = val; in json_object_object_add()