Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nsDef

7224 		     * Since we are about to delete cur, if it's nsDef is non-NULL we
7230 if (cur->nsDef != NULL) {
7231 xmlNsPtr parDef = (xmlNsPtr)&cur->parent->nsDef;
7234 parDef->next = cur->nsDef;
7235 cur->nsDef = NULL;