Searched refs:xmlRefPtr (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h286 XMLPUBFUN xmlRefPtr XMLCALL
H A Dtree.h434 typedef xmlRef *xmlRefPtr; typedef
/external/libxml2/
H A Dvalid.c2879 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);

Completed in 34 milliseconds