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

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dapi.c794 yaml_char_t *anchor_copy = NULL; local
801 anchor_copy = yaml_strdup(anchor);
802 if (!anchor_copy)
805 ALIAS_EVENT_INIT(*event, anchor_copy, mark, mark);
822 yaml_char_t *anchor_copy = NULL; local
832 anchor_copy = yaml_strdup(anchor);
833 if (!anchor_copy) goto error;
855 SCALAR_EVENT_INIT(*event, anchor_copy, tag_copy, value_copy, value_length,
861 yaml_free(anchor_copy);
878 yaml_char_t *anchor_copy local
933 yaml_char_t *anchor_copy = NULL; local
[all...]

Completed in 196 milliseconds