Searched defs:parse_context (Results 1 – 6 of 6) sorted by relevance
30 struct parse_context struct32 config_t *config;33 config_setting_t *parent;34 config_setting_t *setting;35 char *name;36 strbuf_t string;
241 struct parse_context { struct242 struct location loc;243 XML_Parser parser;244 struct protocol *protocol;245 struct interface *interface;246 struct message *message;247 struct enumeration *enumeration;248 struct description *description;249 char character_data[8192];250 unsigned int character_data_length;
94 void *parse_context; /* generic context pointer used by parser; member
312 def parse_context(): function
310 def parse_context(): function
229 fmt::format_parse_context& parse_context() { return ctx; } in parse_context() function