Searched refs:XML_CAST_FPTR (Results 1 – 3 of 3) sorted by relevance
56 #define XML_CAST_FPTR(fptr) fptr macro
4875 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f))); in xmlXPathRegisterFuncNS()4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri); in xmlXPathFunctionLookupNS()13568 XML_CAST_FPTR(func) = op->cache; in xmlXPathCompOpEval()13595 op->cache = XML_CAST_FPTR(func); in xmlXPathCompOpEval()
5345 no change to logic. New macro XML_CAST_FPTR to circumvent gcc