Home
last modified time | relevance | path

Searched refs:xmlDictAddString (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
Ddict.c242 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()
DNEWS795 …Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cg…
/third_party/gettext/gnulib-local/lib/libxml/
Ddict.c252 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()