Searched refs:json_uint (Results 1 – 1 of 1) sorted by relevance
115 typedef unsigned long long int json_uint; typedef120 typedef unsigned long int json_uint; typedef1097 json_uint accu, limit_lo, limit_hi; in strtojint()1115 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()1119 limit_hi = (json_uint)JSON_INT_MAX; in strtojint()