Searched refs:xmlDictComputeKey (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | dict.c | 71 #define xmlDictComputeKey(dict, name, len) \ macro 78 (xmlDictComputeKey(dict, name, len)) : \ 84 #define xmlDictComputeKey(dict, name, len) \ macro 718 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len); in xmlDictGrow() 761 okey = xmlDictComputeKey(dict, iter->name, iter->len); in xmlDictGrow() 888 okey = xmlDictComputeKey(dict, name, l); in xmlDictLookup() 927 skey = xmlDictComputeKey(dict->subdict, name, l); in xmlDictLookup() 1025 okey = xmlDictComputeKey(dict, name, l); in xmlDictExists() 1064 skey = xmlDictComputeKey(dict->subdict, name, l); in xmlDictExists()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | dict.c | 81 #define xmlDictComputeKey(dict, name, len) \ macro 88 (xmlDictComputeKey(dict, name, len)) : \ 94 #define xmlDictComputeKey(dict, name, len) \ macro 721 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len); in xmlDictGrow() 764 okey = xmlDictComputeKey(dict, iter->name, iter->len); in xmlDictGrow() 891 okey = xmlDictComputeKey(dict, name, l); in xmlDictLookup() 930 skey = xmlDictComputeKey(dict->subdict, name, l); in xmlDictLookup() 1028 okey = xmlDictComputeKey(dict, name, l); in xmlDictExists() 1067 skey = xmlDictComputeKey(dict->subdict, name, l); in xmlDictExists()
|