Searched refs:xmlDictAddQString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | dict.c | 212 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, unsigned int plen, in xmlDictAddQString() function 778 ret = xmlDictAddQString(dict, prefix, plen, name, len); in xmlDictLookupInternal()
|
/aosp_15_r20/external/libxml2/ |
H A D | dict.c | 207 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, unsigned int plen, in xmlDictAddQString() function 791 ret = xmlDictAddQString(dict, prefix, plen, name, len); in xmlDictLookupInternal()
|