Searched defs:jso (Results 1 – 1 of 1) sorted by relevance
152 extern struct json_object* json_object_get(struct json_object *jso) in json_object_get()159 int json_object_put(struct json_object *jso) in json_object_put()178 static void json_object_generic_delete(struct json_object* jso) in json_object_generic_delete()191 struct json_object *jso; in json_object_new() local209 int json_object_is_type(struct json_object *jso, enum json_type type) in json_object_is_type()216 enum json_type json_object_get_type(struct json_object *jso) in json_object_get_type()225 void json_object_set_serializer(json_object *jso, in json_object_set_serializer()276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext()294 const char* json_object_to_json_string(struct json_object *jso) in json_object_to_json_string()309 static int json_object_object_to_json_string(struct json_object* jso, in json_object_object_to_json_string()[all …]