Searched defs:_xmlXPathStepOp (Results 1 – 1 of 1) sorted by relevance
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;[all …]