Searched defs:_xmlExpCtxt (Results 1 – 1 of 1) sorted by relevance
6345 struct _xmlExpCtxt { struct6346 xmlDictPtr dict;6347 xmlExpNodePtr *table;6348 int size;6349 int nbElems;6350 int nb_nodes;6351 int maxNodes;6352 const char *expr;6353 const char *cur;6354 int nb_cons;[all …]