Home
last modified time | relevance | path

Searched refs:myMIME (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
Ddata.c548 SLchar *myMIME = (SLchar *) malloc(len + 1); in checkDataFormat() local
549 if (NULL == myMIME) { in checkDataFormat()
552 memcpy(myMIME, pDataFormat->mMIME.mimeType, len + 1); in checkDataFormat()
554 if ('\0' != myMIME[len]) { in checkDataFormat()
555 free(myMIME); in checkDataFormat()
556 myMIME = NULL; in checkDataFormat()
560 pDataFormat->mMIME.mimeType = myMIME; in checkDataFormat()