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

Lines Matching refs:oldNs

1217     if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
4204 if (doc->oldNs != NULL)
4205 ret->oldNs = xmlCopyNamespaceList(doc->oldNs);
5535 if (doc->oldNs != NULL)
5536 return (doc->oldNs);
5549 doc->oldNs = ns;
5606 if (doc->oldNs == NULL)
5609 return(doc->oldNs);
5739 if (doc->oldNs == NULL)
5742 return(doc->oldNs);
5862 xmlNsPtr *oldNs = NULL;
5885 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5887 if (oldNs == NULL) {
5895 xmlFree(oldNs);
5900 if (oldNs[i] == node->ns) {
5916 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache *
5918 if (oldNs == NULL) {
5927 xmlFree(oldNs);
5932 oldNs[nbCache++] = node->ns;
5949 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5951 if (oldNs == NULL) {
5959 xmlFree(oldNs);
5964 if (oldNs[i] == attr->ns) {
5980 oldNs = (xmlNsPtr *) xmlRealloc(oldNs,
5982 if (oldNs == NULL) {
5991 xmlFree(oldNs);
5996 oldNs[nbCache++] = attr->ns;
6034 if (oldNs != NULL)
6035 xmlFree(oldNs);
7235 xmlNsPtr oldNs; /* old ns decl reference */
7242 * -2 == the doc->oldNs XML ns-decl
7243 * -3 == the doc->oldNs storage ns-decls
7299 * @oldNs: the old ns-struct
7307 xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
7373 ret->oldNs = oldNs;
7386 * Creates or reuses an xmlNs struct on doc->oldNs with
7595 xmlNsPtr oldNs, xmlNsPtr newNs)
7614 (*list)[2 * (*number)] = oldNs;
7629 * ns-references to doc->oldNs, thus ensuring the removed
7668 * Save out-of-scope ns-references in doc->oldNs.
7703 * Add to doc's oldNs.
8004 * found it will either declare it on @elem, or store it in doc->oldNs.
8071 mi->oldNs = ns;
8084 * Store ns-decls in "oldNs" of the document-node.
8303 (cur->ns == mi->oldNs)) {
8405 * @destDoc->oldNs otherwise.
8567 (cur->ns == mi->oldNs)) {
8596 /* ns-decls on curElem or on destDoc->oldNs */
8764 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used.
9105 (cur->ns == mi->oldNs)) {
9135 /* ns-decls on curElem or on destDoc->oldNs */
9300 * @destDoc->oldNs otherwise.
9330 * Store in @destDoc->oldNs.
9419 * 2) If *no* @destParent is given, then @destDoc->oldNs entries are used