Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxpath.c953 struct _xmlXPathStepOp { struct
954 xmlXPathOp op; /* The identifier of the operation */
955 int ch1; /* First child */
956 int ch2; /* Second child */
957 int value;
958 int value2;
959 int value3;
960 void *value4;
961 void *value5;
962 xmlXPathFunction cache;
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.c946 struct _xmlXPathStepOp { struct
947 xmlXPathOp op; /* The identifier of the operation */
948 int ch1; /* First child */
949 int ch2; /* Second child */
950 int value;
951 int value2;
952 int value3;
953 void *value4;
954 void *value5;
955 xmlXPathFunction cache;
[all …]