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

/netbsd-current/external/bsd/ntp/dist/libjsmn/
H A Djsmn.h20 JSMN_PRIMITIVE = 0, enumerator in enum:__anon128
H A Djsmn_test.c97 check(TOKEN_EQ(tokens[2], 6, 7, JSMN_PRIMITIVE));
126 && tok[1].type == JSMN_PRIMITIVE);
134 && tok[1].type == JSMN_PRIMITIVE);
142 && tok[1].type == JSMN_PRIMITIVE);
150 && tok[1].type == JSMN_PRIMITIVE);
158 && tok[1].type == JSMN_PRIMITIVE);
258 check(r >= 0 && tok[0].type == JSMN_PRIMITIVE
259 && tok[1].type == JSMN_STRING && tok[2].type == JSMN_PRIMITIVE
260 && tok[3].type == JSMN_PRIMITIVE);
279 && tok[1].type == JSMN_PRIMITIVE
559 #define JSMN_PRIMITIVE macro
[all...]
H A Djsmn.c77 jsmn_fill_token(token, JSMN_PRIMITIVE, start, parser->pos);
/netbsd-current/external/bsd/ntp/dist/libjsmn/example/
H A Djsondump.c19 if (t->type == JSMN_PRIMITIVE) {
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_gpsdjson.c1217 tid = json_object_lookup(ctx, tid, key, JSMN_PRIMITIVE);

Completed in 296 milliseconds