HomeSort by relevance Sort by last modified time
    Searched defs:_xmlDoc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 223 struct _xmlDoc *doc; /* the containing document */
316 struct _xmlDoc *doc; /* the containing document */
357 struct _xmlDoc *context; /* normally an xmlDoc */
374 struct _xmlDoc *parent; /* child->parent link */
377 struct _xmlDoc *doc; /* the containing document */
405 struct _xmlDoc *doc; /* the containing document */
425 struct _xmlDoc *doc; /* The document holding the ID */
460 struct _xmlDoc *doc; /* the containing document */
511 typedef struct _xmlDoc xmlDoc;
513 struct _xmlDoc {
    [all...]
  /external/libxml2/include/libxml/
tree.h 223 struct _xmlDoc *doc; /* the containing document */
316 struct _xmlDoc *doc; /* the containing document */
356 struct _xmlDoc *context; /* normally an xmlDoc */
373 struct _xmlDoc *parent; /* child->parent link */
376 struct _xmlDoc *doc; /* the containing document */
404 struct _xmlDoc *doc; /* the containing document */
424 struct _xmlDoc *doc; /* The document holding the ID */
459 struct _xmlDoc *doc; /* the containing document */
510 typedef struct _xmlDoc xmlDoc;
512 struct _xmlDoc {
    [all...]

Completed in 879 milliseconds