Home
last modified time | relevance | path

Searched defs:_xmlXPathStepOp (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxpath.c929 struct _xmlXPathStepOp { struct
930 xmlXPathOp op; /* The identifier of the operation */
931 int ch1; /* First child */
932 int ch2; /* Second child */
933 int value;
934 int value2;
935 int value3;
936 void *value4;
937 void *value5;
938 void *cache;
[all …]