Searched defs:_xmlXPathStepOp (Results 1 – 1 of 1) sorted by relevance
559 struct _xmlXPathStepOp { struct560 xmlXPathOp op; /* The identifier of the operation */561 int ch1; /* First child */562 int ch2; /* Second child */563 int value;564 int value2;565 int value3;566 void *value4;567 void *value5;568 void *cache;[all …]