Searched refs:attname (Results 1 – 1 of 1) sorted by relevance
98 xmlChar* attname = NULL ; in attrlist_to_nxmlstr() local116 attname = ous_to_xmlstr( aAttributes[j].sName ) ; in attrlist_to_nxmlstr()119 if( attname != NULL && attvalue != NULL ) in attrlist_to_nxmlstr()121 attrs[i++] = attname ; in attrlist_to_nxmlstr()128 if( attname != NULL ) in attrlist_to_nxmlstr()129 xmlFree( attname ) ; in attrlist_to_nxmlstr()
Completed in 12 milliseconds