Searched refs:JSON_INTEGER (Results 1 - 3 of 3) sorted by relevance

/systemd/src/test/
H A Dtest-json.c58 } else if (t == JSON_INTEGER) {
171 test_one("0", JSON_INTEGER, (intmax_t) 0, JSON_END);
172 test_one("1234", JSON_INTEGER, (intmax_t) 1234, JSON_END);
196 test_one("[1, 2]", JSON_ARRAY_OPEN, JSON_INTEGER, (intmax_t) 1, JSON_COMMA, JSON_INTEGER, (intmax_t) 2, JSON_ARRAY_CLOSE, JSON_END);
/systemd/src/basic/
H A Djson.h39 JSON_INTEGER, enumerator in enum:__anon16
H A Djson.c461 return JSON_INTEGER;
811 case JSON_INTEGER:

Completed in 20 milliseconds