Searched refs:xmlDumpNotationDecl (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h167 xmlDumpNotationDecl (xmlBufferPtr buf,
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c2512 * xmlDumpNotationDecl:
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { function
2547 xmlDumpNotationDecl(buf, nota);
H A Delfgcchack.h3068 #undef xmlDumpNotationDecl macro
3069 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias")));
3071 #ifndef xmlDumpNotationDecl
3072 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden")));
3073 #define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias macro
H A Dtestapi.c24849 xmlDumpNotationDecl(buf, nota);
24855 printf("Leak of %d blocks found in xmlDumpNotationDecl",
[all...]

Completed in 186 milliseconds