Searched refs:svoxvol (Results 1 – 1 of 1) sorted by relevance
421 char* svoxvol = convertToSvoxVolume(attributes[i+1]); in startElement() local422 if (!svoxvol) in startElement()424 svoxvol = new char[4]; in startElement()425 if (!svoxvol) in startElement()430 strcpy(svoxvol, "100"); in startElement()432 char* volume = new char[18 + strlen(svoxvol)]; in startElement()438 sprintf(volume, "<volume level='%s'>", svoxvol); in startElement()454 delete [] svoxvol; in startElement()