Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.cpp502 SLchar *myMIME = (SLchar *) malloc(len + 1); in checkDataFormat() local
503 if (NULL == myMIME) { in checkDataFormat()
506 memcpy(myMIME, pDataFormat->mMIME.mimeType, len + 1); in checkDataFormat()
508 if ('\0' != myMIME[len]) { in checkDataFormat()
509 free(myMIME); in checkDataFormat()
510 myMIME = NULL; in checkDataFormat()
514 pDataFormat->mMIME.mimeType = myMIME; in checkDataFormat()