Lines Matching refs:dataMemory
229 UDataMemory *dataMemory;
241 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
246 p=(const int32_t *)udata_getMemory(dataMemory);
253 udata_close(dataMemory);
260 profile->sprepData=dataMemory;
261 dataMemory=NULL;
279 udata_close(dataMemory);
287 udata_close(dataMemory);
293 if(dataMemory!=NULL) {
294 udata_close(dataMemory); /* NULL if it was set correctly */