Lines Matching refs:nval
1131 xmlChar *nval; in xmlSAX2AttributeInternal() local
1170 nval = xmlStrdup(fullname); in xmlSAX2AttributeInternal()
1171 value = (const xmlChar *) nval; in xmlSAX2AttributeInternal()
1182 nval = xmlValidCtxtNormalizeAttributeValue(&ctxt->vctxt, in xmlSAX2AttributeInternal()
1188 if (nval != NULL) in xmlSAX2AttributeInternal()
1189 value = nval; in xmlSAX2AttributeInternal()
1191 nval = NULL; in xmlSAX2AttributeInternal()
1213 if (nval != NULL) in xmlSAX2AttributeInternal()
1214 xmlFree(nval); in xmlSAX2AttributeInternal()
1254 if (nval != NULL) in xmlSAX2AttributeInternal()
1255 xmlFree(nval); in xmlSAX2AttributeInternal()
1276 if (nval != NULL) in xmlSAX2AttributeInternal()
1277 xmlFree(nval); in xmlSAX2AttributeInternal()
1319 if (nval != NULL) in xmlSAX2AttributeInternal()
1320 xmlFree(nval); in xmlSAX2AttributeInternal()
1452 if (nval != NULL) in xmlSAX2AttributeInternal()
1453 xmlFree(nval); in xmlSAX2AttributeInternal()