Searched refs:xmlAddAttributeDecl (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h242 xmlAddAttributeDecl (xmlValidCtxtPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c727 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
731 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
H A Delfgcchack.h965 #undef xmlAddAttributeDecl macro
966 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
968 #ifndef xmlAddAttributeDecl
969 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
970 #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias macro
H A Dvalid.c1952 * xmlAddAttributeDecl:
1969 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, function
2059 "xmlAddAttributeDecl: Table creation failed!\n");
H A Dtestapi.c24380 ret_val = xmlAddAttributeDecl(ctxt, dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)ns, type, def, (const xmlChar *)defaultValue, tree);
24394 printf("Leak of %d blocks found in xmlAddAttributeDecl",
[all...]

Completed in 237 milliseconds