Home
last modified time | relevance | path

Searched refs:XML_CAST_FPTR (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h56 #define XML_CAST_FPTR(fptr) fptr macro
/external/libxml2/
Dxpath.c4875 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()
DChangeLog5345 no change to logic. New macro XML_CAST_FPTR to circumvent gcc