HomeSort by relevance Sort by last modified time
    Searched full:ptranscription (Results 1 - 1 of 1) sorted by null

  /external/srec/seti/sltsEngine/src/
SWIslts.c 279 SWIsltsTranscription * pTranscription = NULL;
310 pTranscription = (SWIsltsTranscription *)(pBlock + sizeof(int));
312 *ppTranscriptions = pTranscription;
316 pTranscription->pBuffer = MALLOC(MAX_PHONE_LEN * (num_phones + 1+1), MTAG);
317 if( pTranscription->pBuffer == NULL ) {
323 nRes = GetPhoneStr(pEng, phone_string, num_phones, (char *)pTranscription->pBuffer, &(pTranscription->nSizeOfBuffer));
337 if(pTranscription[i].pBuffer) {
338 FREE(pTranscription[i].pBuffer);
341 FREE(pTranscription);
    [all...]

Completed in 13 milliseconds