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

/freebsd-9.3-release/contrib/ntp/libjsmn/example/
H A Djsondump.c57 size_t tokcount = 2; local
63 tok = malloc(sizeof(*tok) * tokcount);
94 r = jsmn_parse(&p, js, jslen, tok, tokcount);
97 tokcount = tokcount * 2;
98 tok = realloc(tok, sizeof(*tok) * tokcount);

Completed in 100 milliseconds