Lines Matching refs:skip
454 static const char *skip(const char *in) {
470 end = parse_value(c, skip(value), out_of_memory);
476 /* if we require null-terminated JSON without appended garbage, skip and
479 end = skip(end);
602 value = skip(value + 1);
610 value = skip(parse_value(child, skip(value), out_of_memory)); /* skip any spacing, get the value. */
623 value = skip(parse_value(child, skip(value + 1), out_of_memory));
741 value = skip(value + 1);
749 value = skip(parse_string(child, skip(value), out_of_memory));
757 value = skip(parse_value(child, skip(value + 1), out_of_memory)); /* skip any spacing, get the value. */
770 value = skip(parse_string(child, skip(value + 1), out_of_memory));
778 value = skip(parse_value(child, skip(value + 1), out_of_memory)); /* skip any spacing, get the value. */