Home
last modified time | relevance | path

Searched defs:parse_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libconfig/lib/
H A Dparsectx.h30 struct parse_context struct
32 config_t *config;
33 config_setting_t *parent;
34 config_setting_t *setting;
35 char *name;
36 strbuf_t string;
/aosp_15_r20/external/wayland/src/
H A Dscanner.c242 struct parse_context { struct
243 struct location loc;
244 XML_Parser parser;
245 struct protocol *protocol;
246 struct interface *interface;
247 struct message *message;
248 struct enumeration *enumeration;
249 struct entry *entry;
250 struct description *description;
251 char character_data[8192];
[all …]
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h95 void *parse_context; /* generic context pointer used by parser; member
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dparser.py310 def parse_context(): function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dparser.py312 def parse_context(): function