Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.cpp197 SLchar *myURI = (SLchar *) malloc(len + 1); in checkDataLocator() local
198 if (NULL == myURI) { in checkDataLocator()
201 memcpy(myURI, pDataLocator->mURI.URI, len + 1); in checkDataLocator()
204 if ('\0' != myURI[len]) { in checkDataLocator()
205 free(myURI); in checkDataLocator()
206 myURI = NULL; in checkDataLocator()
210 pDataLocator->mURI.URI = myURI; in checkDataLocator()