Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictOwns

1126 	    if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
1128 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix)))
1933 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
1935 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
1937 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
1940 (!xmlDictOwns(dict, attr->defaultValue)))
2588 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \