Searched refs:xmlDictAddString (Results 1 – 3 of 3) sorted by relevance
/third_party/libxml2/ |
D | dict.c | 242 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString() function 314 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); in xmlDictAddQString() 963 ret = xmlDictAddString(dict, name, l); in xmlDictLookup()
|
D | NEWS | 795 …Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cg…
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | dict.c | 252 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString() function 324 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); in xmlDictAddQString() 966 ret = xmlDictAddString(dict, name, l); in xmlDictLookup()
|