Searched defs:_xmlExpCtxt (Results 1 – 1 of 1) sorted by relevance
6332 struct _xmlExpCtxt { struct6333 xmlDictPtr dict;6334 xmlExpNodePtr *table;6335 int size;6336 int nbElems;6337 int nb_nodes;6338 int maxNodes;6339 const char *expr;6340 const char *cur;6341 int nb_cons;[all …]