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

/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dloader.c79 if (!yaml_parser_parse(parser, &event)) goto error;
88 if (!yaml_parser_parse(parser, &event)) goto error;
182 if (!yaml_parser_parse(parser, &event)) return 0;
186 if (!yaml_parser_parse(parser, &event)) return 0;
365 if (!yaml_parser_parse(parser, &event)) return 0;
376 if (!yaml_parser_parse(parser, &event)) return 0;
433 if (!yaml_parser_parse(parser, &event)) return 0;
441 if (!yaml_parser_parse(parser, &event)) return 0;
447 if (!yaml_parser_parse(parser, &event)) return 0;
H A Dyaml.h1392 * calls of yaml_parser_parse() or yaml_parser_load(). Doing this will break
1415 * An application must not alternate the calls of yaml_parser_parse() with the
1426 yaml_parser_parse(yaml_parser_t *parser, yaml_event_t *event);
1441 * calls of yaml_parser_scan() or yaml_parser_parse(). Doing this will break
1896 * The event object may be generated using the yaml_parser_parse() function.
H A Dparser.c68 yaml_parser_parse(yaml_parser_t *parser, yaml_event_t *event);
170 yaml_parser_parse(yaml_parser_t *parser, yaml_event_t *event) function
/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_parser.c279 if(!yaml_parser_parse(parser, &event)) {

Completed in 124 milliseconds