Searched defs:_xmlExpCtxt (Results 1 – 1 of 1) sorted by relevance
6436 struct _xmlExpCtxt { struct6437 xmlDictPtr dict;6438 xmlExpNodePtr *table;6439 int size;6440 int nbElems;6441 int nb_nodes;6442 int maxNodes;6443 const char *expr;6444 const char *cur;6445 int nb_cons;[all …]