Searched refs:svoxvol (Results 1 – 1 of 1) sorted by relevance
414 char* svoxvol = convertToSvoxVolume(attributes[i+1]); in startElement() local415 if (!svoxvol) in startElement()417 svoxvol = new char[4]; in startElement()418 if (!svoxvol) in startElement()423 strcpy(svoxvol, "100"); in startElement()425 char* volume = new char[18 + strlen(svoxvol)]; in startElement()431 sprintf(volume, "<volume level='%s'>", svoxvol); in startElement()447 delete [] svoxvol; in startElement()