Home | History | Annotate | Download | only in common

Lines Matching refs:dataMemory

234     UDataMemory *dataMemory;
246 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
251 p=(const int32_t *)udata_getMemory(dataMemory);
258 udata_close(dataMemory);
265 profile->sprepData=dataMemory;
266 dataMemory=NULL;
284 udata_close(dataMemory);
292 udata_close(dataMemory);
298 if(dataMemory!=NULL) {
299 udata_close(dataMemory); /* NULL if it was set correctly */