Home | History | Annotate | Download | only in libxslt

Lines Matching refs:nsHash

977     if (style->nsHash != NULL)
978 xmlHashFree(style->nsHash, NULL);
3651 if (style->nsHash == NULL) {
3652 style->nsHash = xmlHashCreate(10);
3653 if (style->nsHash == NULL) {
3660 URI = xmlHashLookup(style->nsHash, ns->prefix);
3666 xmlHashUpdateEntry(style->nsHash, ns->prefix,