Searched refs:XML_CAST_FPTR (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dextensions.c604 XML_CAST_FPTR(function));
632 (ctxt->extElements, name, URI, XML_CAST_FPTR(function)));
1401 XML_CAST_FPTR(function), NULL);
1427 XML_CAST_FPTR(ret) = xmlHashLookup2(xsltFunctionsHash, name, URI);
1436 XML_CAST_FPTR(ret) =
1675 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->extElements, name, URI);
1837 XML_CAST_FPTR(function), NULL);
1863 XML_CAST_FPTR(ret) = xmlHashLookup2(xsltTopLevelsHash, name, URI);
1872 XML_CAST_FPTR(ret) = xmlHashLookup2(xsltTopLevelsHash, name, URI);
H A DxsltInternals.h1816 * The macro XML_CAST_FPTR is a hack to avoid a gcc warning about
1821 #ifndef XML_CAST_FPTR
1823 * XML_CAST_FPTR:
1830 * #define XML_CAST_FPTR(fptr) (*(void **)(&fptr))
1835 #define XML_CAST_FPTR(fptr) fptr macro
H A Dfunctions.c84 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dhash.h44 * XML_CAST_FPTR:
51 * #define XML_CAST_FPTR(fptr) (*(void **)(&fptr))
56 #define XML_CAST_FPTR(fptr) fptr macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dhash.h44 * XML_CAST_FPTR:
51 * #define XML_CAST_FPTR(fptr) (*(void **)(&fptr))
56 #define XML_CAST_FPTR(fptr) fptr macro
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c4870 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4951 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
13535 XML_CAST_FPTR(func) = op->cache;
13562 op->cache = XML_CAST_FPTR(func);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c4756 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4837 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
13370 XML_CAST_FPTR(func) = op->cache;
13395 op->cache = XML_CAST_FPTR(func);

Completed in 387 milliseconds