HomeSort by relevance Sort by last modified time
    Searched refs:toknext (Results 1 - 3 of 3) sorted by null

  /external/jsmn/
jsmn.h 56 unsigned int toknext; /* next token to allocate */ member in struct:__anon25175
jsmn.c 9 if (parser->toknext >= num_tokens) {
12 tok = &tokens[parser->toknext++];
156 int count = parser->toknext;
180 parser->toksuper = parser->toknext - 1;
187 if (parser->toknext < 1) {
190 token = &tokens[parser->toknext - 1];
209 for (i = parser->toknext - 1; i >= 0; i--) {
241 parser->toksuper = parser->toknext - 1;
250 for (i = parser->toknext - 1; i >= 0; i--) {
294 for (i = parser->toknext - 1; i >= 0; i--)
    [all...]
  /external/jsmn/example/
jsondump.c 120 dump(js, tok, p.toknext, 0);

Completed in 1045 milliseconds