Searched defs:parser (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-10.1-release/contrib/expat/examples/
H A Delements.c47 XML_Parser parser = XML_ParserCreate(NULL); local
/freebsd-10.1-release/contrib/libyaml/tests/
H A Dexample-reformatter-alt.c16 yaml_parser_t parser; local
[all...]
H A Dexample-reformatter.c16 yaml_parser_t parser; local
[all...]
H A Drun-loader.c24 yaml_parser_t parser; local
H A Drun-parser.c24 yaml_parser_t parser; local
H A Drun-scanner.c24 yaml_parser_t parser; local
H A Dexample-deconstructor.c16 yaml_parser_t parser; local
[all...]
H A Dexample-deconstructor-alt.c16 yaml_parser_t parser; local
[all...]
H A Dtest-reader.c119 yaml_parser_t parser; local
167 yaml_parser_t parser; local
209 yaml_parser_t parser; local
281 yaml_parser_t parser; local
[all...]
H A Drun-emitter.c251 yaml_parser_t parser; local
/freebsd-10.1-release/contrib/libucl/tests/
H A Dtest_basic.c31 struct ucl_parser *parser = NULL, *parser2 = NULL; local
H A Dtest_speed.c63 struct ucl_parser *parser; local
H A Dtest_schema.c126 struct ucl_parser *parser; local
/freebsd-10.1-release/contrib/libucl/utils/
H A Dobjdump.c99 struct ucl_parser *parser; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h62 class parser<clang::ParsedSourceLocation> class in namespace:llvm::cl
/freebsd-10.1-release/contrib/ntp/libjsmn/
H A Djsmn.c8 static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser, argument
37 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, argument
86 jsmn_parse_string(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) argument
153 jsmn_parse(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens) argument
307 jsmn_init(jsmn_parser *parser) argument
[all...]
/freebsd-10.1-release/contrib/apr-util/test/
H A Dtestxml.c123 apr_xml_parser *parser; local
154 apr_xml_parser *parser; local
/freebsd-10.1-release/contrib/expat/tests/benchmark/
H A Dbenchmark.c27 XML_Parser parser; local
[all...]
/freebsd-10.1-release/contrib/libyaml/src/
H A Dreader.c26 yaml_parser_set_reader_error(yaml_parser_t *parser, const char *problem, argument
51 yaml_parser_determine_encoding(yaml_parser_t *parser) argument
94 yaml_parser_update_raw_buffer(yaml_parser_t *parser) argument
142 yaml_parser_update_buffer(yaml_parser_t *parser, size_t length) argument
[all...]
H A Dloader.c67 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document) argument
119 yaml_parser_set_composer_error(yaml_parser_t *parser, const char *problem, yaml_mark_t problem_mark) argument
134 yaml_parser_set_composer_error_context(yaml_parser_t *parser, const char *context, yaml_mark_t context_mark, const char *problem, yaml_mark_t problem_mark) argument
152 yaml_parser_delete_aliases(yaml_parser_t *parser) argument
165 yaml_parser_load_document(yaml_parser_t *parser, yaml_event_t *first_event) argument
201 yaml_parser_load_node(yaml_parser_t *parser, yaml_event_t *first_event) argument
225 yaml_parser_register_anchor(yaml_parser_t *parser, int index, yaml_char_t *anchor) argument
260 yaml_parser_load_alias(yaml_parser_t *parser, yaml_event_t *first_event) argument
283 yaml_parser_load_scalar(yaml_parser_t *parser, yaml_event_t *first_event) argument
320 yaml_parser_load_sequence(yaml_parser_t *parser, yaml_event_t *first_event) argument
377 yaml_parser_load_mapping(yaml_parser_t *parser, yaml_event_t *first_event) argument
[all...]
H A Dparser.c170 yaml_parser_parse(yaml_parser_t *parser, yaml_event_t *event) argument
196 yaml_parser_set_parser_error(yaml_parser_t *parser, const char *problem, yaml_mark_t problem_mark) argument
207 yaml_parser_set_parser_error_context(yaml_parser_t *parser, const char *context, yaml_mark_t context_mark, const char *problem, yaml_mark_t problem_mark) argument
226 yaml_parser_state_machine(yaml_parser_t *parser, yaml_event_t *event) argument
313 yaml_parser_parse_stream_start(yaml_parser_t *parser, yaml_event_t *event) argument
342 yaml_parser_parse_document_start(yaml_parser_t *parser, yaml_event_t *event, int implicit) argument
440 yaml_parser_parse_document_content(yaml_parser_t *parser, yaml_event_t *event) argument
470 yaml_parser_parse_document_end(yaml_parser_t *parser, yaml_event_t *event) argument
529 yaml_parser_parse_node(yaml_parser_t *parser, yaml_event_t *event, int block, int indentless_sequence) argument
726 yaml_parser_parse_block_sequence_entry(yaml_parser_t *parser, yaml_event_t *event, int first) argument
785 yaml_parser_parse_indentless_sequence_entry(yaml_parser_t *parser, yaml_event_t *event) argument
835 yaml_parser_parse_block_mapping_key(yaml_parser_t *parser, yaml_event_t *event, int first) argument
901 yaml_parser_parse_block_mapping_value(yaml_parser_t *parser, yaml_event_t *event) argument
951 yaml_parser_parse_flow_sequence_entry(yaml_parser_t *parser, yaml_event_t *event, int first) argument
1013 yaml_parser_parse_flow_sequence_entry_mapping_key(yaml_parser_t *parser, yaml_event_t *event) argument
1043 yaml_parser_parse_flow_sequence_entry_mapping_value(yaml_parser_t *parser, yaml_event_t *event) argument
1074 yaml_parser_parse_flow_sequence_entry_mapping_end(yaml_parser_t *parser, yaml_event_t *event) argument
1103 yaml_parser_parse_flow_mapping_key(yaml_parser_t *parser, yaml_event_t *event, int first) argument
1174 yaml_parser_parse_flow_mapping_value(yaml_parser_t *parser, yaml_event_t *event, int empty) argument
1210 yaml_parser_process_empty_scalar(yaml_parser_t *parser, yaml_event_t *event, yaml_mark_t mark) argument
1233 yaml_parser_process_directives(yaml_parser_t *parser, yaml_version_directive_t **version_directive_ref, yaml_tag_directive_t **tag_directives_start_ref, yaml_tag_directive_t **tag_directives_end_ref) argument
1341 yaml_parser_append_tag_directive(yaml_parser_t *parser, yaml_tag_directive_t value, int allow_duplicates, yaml_mark_t mark) argument
[all...]
/freebsd-10.1-release/contrib/expat/xmlwf/
H A Dxmlfile.c56 XML_Parser parser; member in struct:__anon932
61 reportError(XML_Parser parser, const XML_Char *filename) argument
80 XML_Parser parser = ((PROCESS_ARGS *)args)->parser; local
131 externalEntityRefFilemap(XML_Parser parser, argument
154 processStream(const XML_Char *filename, XML_Parser parser) argument
199 externalEntityRefStream(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
218 XML_ProcessFile(XML_Parser parser, const XML_Char *filename, unsigned flags) argument
[all...]
/freebsd-10.1-release/lib/libgeom/
H A Dgeom_xml2tree.c59 XML_Parser parser; member in struct:mystate
350 XML_Parser parser; local
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Dmkpar.c28 action **parser; variable
/freebsd-10.1-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp124 parser_t parser = do_file; local

Completed in 181 milliseconds

123