Home
last modified time | relevance | path

Searched refs:pnOldKB (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c524 static int infoTreeSize(lsm_db *db, int *pnOldKB, int *pnNewKB){ in infoTreeSize() argument
550 *pnOldKB = 0; in infoTreeSize()
552 *pnOldKB = ((int)p->oldroot.nByte + 1023) / 1024; in infoTreeSize()
555 *pnOldKB = 0; in infoTreeSize()