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

/freebsd-10.2-release/contrib/libyaml/src/
H A Dapi.c620 yaml_check_utf8(yaml_char_t *start, size_t length) function
734 if (!yaml_check_utf8(tag_directive->handle,
737 if (!yaml_check_utf8(tag_directive->prefix,
799 if (!yaml_check_utf8(anchor, strlen((char *)anchor))) return 0;
830 if (!yaml_check_utf8(anchor, strlen((char *)anchor))) goto error;
836 if (!yaml_check_utf8(tag, strlen((char *)tag))) goto error;
845 if (!yaml_check_utf8(value, length)) goto error;
880 if (!yaml_check_utf8(anchor, strlen((char *)anchor))) goto error;
886 if (!yaml_check_utf8(tag, strlen((char *)tag))) goto error;
935 if (!yaml_check_utf8(ancho
[all...]

Completed in 24 milliseconds