Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/
Dxpath.c965 struct _xmlXPathStepOp { struct
966 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 …]
/external/libxml2/
Dxpath.c965 struct _xmlXPathStepOp { struct
966 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 …]