Searched refs:funcHash (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h298 xmlHashTablePtr funcHash; /* Hash table of defined funcs */ member in struct:_xmlXPathContext
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4777 if (ctxt->funcHash == NULL)
4778 ctxt->funcHash = xmlHashCreate(0);
4779 if (ctxt->funcHash == NULL)
4782 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4783 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4861 if (ctxt->funcHash == NULL)
4864 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4879 xmlHashFree(ctxt->funcHash, NULL);
4880 ctxt->funcHash = NULL;
6035 ret->funcHash
[all...]

Completed in 81 milliseconds