Searched refs:JSMN_PRIMITIVE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn.h18 JSMN_PRIMITIVE = 0, enumerator in enum:__anon4877
H A Djsmn_test.c95 check(TOKEN_EQ(tokens[2], 6, 7, JSMN_PRIMITIVE));
124 && tok[1].type == JSMN_PRIMITIVE);
132 && tok[1].type == JSMN_PRIMITIVE);
140 && tok[1].type == JSMN_PRIMITIVE);
148 && tok[1].type == JSMN_PRIMITIVE);
156 && tok[1].type == JSMN_PRIMITIVE);
256 check(r >= 0 && tok[0].type == JSMN_PRIMITIVE
257 && tok[1].type == JSMN_STRING && tok[2].type == JSMN_PRIMITIVE
258 && tok[3].type == JSMN_PRIMITIVE);
277 && tok[1].type == JSMN_PRIMITIVE
557 #define JSMN_PRIMITIVE macro
[all...]
H A Djsmn.c75 jsmn_fill_token(token, JSMN_PRIMITIVE, start, parser->pos);
/freebsd-11-stable/contrib/ntp/libjsmn/example/
H A Djsondump.c17 if (t->type == JSMN_PRIMITIVE) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1215 tid = json_object_lookup(ctx, tid, key, JSMN_PRIMITIVE);

Completed in 73 milliseconds