Home | History | Annotate | Download | only in libxml2

Lines Matching refs:BAD_CAST

719     if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
1085 if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
1362 if (xmlStrEqual(fullname, BAD_CAST "xml:id")) {
1429 fulln = xmlStrcat(fulln, BAD_CAST ":");
1486 (xmlStrEqual(attr->prefix, BAD_CAST "xmlns"))) ||
1488 (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) ||
2312 if ((ret->ns == NULL) && (xmlStrEqual(prefix, BAD_CAST "xml"))) {