Home
last modified time | relevance | path

Searched defs:yaml_parser_t (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/unsafe-libyaml/src/
Dloader.rs38 parser: *mut yaml_parser_t, in yaml_parser_load()
89 parser: *mut yaml_parser_t, in yaml_parser_set_composer_error()
101 parser: *mut yaml_parser_t, in yaml_parser_set_composer_error_context()
117 unsafe fn yaml_parser_delete_aliases(parser: *mut yaml_parser_t) { in yaml_parser_delete_aliases()
125 parser: *mut yaml_parser_t, in yaml_parser_load_document()
151 unsafe fn yaml_parser_load_nodes(parser: *mut yaml_parser_t, ctx: *mut loader_ctx) -> Success { in yaml_parser_load_nodes()
204 parser: *mut yaml_parser_t, in yaml_parser_register_anchor()
244 parser: *mut yaml_parser_t, in yaml_parser_load_node_add()
298 parser: *mut yaml_parser_t, in yaml_parser_load_alias()
325 parser: *mut yaml_parser_t, in yaml_parser_load_scalar()
[all …]
Dparser.rs45 unsafe fn SKIP_TOKEN(parser: *mut yaml_parser_t) { in SKIP_TOKEN()
66 pub unsafe fn yaml_parser_parse(parser: *mut yaml_parser_t, event: *mut yaml_event_t) -> Success { in yaml_parser_parse()
84 parser: *mut yaml_parser_t, in yaml_parser_set_parser_error()
95 parser: *mut yaml_parser_t, in yaml_parser_set_parser_error_context()
111 parser: *mut yaml_parser_t, in yaml_parser_state_machine()
177 parser: *mut yaml_parser_t, in yaml_parser_parse_stream_start()
207 parser: *mut yaml_parser_t, in yaml_parser_parse_document_start()
339 parser: *mut yaml_parser_t, in yaml_parser_parse_document_content()
360 parser: *mut yaml_parser_t, in yaml_parser_parse_document_end()
395 parser: *mut yaml_parser_t, in yaml_parser_parse_node()
[all …]
Dyaml.rs843 pub struct yaml_parser_t { struct
846 pub error: yaml_error_type_t,
848 pub(crate) error: yaml_error_type_t,
851 pub problem: *const libc::c_char,
853 pub(crate) problem: *const libc::c_char,
856 pub problem_offset: size_t,
858 pub(crate) problem_offset: size_t,
884 pub(crate) input: unnamed_yaml_parser_t_input, argument
886 pub(crate) eof: bool,
888 pub(crate) buffer: yaml_buffer_t<yaml_char_t>,
[all …]
Dscanner.rs25 unsafe fn CACHE(parser: *mut yaml_parser_t, length: size_t) -> Success { in CACHE()
33 unsafe fn SKIP(parser: *mut yaml_parser_t) { in SKIP()
41 unsafe fn SKIP_LINE(parser: *mut yaml_parser_t) { in SKIP_LINE()
58 unsafe fn READ(parser: *mut yaml_parser_t, string: *mut yaml_string_t) { in READ()
67 unsafe fn READ_LINE(parser: *mut yaml_parser_t, string: *mut yaml_string_t) { in READ_LINE()
137 pub unsafe fn yaml_parser_scan(parser: *mut yaml_parser_t, token: *mut yaml_token_t) -> Success { in yaml_parser_scan()
164 parser: *mut yaml_parser_t, in yaml_parser_set_scanner_error()
417 unsafe fn yaml_parser_decrease_flow_level(parser: *mut yaml_parser_t) { in yaml_parser_decrease_flow_level()
426 parser: *mut yaml_parser_t, in yaml_parser_roll_indent()
465 unsafe fn yaml_parser_unroll_indent(parser: *mut yaml_parser_t, column: ptrdiff_t) { in yaml_parser_unroll_indent()
[all …]
Dreader.rs12 parser: *mut yaml_parser_t, in yaml_parser_set_reader_error()
153 parser: *mut yaml_parser_t, in yaml_parser_update_buffer()
Dapi.rs186 pub unsafe fn yaml_parser_delete(parser: *mut yaml_parser_t) { in yaml_parser_delete()
252 parser: *mut yaml_parser_t, in yaml_parser_set_input_string()
276 parser: *mut yaml_parser_t, in yaml_parser_set_input()
289 pub unsafe fn yaml_parser_set_encoding(parser: *mut yaml_parser_t, encoding: yaml_encoding_t) { in yaml_parser_set_encoding()