Home
last modified time | relevance | path

Searched refs:xmlCopyNotationTable (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dvalid.h161 xmlCopyNotationTable (xmlNotationTablePtr table);
/external/libxml2/include/libxml/
Dvalid.h161 xmlCopyNotationTable (xmlNotationTablePtr table);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src694 xmlCopyNotationTable
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h2296 #undef xmlCopyNotationTable
2297 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTabl…
2299 #ifndef xmlCopyNotationTable
2300 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility…
2301 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias macro
Dvalid.c2464 xmlCopyNotationTable(xmlNotationTablePtr table) { in xmlCopyNotationTable() function
Dtree.c4357 ret->notations = (void *) xmlCopyNotationTable( in xmlCopyDtd()
/external/libxml2/
Delfgcchack.h2368 #undef xmlCopyNotationTable
2369 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTabl…
2371 #ifndef xmlCopyNotationTable
2372 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility…
2373 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias macro
Dvalid.c2464 xmlCopyNotationTable(xmlNotationTablePtr table) { in xmlCopyNotationTable() function
Dtree.c4410 ret->notations = (void *) xmlCopyNotationTable( in xmlCopyDtd()