Searched refs:pTranscription (Results 1 – 1 of 1) sorted by relevance
279 SWIsltsTranscription * pTranscription = NULL; in SWIsltsG2PGetWordTranscriptions() local310 pTranscription = (SWIsltsTranscription *)(pBlock + sizeof(int)); in SWIsltsG2PGetWordTranscriptions()312 *ppTranscriptions = pTranscription; in SWIsltsG2PGetWordTranscriptions()316 pTranscription->pBuffer = MALLOC(MAX_PHONE_LEN * (num_phones + 1+1), MTAG); in SWIsltsG2PGetWordTranscriptions()317 if( pTranscription->pBuffer == NULL ) { in SWIsltsG2PGetWordTranscriptions()323 …s = GetPhoneStr(pEng, phone_string, num_phones, (char *)pTranscription->pBuffer, &(pTranscription-… in SWIsltsG2PGetWordTranscriptions()337 if(pTranscription[i].pBuffer) { in SWIsltsG2PGetWordTranscriptions()338 FREE(pTranscription[i].pBuffer); in SWIsltsG2PGetWordTranscriptions()341 FREE(pTranscription); in SWIsltsG2PGetWordTranscriptions()