Searched refs:jsmntok_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn.h47 } jsmntok_t; typedef in typeref:struct:__anon4879
69 jsmntok_t *tokens, unsigned int num_tokens);
H A Djsmn.c8 static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
9 jsmntok_t *tokens, size_t num_tokens) {
10 jsmntok_t *tok;
26 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type,
38 size_t len, jsmntok_t *tokens, size_t num_tokens) {
39 jsmntok_t *token;
87 size_t len, jsmntok_t *tokens, size_t num_tokens) {
88 jsmntok_t *token;
154 jsmntok_t *tokens, unsigned int num_tokens) {
157 jsmntok_t *toke
[all...]
H A Djsmn_test.c48 jsmntok_t t[10];
86 jsmntok_t tokens[10];
118 jsmntok_t tok[10];
166 jsmntok_t tok[10];
199 jsmntok_t tok[10];
249 jsmntok_t tok[10];
270 jsmntok_t tok[10];
309 jsmntok_t toksmall[10], toklarge[10];
335 jsmntok_t tokens[10];
364 jsmntok_t token
556 #define jsmntok_t macro
[all...]
/freebsd-11-stable/contrib/ntp/libjsmn/example/
H A Dsimple.c14 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) {
26 jsmntok_t t[128]; /* We expect no more than 128 tokens */
65 jsmntok_t *g = &t[i+j+2];
H A Djsondump.c12 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) {
56 jsmntok_t *tok;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c103 jsmntok_t tok[JSMN_MAXTOK];

Completed in 161 milliseconds