Lines Matching defs:_xmlXPathStepOp
815 struct _xmlXPathStepOp { struct816 xmlXPathOp op; /* The identifier of the operation */817 int ch1; /* First child */818 int ch2; /* Second child */819 int value;820 int value2;821 int value3;822 void *value4;823 void *value5;824 xmlXPathFunction cache;825 void *cacheURI;