Lines Matching refs:xmlDictOwns
1124 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
1126 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix)))
1884 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
1886 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
1888 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
1891 (!xmlDictOwns(dict, attr->defaultValue)))
2539 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \