Searched refs:json_uint (Results 1 – 1 of 1) sorted by relevance
113 typedef unsigned long long int json_uint; typedef118 typedef unsigned long int json_uint; typedef1095 json_uint accu, limit_lo, limit_hi; in strtojint()1113 limit_hi = (json_uint)-(JSON_INT_MIN + 1) + 1; in strtojint()1117 limit_hi = (json_uint)JSON_INT_MAX; in strtojint()