Home
last modified time | relevance | path

Searched refs:yaml_parser_remove_simple_key (Results 1 – 1 of 1) sorted by relevance

/optee_benchmark/libyaml/src/
A Dscanner.c605 yaml_parser_remove_simple_key(yaml_parser_t *parser);
1121 if (!yaml_parser_remove_simple_key(parser)) return 0; in yaml_parser_save_simple_key()
1134 yaml_parser_remove_simple_key(yaml_parser_t *parser) in yaml_parser_remove_simple_key() function
1349 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_stream_end()
1380 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_directive()
1418 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_document_indicator()
1501 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_flow_collection_end()
1543 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_flow_entry()
1604 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_block_entry()
1657 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_key()
[all …]

Completed in 5 milliseconds