Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.c520 int64_t cint64; in json_object_get_int() local
526 cint64 = jso->o.c_int64; in json_object_get_int()
534 if (json_parse_int64(jso->o.c_string.str, &cint64) != 0) in json_object_get_int()
542 if (cint64 <= INT32_MIN) in json_object_get_int()
544 else if (cint64 >= INT32_MAX) in json_object_get_int()
547 return (int32_t)cint64; in json_object_get_int()