Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxpath.c815 struct _xmlXPathStepOp { struct
816 xmlXPathOp op; /* The identifier of the operation */
817 int ch1; /* First child */
818 int ch2; /* Second child */
819 int value;
820 int value2;
821 int value3;
822 void *value4;
823 void *value5;
824 xmlXPathFunction cache;
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c834 struct _xmlXPathStepOp { struct
835 xmlXPathOp op; /* The identifier of the operation */
836 int ch1; /* First child */
837 int ch2; /* Second child */
838 int value;
839 int value2;
840 int value3;
841 void *value4;
842 void *value5;
843 xmlXPathFunction cache;
[all …]