Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.c486 SLchar *myMIME = (SLchar *) malloc(len + 1); in checkDataFormat() local
487 if (NULL == myMIME) { in checkDataFormat()
490 memcpy(myMIME, pDataFormat->mMIME.mimeType, len + 1); in checkDataFormat()
492 if ('\0' != myMIME[len]) { in checkDataFormat()
493 free(myMIME); in checkDataFormat()
494 myMIME = NULL; in checkDataFormat()
498 pDataFormat->mMIME.mimeType = myMIME; in checkDataFormat()