Home
last modified time | relevance | path

Searched refs:_ref_count (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object_private.h26 int _ref_count; member
Djson_object.c155 jso->_ref_count++; in json_object_get()
163 jso->_ref_count--; in json_object_put()
164 if(!jso->_ref_count) in json_object_put()
197 jso->_ref_count = 1; in json_object_new()