HomeSort by relevance Sort by last modified time
    Searched refs:json_object_get (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/msm8998/json-c/
libjson.c 23 __warn_references(json_object_get, "Warning: please link against libjson-c instead of libjson");
json_object.h 119 extern struct json_object* json_object_get(struct json_object *obj);
239 * transfer to the object/array. Call json_object_get if you want to maintain
264 * passed object with json_object_get.
281 * reference counts through the json_object_put/json_object_get methods unless
284 * by obj (do not do json_object_put unless you have done a json_object_get).
287 * ownership through json_object_get (& don't forget to do a json_object_put
304 * reference counts through the json_object_put/json_object_get methods unless
414 * to an added object you must wrap the passed object with json_object_get
426 * to an added object you must wrap the passed object with json_object_get
json_object.c 152 extern struct json_object* json_object_get(struct json_object *jso) function

Completed in 67 milliseconds