Searched defs:_xmlExpCtxt (Results 1 – 1 of 1) sorted by relevance
6284 struct _xmlExpCtxt { struct6285 xmlDictPtr dict;6286 xmlExpNodePtr *table;6287 int size;6288 int nbElems;6289 int nb_nodes;6290 int maxNodes;6291 const char *expr;6292 const char *cur;6293 int nb_cons;[all …]