Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dscanner.c606 yaml_parser_remove_simple_key(yaml_parser_t *parser);
1118 if (!yaml_parser_remove_simple_key(parser)) return 0; in yaml_parser_save_simple_key()
1131 yaml_parser_remove_simple_key(yaml_parser_t *parser) in yaml_parser_remove_simple_key() function
1344 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_stream_end()
1375 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_directive()
1413 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_document_indicator()
1496 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_flow_collection_end()
1538 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_flow_entry()
1599 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_block_entry()
1652 if (!yaml_parser_remove_simple_key(parser)) in yaml_parser_fetch_key()
[all …]