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

  /external/fio/
json.h 8 #define JSON_TYPE_INTEGER 1
55 json_object_add_value_type((obj), name, JSON_TYPE_INTEGER, (long long) (val))
66 json_array_add_value_type((obj), JSON_TYPE_INTEGER, (val))
json.c 37 value->type = JSON_TYPE_INTEGER;
208 else if (type == JSON_TYPE_INTEGER)
244 else if (type == JSON_TYPE_INTEGER)
346 case JSON_TYPE_INTEGER:

Completed in 2668 milliseconds