Lines Matching refs:gspp
509 log_stat(dblp, gspp, db_malloc) in log_stat() argument
511 DB_LOG_STAT **gspp;
517 *gspp = NULL;
522 if ((ret = __os_malloc(sizeof(**gspp), db_malloc, gspp)) != 0)
527 **gspp = lp->stat;
529 (*gspp)->st_magic = lp->persist.magic;
530 (*gspp)->st_version = lp->persist.version;
531 (*gspp)->st_mode = lp->persist.mode;
532 (*gspp)->st_lg_max = lp->persist.lg_max;
534 (*gspp)->st_region_nowait = lp->rlayout.lock.mutex_set_nowait;
535 (*gspp)->st_region_wait = lp->rlayout.lock.mutex_set_wait;
537 (*gspp)->st_cur_file = lp->lsn.file;
538 (*gspp)->st_cur_offset = lp->lsn.offset;
540 (*gspp)->st_refcnt = lp->rlayout.refcnt;
541 (*gspp)->st_regsize = lp->rlayout.size;