Searched refs:TOKEN_EQ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/libjsmn/ |
H A D | jsmn_test.c | 28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ macro 93 check(TOKEN_EQ(tokens[0], 0, 8, JSMN_OBJECT)); in test_simple() 94 check(TOKEN_EQ(tokens[1], 2, 3, JSMN_STRING)); in test_simple() 95 check(TOKEN_EQ(tokens[2], 6, 7, JSMN_PRIMITIVE)); in test_simple()
|