Searched refs:xmlHashLookup (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/libxslt/libxslt/
H A Dextensions.c346 if (xmlHashLookup(xsltModuleHash, URI) != NULL) {
552 module = xmlHashLookup(xsltExtensionsHash, URI);
557 module = xmlHashLookup(xsltExtensionsHash, URI);
683 module = xmlHashLookup(xsltExtensionsHash, URI);
776 (xsltExtDataPtr) xmlHashLookup(tmpStyle->extInfos, URI);
794 (xsltExtDataPtr) xmlHashLookup(tmpStyle->extInfos, URI);
833 dataContainer = (xsltExtDataPtr) xmlHashLookup(style->extInfos, URI);
874 data = (xsltExtDataPtr) xmlHashLookup(ctxt->extInfos, URI);
882 module = xmlHashLookup(xsltExtensionsHash, URI);
961 ctxtData = (xsltExtDataPtr) xmlHashLookup(ctx
[all...]
H A Dnamespaces.c661 xmlHashLookup(style->nsAliases, ns->href);
791 URI = (const xmlChar *) xmlHashLookup(ctxt->style->nsAliases,
H A Dpreproc.c142 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
194 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
/external/libxslt/libxslt/
H A Dextensions.c346 if (xmlHashLookup(xsltModuleHash, URI) != NULL) {
552 module = xmlHashLookup(xsltExtensionsHash, URI);
557 module = xmlHashLookup(xsltExtensionsHash, URI);
683 module = xmlHashLookup(xsltExtensionsHash, URI);
776 (xsltExtDataPtr) xmlHashLookup(tmpStyle->extInfos, URI);
794 (xsltExtDataPtr) xmlHashLookup(tmpStyle->extInfos, URI);
833 dataContainer = (xsltExtDataPtr) xmlHashLookup(style->extInfos, URI);
874 data = (xsltExtDataPtr) xmlHashLookup(ctxt->extInfos, URI);
882 module = xmlHashLookup(xsltExtensionsHash, URI);
961 ctxtData = (xsltExtDataPtr) xmlHashLookup(ctx
[all...]
H A Dnamespaces.c661 xmlHashLookup(style->nsAliases, ns->href);
791 URI = (const xmlChar *) xmlHashLookup(ctxt->style->nsAliases,
H A Dpreproc.c142 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
194 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h170 xmlHashLookup (xmlHashTablePtr table,
/external/chromium_org/third_party/libxslt/libexslt/
H A Dsaxon.c98 ret = xmlHashLookup(hash, arg);
/external/libxml2/include/libxml/
H A Dhash.h170 xmlHashLookup (xmlHashTablePtr table,
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c1428 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1556 cur = xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
2555 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, pubID);
2587 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, sysID);
H A Dvalid.c2752 id = xmlHashLookup(table, ID);
2789 id = xmlHashLookup(table, ID);
2957 if (NULL == (ref_list = xmlHashLookup(table, value))) {
3071 ref_list = xmlHashLookup(table, ID);
3126 return (xmlHashLookup(table, ID));
3334 return(xmlHashLookup(table, name));
H A Dentities.c434 return((xmlEntityPtr) xmlHashLookup(table, name));
H A Dhash.c406 * xmlHashLookup:
415 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { function
H A Dtree.c165 return((xmlEntityPtr) xmlHashLookup(table, name));
186 return((xmlEntityPtr) xmlHashLookup(table, name));
3749 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur)
3752 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur)
3757 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur)
3760 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur)
H A Drelaxng.c2767 if (xmlHashLookup(xmlRelaxNGRegisteredTypes, namespace) != NULL) {
3551 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3650 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
4635 prev = xmlHashLookup(ctxt->grammar->defs, name);
4673 xmlHashLookup(ctxt->grammar->refs, def->name);
4939 xmlHashLookup(ctxt->grammar->refs, def->name);
5056 xmlHashLookup(ctxt->parentgrammar->refs, def->name);
5695 def = xmlHashLookup(grammar->defs, name);
H A Delfgcchack.h4233 #undef xmlHashLookup macro
4234 extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
4236 #ifndef xmlHashLookup
4237 extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
4238 #define xmlHashLookup xmlHashLookup__internal_alias macro
H A Dxmlreader.c261 id = xmlHashLookup(table, ID);
/external/libxml2/
H A Dcatalog.c1425 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1553 cur = xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
2552 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, pubID);
2584 entry = (xmlCatalogEntryPtr) xmlHashLookup(catal, sysID);
H A Dvalid.c2752 id = xmlHashLookup(table, ID);
2789 id = xmlHashLookup(table, ID);
2957 if (NULL == (ref_list = xmlHashLookup(table, value))) {
3071 ref_list = xmlHashLookup(table, ID);
3126 return (xmlHashLookup(table, ID));
3334 return(xmlHashLookup(table, name));
H A Dentities.c434 return((xmlEntityPtr) xmlHashLookup(table, name));
H A Dhash.c442 * xmlHashLookup:
451 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { function
H A Dtree.c165 return((xmlEntityPtr) xmlHashLookup(table, name));
186 return((xmlEntityPtr) xmlHashLookup(table, name));
3762 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur)
3765 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur)
3770 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur)
3773 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur)
H A Drelaxng.c2767 if (xmlHashLookup(xmlRelaxNGRegisteredTypes, namespace) != NULL) {
3551 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
3650 xmlHashLookup(xmlRelaxNGRegisteredTypes, library);
4635 prev = xmlHashLookup(ctxt->grammar->defs, name);
4673 xmlHashLookup(ctxt->grammar->refs, def->name);
4939 xmlHashLookup(ctxt->grammar->refs, def->name);
5056 xmlHashLookup(ctxt->parentgrammar->refs, def->name);
5695 def = xmlHashLookup(grammar->defs, name);
H A Delfgcchack.h4233 #undef xmlHashLookup macro
4234 extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
4236 #ifndef xmlHashLookup
4237 extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
4238 #define xmlHashLookup xmlHashLookup__internal_alias macro
H A Dxmlreader.c261 id = xmlHashLookup(table, ID);

Completed in 735 milliseconds

12