Searched defs:_xmlCatalogEntry (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c128 typedef struct _xmlCatalogEntry xmlCatalogEntry;
130 struct _xmlCatalogEntry { struct
131 struct _xmlCatalogEntry *next;
132 struct _xmlCatalogEntry *parent;
133 struct _xmlCatalogEntry *children;
141 struct _xmlCatalogEntry *group;
/external/libxml2/
H A Dcatalog.c132 typedef struct _xmlCatalogEntry xmlCatalogEntry;
134 struct _xmlCatalogEntry { struct
135 struct _xmlCatalogEntry *next;
136 struct _xmlCatalogEntry *parent;
137 struct _xmlCatalogEntry *children;
145 struct _xmlCatalogEntry *group;

Completed in 340 milliseconds