Home | History | Annotate | Download | only in libxml2

Lines Matching refs:attsDefault

5913     if (ctxt->attsDefault != NULL) {
5914 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree);
5915 ctxt->attsDefault = NULL;