Searched refs:json_object_new_string (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/tests/
H A DtestReplaceExisting.c17 json_object_object_add(my_object, "foo1", json_object_new_string("bar1"));
18 json_object_object_add(my_object, "foo2", json_object_new_string("bar2"));
19 json_object_object_add(my_object, "deleteme", json_object_new_string("bar2"));
20 json_object_object_add(my_object, "foo3", json_object_new_string("bar3"));
50 json_object_object_add(my_object, key, json_object_new_string("zzz"));
H A Dtest1.c50 my_string = json_object_new_string("\t");
55 my_string = json_object_new_string("\\");
60 my_string = json_object_new_string("foo");
106 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
109 json_object_object_add(my_object, "baz", json_object_new_string("bang"));
111 json_object *baz_obj = json_object_new_string("fark");
H A Dtest_set_serializer.c38 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/tests/
H A DtestReplaceExisting.c17 json_object_object_add(my_object, "foo1", json_object_new_string("bar1"));
18 json_object_object_add(my_object, "foo2", json_object_new_string("bar2"));
19 json_object_object_add(my_object, "deleteme", json_object_new_string("bar2"));
20 json_object_object_add(my_object, "foo3", json_object_new_string("bar3"));
50 json_object_object_add(my_object, key, json_object_new_string("zzz"));
H A Dtest1.c50 my_string = json_object_new_string("\t");
55 my_string = json_object_new_string("\\");
60 my_string = json_object_new_string("foo");
106 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
109 json_object_object_add(my_object, "baz", json_object_new_string("bang"));
111 json_object *baz_obj = json_object_new_string("fark");
H A Dtest_set_serializer.c38 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/tests/
H A DtestReplaceExisting.c17 json_object_object_add(my_object, "foo1", json_object_new_string("bar1"));
18 json_object_object_add(my_object, "foo2", json_object_new_string("bar2"));
19 json_object_object_add(my_object, "deleteme", json_object_new_string("bar2"));
20 json_object_object_add(my_object, "foo3", json_object_new_string("bar3"));
50 json_object_object_add(my_object, key, json_object_new_string("zzz"));
H A Dtest1.c50 my_string = json_object_new_string("\t");
55 my_string = json_object_new_string("\\");
60 my_string = json_object_new_string("foo");
106 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
109 json_object_object_add(my_object, "baz", json_object_new_string("bang"));
111 json_object *baz_obj = json_object_new_string("fark");
H A Dtest_set_serializer.c38 json_object_object_add(my_object, "foo", json_object_new_string("bar"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/
H A Djson_object.h581 extern struct json_object* json_object_new_string(const char *s);
H A Djson_object.c707 struct json_object* json_object_new_string(const char *s) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/json-c/
H A Djson_object.h581 extern struct json_object* json_object_new_string(const char *s);
H A Djson_object.c707 struct json_object* json_object_new_string(const char *s) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/
H A Djson_object.h581 extern struct json_object* json_object_new_string(const char *s);
H A Djson_object.c707 struct json_object* json_object_new_string(const char *s) function

Completed in 133 milliseconds