Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_CAST_FPTR

4756     return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4837 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
13373 XML_CAST_FPTR(func) = op->cache;
13398 op->cache = XML_CAST_FPTR(func);