• Home
  • Raw
  • Download

Lines Matching defs:libc

187             b"did not find expected <stream-start>\0" as *const u8 as *const libc::c_char,  in yaml_parser_parse_stream_start()  constant
287 b"did not find expected <document start>\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_document_start() constant
512 (*tag_directive).prefix as *const libc::c_void, in yaml_parser_parse_node() constant
517 tag_suffix as *const libc::c_void, in yaml_parser_parse_node() constant
535 b"while parsing a node\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_node() constant
537 b"found undefined tag handle\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_node() constant
577 b"!\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_node() constant
704 b"while parsing a block node\0" as *const u8 as *const libc::c_char in yaml_parser_parse_node() constant
706 b"while parsing a flow node\0" as *const u8 as *const libc::c_char in yaml_parser_parse_node() constant
709 b"did not find expected node content\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_node() constant
768 b"while parsing a block collection\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_block_sequence_entry() constant
770 b"did not find expected '-' indicator\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_block_sequence_entry() constant
866 b"while parsing a block mapping\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_block_mapping_key() constant
868 b"did not find expected key\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_block_mapping_key() constant
933 b"while parsing a flow sequence\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_flow_sequence_entry() constant
935 b"did not find expected ',' or ']'\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_flow_sequence_entry() constant
1077 b"while parsing a flow mapping\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_flow_mapping_key() constant
1079 b"did not find expected ',' or '}'\0" as *const u8 as *const libc::c_char, in yaml_parser_parse_flow_mapping_key() constant
1183 handle: b"!\0" as *const u8 as *const libc::c_char as *mut yaml_char_t, in yaml_parser_process_directives() constant
1184 prefix: b"!\0" as *const u8 as *const libc::c_char as *mut yaml_char_t, in yaml_parser_process_directives() constant
1187 handle: b"!!\0" as *const u8 as *const libc::c_char as *mut yaml_char_t, in yaml_parser_process_directives() constant
1188 prefix: b"tag:yaml.org,2002:\0" as *const u8 as *const libc::c_char as *mut yaml_char_t, in yaml_parser_process_directives() constant
1223 b"found duplicate %YAML directive\0" as *const u8 as *const libc::c_char, in yaml_parser_process_directives() constant
1234 b"found incompatible YAML document\0" as *const u8 as *const libc::c_char, in yaml_parser_process_directives() constant
1341 b"found duplicate %TAG directive\0" as *const u8 as *const libc::c_char, in yaml_parser_append_tag_directive() constant