Lines Matching refs:dataMemory
237 UDataMemory *dataMemory;
249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
254 p=(const int32_t *)udata_getMemory(dataMemory);
261 udata_close(dataMemory);
268 profile->sprepData=dataMemory;
269 dataMemory=NULL;
287 udata_close(dataMemory);
295 udata_close(dataMemory);
301 if(dataMemory!=NULL) {
302 udata_close(dataMemory); /* NULL if it was set correctly */