Searched refs:whitespaces (Results 1 – 1 of 1) sorted by relevance
3026 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_flow_scalar() local3320 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()3359 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()3377 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()3385 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()3402 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_plain_scalar() local3461 if (leading_blanks || whitespaces.start != whitespaces.pointer) in yaml_parser_scan_plain_scalar()3490 CLEAR(parser, whitespaces); in yaml_parser_scan_plain_scalar()3542 CLEAR(parser, whitespaces); in yaml_parser_scan_plain_scalar()3573 STRING_DEL(parser, whitespaces); in yaml_parser_scan_plain_scalar()[all …]
Completed in 7 milliseconds