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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/
H A Djson_object.c386 struct lh_entry *existing_entry; local
387 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key);
388 if (!existing_entry)
393 existing_value = (void *)existing_entry->v;
396 existing_entry->v = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/
H A Djson_object.c386 struct lh_entry *existing_entry; local
387 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key);
388 if (!existing_entry)
393 existing_value = (void *)existing_entry->v;
396 existing_entry->v = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/
H A Djson_object.c386 struct lh_entry *existing_entry; local
387 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key);
388 if (!existing_entry)
393 existing_value = (void *)existing_entry->v;
396 existing_entry->v = val;

Completed in 112 milliseconds