• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:newNs

5863     xmlNsPtr *newNs = NULL;
5891 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5893 if (newNs == NULL) {
5901 node->ns = newNs[i];
5920 xmlFree(newNs);
5923 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
5925 if (newNs == NULL) {
5931 newNs[nbCache] = n;
5955 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5957 if (newNs == NULL) {
5965 attr->ns = newNs[i];
5984 xmlFree(newNs);
5987 newNs = (xmlNsPtr *) xmlRealloc(newNs,
5989 if (newNs == NULL) {
5995 newNs[nbCache] = n;
6036 if (newNs != NULL)
6037 xmlFree(newNs);
7236 xmlNsPtr newNs; /* new ns decl reference */
7300 * @newNs: the new ns-struct
7307 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7374 ret->newNs = newNs;
7528 if ((ns->prefix == mi->newNs->prefix) ||
7529 xmlStrEqual(ns->prefix, mi->newNs->prefix)) {
7595 xmlNsPtr oldNs, xmlNsPtr newNs)
7615 (*list)[2 * (*number) +1] = newNs;
8063 ((mi->newNs->href != NULL) &&
8064 (mi->newNs->href[0] != 0)) &&
8066 ((! prefixed) || (mi->newNs->prefix != NULL)) &&
8068 ((mi->newNs->href == ns->href) ||
8069 xmlStrEqual(mi->newNs->href, ns->href))) {
8072 *retNs = mi->newNs;
8113 ((ns->prefix == mi->newNs->prefix) ||
8114 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8210 ((ns->prefix == mi->newNs->prefix) ||
8211 xmlStrEqual(ns->prefix, mi->newNs->prefix)) &&
8212 ((ns->href == mi->newNs->href) ||
8213 xmlStrEqual(ns->href, mi->newNs->href)))
8220 &sizeRedund, &nbRedund, ns, mi->newNs) == -1)
8247 ((ns->prefix == mi->newNs->prefix) ||
8248 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8305 cur->ns = mi->newNs;
8530 ((ns->prefix == mi->newNs->prefix) ||
8532 mi->newNs->prefix))) {
8569 cur->ns = mi->newNs;
9010 ((ns->prefix == mi->newNs->prefix) ||
9012 mi->newNs->prefix))) {
9109 clone->ns = mi->newNs;