Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_CAST_FPTR

4875     return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
13552 XML_CAST_FPTR(func) = op->cache;
13579 op->cache = XML_CAST_FPTR(func);