Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlAttributePtr

1387     xmlAttributePtr oldAttributes = NULL;
1846 xmlAttributePtr cur;
1872 xmlFreeAttribute(xmlAttributePtr attr) {
1924 xmlAttributePtr
1930 xmlAttributePtr ret;
2023 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2105 xmlAttributePtr tmp = elemDef->attributes;
2157 * Returns the new xmlAttributePtr or NULL in case of error.
2159 static xmlAttributePtr
2160 xmlCopyAttribute(xmlAttributePtr attr) {
2161 xmlAttributePtr cur;
2163 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2209 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) {
2290 xmlDumpAttributeDeclScan(xmlAttributePtr attr, xmlBufferPtr buf) {
2694 xmlAttributePtr attrDecl = NULL;
3028 xmlAttributePtr attrDecl;
3264 * returns the xmlAttributePtr if found or NULL
3267 xmlAttributePtr
3270 xmlAttributePtr cur;
3301 * returns the xmlAttributePtr if found or NULL
3304 xmlAttributePtr
3960 xmlAttributePtr attrDecl = NULL;
4046 xmlAttributePtr attrDecl = NULL;
4092 xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count,
4117 xmlAttributePtr attr) {
4352 xmlAttributePtr attrDecl = NULL;
4529 xmlAttributePtr attrDecl = NULL;
5944 xmlAttributePtr attr;
6664 xmlValidateAttributeCallback(xmlAttributePtr cur, xmlValidCtxtPtr ctxt,