Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/examples/
A Dstrings.yaml2 literal-block: |
3 This entire block of text will be the value of the 'literal-block' key,
6 This entire block of text will be the value of 'folded', but this
/optee_benchmark/libyaml/src/
A Dparser.c105 int block, int indentless_sequence);
530 int block, int indentless_sequence) in yaml_parser_parse_node() argument
673 else if (block && token->type == YAML_BLOCK_SEQUENCE_START_TOKEN) { in yaml_parser_parse_node()
680 else if (block && token->type == YAML_BLOCK_MAPPING_START_TOKEN) { in yaml_parser_parse_node()
702 (block ? "while parsing a block node" in yaml_parser_parse_node()

Completed in 4 milliseconds