Lines Matching refs:parser_context
67 struct parser_context { struct
215 create_group(struct parser_context *ctx, in create_group()
244 create_enum(struct parser_context *ctx, const char *name, const char **atts) in create_enum()
271 string_to_type(struct parser_context *ctx, const char *s) in string_to_type()
306 create_field(struct parser_context *ctx, const char **atts) in create_field()
348 create_value(struct parser_context *ctx, const char **atts) in create_value()
363 create_and_append_field(struct parser_context *ctx, in create_and_append_field()
398 skip_if_ver_mismatch(struct parser_context *ctx, int min_ver, int max_ver) in skip_if_ver_mismatch()
412 struct parser_context *ctx = data; in start_element()
494 struct parser_context *ctx = data; in end_element()
624 struct parser_context ctx; in v3d_spec_load()