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

/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dparser.c534 yaml_char_t *tag_handle = NULL; local
566 tag_handle = token->data.tag.handle;
577 tag_handle = token->data.tag.handle;
594 if (tag_handle) {
595 if (!*tag_handle) {
597 yaml_free(tag_handle);
598 tag_handle = tag_suffix = NULL;
605 if (strcmp((char *)tag_directive->handle, (char *)tag_handle) == 0) {
616 yaml_free(tag_handle);
618 tag_handle
[all...]

Completed in 72 milliseconds