Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dscanner.c3023 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_flow_scalar() local
3029 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_flow_scalar()
3295 if (!READ(parser, whitespaces)) goto error; in yaml_parser_scan_flow_scalar()
3309 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3347 if (!JOIN(parser, string, whitespaces)) goto error; in yaml_parser_scan_flow_scalar()
3348 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3366 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3374 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3391 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_plain_scalar() local
3398 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_plain_scalar()
[all …]