Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dscanner.c519 (STRING_EXTEND(parser,string) ? \
531 (STRING_EXTEND(parser,string) ? \
2625 if (!STRING_EXTEND(parser, string)) in yaml_parser_scan_tag_uri()
2642 if (!STRING_EXTEND(parser, string)) in yaml_parser_scan_tag_uri()
2883 if (!STRING_EXTEND(parser, string)) goto error; in yaml_parser_scan_block_scalar()
3083 if (!STRING_EXTEND(parser, string)) goto error; in yaml_parser_scan_flow_scalar()
3114 if (!STRING_EXTEND(parser, string)) goto error; in yaml_parser_scan_flow_scalar()
3340 if (!STRING_EXTEND(parser, string)) goto error; in yaml_parser_scan_flow_scalar()
3469 if (!STRING_EXTEND(parser, string)) goto error; in yaml_parser_scan_plain_scalar()
A Dyaml_private.h144 #define STRING_EXTEND(context,string) \ macro

Completed in 8 milliseconds