Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dscanner.c2118 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_directive_name()
2329 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_anchor()
2508 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_tag_handle()
2576 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_tag_uri()
2748 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_block_scalar()
2749 if (!STRING_INIT(parser, leading_break, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_block_scalar()
3029 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_flow_scalar()
3030 if (!STRING_INIT(parser, leading_break, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_flow_scalar()
3032 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_flow_scalar()
3406 if (!STRING_INIT(parser, string, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_plain_scalar()
[all …]
A Dyaml_private.h131 #define STRING_INIT(context,string,size) \ macro

Completed in 7 milliseconds