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

/openbsd-current/usr.sbin/acme-client/
H A Djson.c560 size_t tokcount; local
563 tokcount = 128;
565 if ((tok = calloc(tokcount, sizeof(jsmntok_t))) == NULL) {
573 r = jsmn_parse(&p, buf, sz, tok, tokcount);
575 if ((ntok = recallocarray(tok, tokcount, tokcount * 2,
582 tokcount *= 2;

Completed in 58 milliseconds