Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nsname

79 #define XML_PAT_COPY_NSNAME(c, r, nsname) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
82 else r = xmlStrdup(BAD_CAST nsname);