parse_next_property
(buf = parse_next_property(buf, end, &name, &length, &value))) {
if (parse_next_property(buf, end, &name, &length, &value) == NULL)
next_prop = parse_next_property(buf, end, &name, &length, &value);