Lines Matching defs:parse_value
432 static const char *parse_value(cJSON *item, const char *value);
452 end = parse_value(c, skip(value));
487 static const char *parse_value(cJSON *item, const char *value) {
595 value = skip(parse_value(child, skip(value))); /* skip any spacing, get the value. */
604 value = skip(parse_value(child, skip(value + 1)));
735 value = skip(parse_value(child, skip(value + 1))); /* skip any spacing, get the value. */
752 value = skip(parse_value(child, skip(value + 1))); /* skip any spacing, get the value. */