Lines Matching full:nsret
1133 xmlNsPtr nsret;
1164 nsret = xmlNewNs(ctxt->node, val, NULL);
1171 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1174 ctxt->node, prefix, nsret, val);
1187 xmlNsPtr nsret;
1227 nsret = xmlNewNs(ctxt->node, val, name);
1234 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1237 ctxt->node, prefix, nsret, value);