Lines Matching defs:_xmlXPathStepOp
946 struct _xmlXPathStepOp { struct947 xmlXPathOp op; /* The identifier of the operation */948 int ch1; /* First child */949 int ch2; /* Second child */950 int value;951 int value2;952 int value3;953 void *value4;954 void *value5;955 xmlXPathFunction cache;956 void *cacheURI;