Lines Matching refs:nval
1072 xmlChar *nval; in xmlSAX2AttributeInternal() local
1111 nval = xmlStrdup(fullname); in xmlSAX2AttributeInternal()
1112 value = (const xmlChar *) nval; in xmlSAX2AttributeInternal()
1123 nval = xmlValidCtxtNormalizeAttributeValue(&ctxt->vctxt, in xmlSAX2AttributeInternal()
1129 if (nval != NULL) in xmlSAX2AttributeInternal()
1130 value = nval; in xmlSAX2AttributeInternal()
1132 nval = NULL; in xmlSAX2AttributeInternal()
1187 if (nval != NULL) in xmlSAX2AttributeInternal()
1188 xmlFree(nval); in xmlSAX2AttributeInternal()
1250 if (nval != NULL) in xmlSAX2AttributeInternal()
1251 xmlFree(nval); in xmlSAX2AttributeInternal()
1381 if (nval != NULL) in xmlSAX2AttributeInternal()
1382 xmlFree(nval); in xmlSAX2AttributeInternal()