Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c241 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString() function
313 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); in xmlDictAddQString()
955 ret = xmlDictAddString(dict, name, l); in xmlDictLookup()