Searched refs:use_xml_alloc (Results 1 – 1 of 1) sorted by relevance
386 static inline xmlChar *xmlchar_from_wcharn(const WCHAR *str, int nchars, BOOL use_xml_alloc) in xmlchar_from_wcharn() argument391 xmlstr = use_xml_alloc ? xmlMalloc( len + 1 ) : heap_alloc( len + 1 ); in xmlchar_from_wcharn()