Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxpath.c559 struct _xmlXPathStepOp { struct
560 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 …]
/external/libxml2/
Dxpath.c638 struct _xmlXPathStepOp { struct
639 xmlXPathOp op; /* The identifier of the operation */
640 int ch1; /* First child */
641 int ch2; /* Second child */
642 int value;
643 int value2;
644 int value3;
645 void *value4;
646 void *value5;
647 void *cache;
[all …]