Searched refs:attvalue (Results 1 – 1 of 1) sorted by relevance
99 xmlChar* attvalue = NULL ; in attrlist_to_nxmlstr() local117 attvalue = ous_to_xmlstr( aAttributes[j].sValue ) ; in attrlist_to_nxmlstr()119 if( attname != NULL && attvalue != NULL ) in attrlist_to_nxmlstr()122 attrs[i++] = attvalue ; in attrlist_to_nxmlstr()130 if( attvalue != NULL ) in attrlist_to_nxmlstr()131 xmlFree( attvalue ) ; in attrlist_to_nxmlstr()
Completed in 10 milliseconds