Searched refs:xmlHashUpdateEntry (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | hash.h | 123 xmlHashUpdateEntry(xmlHashTablePtr table,
|
/external/libxml2/include/libxml/ |
D | hash.h | 123 xmlHashUpdateEntry(xmlHashTablePtr table,
|
/external/chromium_org/third_party/libxml/src/ |
D | hash.c | 379 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry() function
|
D | elfgcchack.h | 4373 #undef xmlHashUpdateEntry 4374 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__int… 4376 #ifndef xmlHashUpdateEntry 4377 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hi… 4378 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias macro
|
D | valid.c | 3095 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator) in xmlRemoveRef()
|
D | xpath.c | 5031 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()
|
D | testapi.c | 10483 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f); in test_xmlHashUpdateEntry()
|
/external/libxml2/ |
D | hash.c | 411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry() function
|
D | elfgcchack.h | 4465 #undef xmlHashUpdateEntry 4466 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__int… 4468 #ifndef xmlHashUpdateEntry 4469 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hi… 4470 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias macro
|
D | valid.c | 3095 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator) in xmlRemoveRef()
|
D | xpath.c | 5145 return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), in xmlXPathRegisterNs()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 954 xmlHashUpdateEntry
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xslt.c | 3666 xmlHashUpdateEntry(style->nsHash, ns->prefix, in xsltGatherNamespaces()
|