Home | History | Annotate | Download | only in libxml2

Lines Matching refs:newNs

6120     xmlNsPtr *newNs = NULL;
6148 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
6150 if (newNs == NULL) {
6158 node->ns = newNs[i];
6177 xmlFree(newNs);
6180 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
6182 if (newNs == NULL) {
6188 newNs[nbCache] = n;
6212 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
6214 if (newNs == NULL) {
6222 attr->ns = newNs[i];
6241 xmlFree(newNs);
6244 newNs = (xmlNsPtr *) xmlRealloc(newNs,
6246 if (newNs == NULL) {
6252 newNs[nbCache] = n;
6293 if (newNs != NULL)
6294 xmlFree(newNs);
7585 xmlNsPtr newNs; /* new ns decl reference */
7649 * @newNs: the new ns-struct
7656 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7723 ret->newNs = newNs;
7877 if ((ns->prefix == mi->newNs->prefix) ||
7878 xmlStrEqual(ns->prefix, mi->newNs->prefix)) {
7944 xmlNsPtr oldNs, xmlNsPtr newNs)
7964 (*list)[2 * (*number) +1] = newNs;
8412 ((mi->newNs->href != NULL) &&
8413 (mi->newNs->href[0] != 0)) &&
8415 ((! prefixed) || (mi->newNs->prefix != NULL)) &&
8417 ((mi->newNs->href == ns->href) ||
8418 xmlStrEqual(mi->newNs->href, ns->href))) {
8421 *retNs = mi->newNs;
8462 ((ns->prefix == mi->newNs->prefix) ||
8463 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8559 ((ns->prefix == mi->newNs->prefix) ||
8560 xmlStrEqual(ns->prefix, mi->newNs->prefix)) &&
8561 ((ns->href == mi->newNs->href) ||
8562 xmlStrEqual(ns->href, mi->newNs->href)))
8569 &sizeRedund, &nbRedund, ns, mi->newNs) == -1)
8596 ((ns->prefix == mi->newNs->prefix) ||
8597 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8654 cur->ns = mi->newNs;
8879 ((ns->prefix == mi->newNs->prefix) ||
8881 mi->newNs->prefix))) {
8918 cur->ns = mi->newNs;
9359 ((ns->prefix == mi->newNs->prefix) ||
9361 mi->newNs->prefix))) {
9458 clone->ns = mi->newNs;