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

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dparser.c535 yaml_char_t *tag_suffix = NULL; local
567 tag_suffix = token->data.tag.suffix;
578 tag_suffix = token->data.tag.suffix;
596 tag = tag_suffix;
598 tag_handle = tag_suffix = NULL;
607 size_t suffix_len = strlen((char *)tag_suffix);
614 memcpy(tag+prefix_len, tag_suffix, suffix_len);
617 yaml_free(tag_suffix);
618 tag_handle = tag_suffix = NULL;
713 yaml_free(tag_suffix);
[all...]

Completed in 71 milliseconds