Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.cpp501 SLchar *myMIME = (SLchar *) malloc(len + 1); in checkDataFormat() local
502 if (NULL == myMIME) { in checkDataFormat()
505 memcpy(myMIME, pDataFormat->mMIME.mimeType, len + 1); in checkDataFormat()
507 if ('\0' != myMIME[len]) { in checkDataFormat()
508 free(myMIME); in checkDataFormat()
509 myMIME = NULL; in checkDataFormat()
513 pDataFormat->mMIME.mimeType = myMIME; in checkDataFormat()