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

  /external/fio/
json.h 64 int json_array_add_value_type(struct json_array *array, int type, ...);
66 json_array_add_value_type((obj), JSON_TYPE_INTEGER, (val))
68 json_array_add_value_type((obj), JSON_TYPE_FLOAT, (val))
70 json_array_add_value_type((obj), JSON_TYPE_STRING, (val))
72 json_array_add_value_type((obj), JSON_TYPE_OBJECT, (val))
74 json_array_add_value_type((obj), JSON_TYPE_ARRAY, (val))
json.c 235 int json_array_add_value_type(struct json_array *array, int type, ...) function

Completed in 477 milliseconds