Searched defs:_xmlExpCtxt (Results 1 – 1 of 1) sorted by relevance
6429 struct _xmlExpCtxt { struct6430 xmlDictPtr dict;6431 xmlExpNodePtr *table;6432 int size;6433 int nbElems;6434 int nb_nodes;6435 int maxNodes;6436 const char *expr;6437 const char *cur;6438 int nb_cons;[all …]