Lines Matching defs:_xmlXPathStepOp
918 struct _xmlXPathStepOp { struct919 xmlXPathOp op; /* The identifier of the operation */920 int ch1; /* First child */921 int ch2; /* Second child */922 int value;923 int value2;924 int value3;925 void *value4;926 void *value5;927 xmlXPathFunction cache;928 void *cacheURI;