• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:newNs

5921     xmlNsPtr *newNs = NULL;
5949 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5951 if (newNs == NULL) {
5959 node->ns = newNs[i];
5978 xmlFree(newNs);
5981 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
5983 if (newNs == NULL) {
5989 newNs[nbCache] = n;
6013 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
6015 if (newNs == NULL) {
6023 attr->ns = newNs[i];
6042 xmlFree(newNs);
6045 newNs = (xmlNsPtr *) xmlRealloc(newNs,
6047 if (newNs == NULL) {
6053 newNs[nbCache] = n;
6094 if (newNs != NULL)
6095 xmlFree(newNs);
7380 xmlNsPtr newNs; /* new ns decl reference */
7444 * @newNs: the new ns-struct
7451 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7518 ret->newNs = newNs;
7672 if ((ns->prefix == mi->newNs->prefix) ||
7673 xmlStrEqual(ns->prefix, mi->newNs->prefix)) {
7739 xmlNsPtr oldNs, xmlNsPtr newNs)
7759 (*list)[2 * (*number) +1] = newNs;
8207 ((mi->newNs->href != NULL) &&
8208 (mi->newNs->href[0] != 0)) &&
8210 ((! prefixed) || (mi->newNs->prefix != NULL)) &&
8212 ((mi->newNs->href == ns->href) ||
8213 xmlStrEqual(mi->newNs->href, ns->href))) {
8216 *retNs = mi->newNs;
8257 ((ns->prefix == mi->newNs->prefix) ||
8258 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8354 ((ns->prefix == mi->newNs->prefix) ||
8355 xmlStrEqual(ns->prefix, mi->newNs->prefix)) &&
8356 ((ns->href == mi->newNs->href) ||
8357 xmlStrEqual(ns->href, mi->newNs->href)))
8364 &sizeRedund, &nbRedund, ns, mi->newNs) == -1)
8391 ((ns->prefix == mi->newNs->prefix) ||
8392 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8449 cur->ns = mi->newNs;
8674 ((ns->prefix == mi->newNs->prefix) ||
8676 mi->newNs->prefix))) {
8713 cur->ns = mi->newNs;
9154 ((ns->prefix == mi->newNs->prefix) ||
9156 mi->newNs->prefix))) {
9253 clone->ns = mi->newNs;