Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRefPtr

2879     xmlRefPtr ref = (xmlRefPtr)xmlLinkGetData(lk);
2910 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
2944 * Returns NULL if not, otherwise the new xmlRefPtr
2946 xmlRefPtr
2949 xmlRefPtr ret;
2976 ret = (xmlRefPtr) xmlMalloc(sizeof(xmlRef));
6482 xmlValidateRef(xmlRefPtr ref, xmlValidCtxtPtr ctxt,
6569 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);