Lines Matching refs:store
421 * With option -n reading is first attempted from the memory store
428 struct STORE *store;
444 store = (struct STORE*)NULL;
448 store = getclusterentry(lcn, FALSE);
449 if (store) {
450 memcpy(target, store->data, clustersz);
452 printf("== lcn 0x%llx from store\n",
456 dump(store->data, clustersz);
459 if (!store
464 if (!store) {
496 struct STORE *store;
510 store = getclusterentry(lcn, TRUE);
511 if (store) {
512 memcpy(store->data, source, clustersz);
514 printf("== lcn 0x%llx to store\n",
518 dump(store->data, clustersz);
520 printf("** Could not store cluster 0x%llx\n",
625 * As the store only knows about clusters, if the record is smaller
2366 * whether it matches what we have in store.
3444 /* check whether the redo attr matches what we have in store */