• 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:oldNs

1224     if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
4250 if (doc->oldNs != NULL)
4251 ret->oldNs = xmlCopyNamespaceList(doc->oldNs);
5593 if (doc->oldNs != NULL)
5594 return (doc->oldNs);
5607 doc->oldNs = ns;
5664 if (doc->oldNs == NULL)
5667 return(doc->oldNs);
5797 if (doc->oldNs == NULL)
5800 return(doc->oldNs);
5920 xmlNsPtr *oldNs = NULL;
5943 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5945 if (oldNs == NULL) {
5953 xmlFree(oldNs);
5958 if (oldNs[i] == node->ns) {
5974 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache *
5976 if (oldNs == NULL) {
5985 xmlFree(oldNs);
5990 oldNs[nbCache++] = node->ns;
6007 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
6009 if (oldNs == NULL) {
6017 xmlFree(oldNs);
6022 if (oldNs[i] == attr->ns) {
6038 oldNs = (xmlNsPtr *) xmlRealloc(oldNs,
6040 if (oldNs == NULL) {
6049 xmlFree(oldNs);
6054 oldNs[nbCache++] = attr->ns;
6092 if (oldNs != NULL)
6093 xmlFree(oldNs);
7379 xmlNsPtr oldNs; /* old ns decl reference */
7386 * -2 == the doc->oldNs XML ns-decl
7387 * -3 == the doc->oldNs storage ns-decls
7443 * @oldNs: the old ns-struct
7451 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7517 ret->oldNs = oldNs;
7530 * Creates or reuses an xmlNs struct on doc->oldNs with
7739 xmlNsPtr oldNs, xmlNsPtr newNs)
7758 (*list)[2 * (*number)] = oldNs;
7773 * ns-references to doc->oldNs, thus ensuring the removed
7812 * Save out-of-scope ns-references in doc->oldNs.
7847 * Add to doc's oldNs.
8148 * found it will either declare it on @elem, or store it in doc->oldNs.
8215 mi->oldNs = ns;
8228 * Store ns-decls in "oldNs" of the document-node.
8447 (cur->ns == mi->oldNs)) {
8549 * @destDoc->oldNs otherwise.
8711 (cur->ns == mi->oldNs)) {
8740 /* ns-decls on curElem or on destDoc->oldNs */
8908 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
9249 (cur->ns == mi->oldNs)) {
9279 /* ns-decls on curElem or on destDoc->oldNs */
9444 * @destDoc->oldNs otherwise.
9474 * Store in @destDoc->oldNs.
9563 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used