Searched defs:_xmlNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h218 struct _xmlNode *children; /* NULL */
219 struct _xmlNode *last; /* NULL */
221 struct _xmlNode *next; /* next sibling link */
222 struct _xmlNode *prev; /* previous sibling link */
311 struct _xmlNode *children; /* NULL */
312 struct _xmlNode *last; /* NULL */
314 struct _xmlNode *next; /* next sibling link */
315 struct _xmlNode *prev; /* previous sibling link */
372 struct _xmlNode *children; /* the value of the property link */
373 struct _xmlNode *las
451 struct _xmlNode { struct
[all...]
/external/libxml2/include/libxml/
H A Dtree.h256 struct _xmlNode *children; /* NULL */
257 struct _xmlNode *last; /* NULL */
259 struct _xmlNode *next; /* next sibling link */
260 struct _xmlNode *prev; /* previous sibling link */
349 struct _xmlNode *children; /* NULL */
350 struct _xmlNode *last; /* NULL */
352 struct _xmlNode *next; /* next sibling link */
353 struct _xmlNode *prev; /* previous sibling link */
409 struct _xmlNode *children; /* the value of the property link */
410 struct _xmlNode *las
488 struct _xmlNode { struct
[all...]

Completed in 133 milliseconds