Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Ddict.c158 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { in xmlDictAddString() function
223 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); in xmlDictAddQString()
814 ret = xmlDictAddString(dict, name, len); in xmlDictLookup()
/external/libxml2/
Ddict.c185 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { in xmlDictAddString() function
250 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); in xmlDictAddQString()
847 ret = xmlDictAddString(dict, name, len); in xmlDictLookup()