Searched refs:xmlHashCreateDict (Results 1 – 11 of 11) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | hash.h | 109 xmlHashCreateDict(int size,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | hash.rpgle | 75 d xmlHashCreateDict... 76 d pr extproc('xmlHashCreateDict')
|
| /third_party/libxml2/ |
| D | entities.c | 242 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity() 248 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
|
| D | valid.c | 1531 table = xmlHashCreateDict(0, dict); in xmlAddElementDecl() 2097 table = xmlHashCreateDict(0, dict); in xmlAddAttributeDecl() 2462 dtd->notations = table = xmlHashCreateDict(0, dict); in xmlAddNotationDecl() 2712 doc->ids = table = xmlHashCreateDict(0, doc->dict); in xmlAddID() 3042 doc->refs = table = xmlHashCreateDict(0, doc->dict); in xmlAddRef() 3316 table = xmlHashCreateDict(0, dict); in xmlGetDtdElementDesc2()
|
| D | hash.c | 215 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict() function
|
| D | libxml2.syms | 2005 xmlHashCreateDict;
|
| D | elfgcchack.h | 4305 #undef xmlHashCreateDict 4306 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__intern… 4308 #ifndef xmlHashCreateDict 4309 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidd… 4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro
|
| D | parser.c | 1269 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs() 1368 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr()
|
| D | xmlschemas.c | 3706 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate() 5780 WXS_SUBST_GROUPS(pctxt) = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaSubstGroupAdd() 20924 *table = xmlHashCreateDict(10, pctxt->dict); in xmlSchemaAddComponents()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 947 xmlHashCreateDict
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 79614 - * hash.c include/libxml/hash.h: added xmlHashCreateDict where 105290 -#undef xmlHashCreateDict 105291 -extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__inter… 105293 -#ifndef xmlHashCreateDict 105294 -extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hid… 105295 -#define xmlHashCreateDict xmlHashCreateDict__internal_alias
|