Searched refs:json_object_table (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.c67 static struct lh_table *json_object_table; variable in typeref:struct:lh_table
72 json_object_table = lh_kptr_table_new(128, "json_object_table", NULL);
79 if (json_object_table->count) {
81 json_object_table->count);
82 lh_foreach(json_object_table, ent) {
89 lh_table_free(json_object_table);
174 lh_table_delete(json_object_table, jso);
190 lh_table_insert(json_object_table, jso, jso);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/
H A Djson_object.c67 static struct lh_table *json_object_table; variable in typeref:struct:lh_table
72 json_object_table = lh_kptr_table_new(128, "json_object_table", NULL);
79 if (json_object_table->count) {
81 json_object_table->count);
82 lh_foreach(json_object_table, ent) {
89 lh_table_free(json_object_table);
174 lh_table_delete(json_object_table, jso);
190 lh_table_insert(json_object_table, jso, jso);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/
H A Djson_object.c67 static struct lh_table *json_object_table; variable in typeref:struct:lh_table
72 json_object_table = lh_kptr_table_new(128, "json_object_table", NULL);
79 if (json_object_table->count) {
81 json_object_table->count);
82 lh_foreach(json_object_table, ent) {
89 lh_table_free(json_object_table);
174 lh_table_delete(json_object_table, jso);
190 lh_table_insert(json_object_table, jso, jso);

Completed in 174 milliseconds