Searched refs:batchSaveBegin (Results 1 – 5 of 5) sorted by relevance
41 int (*batchSaveBegin)(PERSIST_SAVE_HANDLE *handle); member46 int (*batchSaveBegin)(PERSIST_SAVE_HANDLE *handle);
96 if (g_persistWorkSpace.persistParamOps.batchSaveBegin == NULL || in BatchSavePersistParam()103 int ret = g_persistWorkSpace.persistParamOps.batchSaveBegin(&handle); in BatchSavePersistParam()111 int ret = g_persistWorkSpace.persistParamOps.batchSaveBegin(handle); in BatchSavePersistParam()
131 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()
246 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()
301 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()