Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.c503 SLchar *myMIME = (SLchar *) malloc(len + 1); in checkDataFormat() local
504 if (NULL == myMIME) { in checkDataFormat()
507 memcpy(myMIME, pDataFormat->mMIME.mimeType, len + 1); in checkDataFormat()
509 if ('\0' != myMIME[len]) { in checkDataFormat()
510 free(myMIME); in checkDataFormat()
511 myMIME = NULL; in checkDataFormat()
515 pDataFormat->mMIME.mimeType = myMIME; in checkDataFormat()