Searched defs:_xmlXPathStepOp (Results 1 – 2 of 2) sorted by relevance
965 struct _xmlXPathStepOp { struct966 xmlXPathOp op; /* The identifier of the operation */967 int ch1; /* First child */968 int ch2; /* Second child */969 int value;970 int value2;971 int value3;972 void *value4;973 void *value5;974 xmlXPathFunction cache;[all …]