Home
last modified time | relevance | path

Searched refs:xmlDictComputeHash (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/private/
Ddict.h59 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string);
/external/cronet/tot/third_party/libxml/src/include/private/
Ddict.h59 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string);
/external/cronet/stable/third_party/libxml/src/include/private/
Ddict.h59 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string);
/external/cronet/tot/third_party/libxml/src/
Ddict.c524 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string) { in xmlDictComputeHash() function
Dparser.c1614 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsLookupSax()
1647 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsUpdateSax()
/external/cronet/stable/third_party/libxml/src/
Ddict.c524 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string) { in xmlDictComputeHash() function
Dparser.c1614 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsLookupSax()
1647 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsUpdateSax()
/external/libxml2/
Ddict.c524 xmlDictComputeHash(const xmlDict *dict, const xmlChar *string) { in xmlDictComputeHash() function
Dparser.c1630 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsLookupSax()
1663 hprefix.hashValue = xmlDictComputeHash(ctxt->dict, prefix); in xmlParserNsUpdateSax()
9588 prefixHashValue = xmlDictComputeHash(ctxt->dict, aprefix); in xmlParseStartTag2()