Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c5512 char *zSeg; in fileToString() local
5514 zSeg = segToString(pDb->pEnv, pSeg, nMin); in fileToString()
5515 snprintf(&aBuf[i], nBuf-i, "%s", zSeg); in fileToString()
5517 lsmFree(pDb->pEnv, zSeg); in fileToString()
5520 lsmInfoArrayStructure(pDb, 1, pSeg->iFirst, &zSeg); in fileToString()
5521 snprintf(&aBuf[i], nBuf-1, " (%s)", zSeg); in fileToString()
5523 lsmFree(pDb->pEnv, zSeg); in fileToString()
5833 char *zSeg; in sortedDumpSegment() local
5836 zSeg = segToString(pDb->pEnv, pRun, 0); in sortedDumpSegment()
5837 lsmLogMessage(pDb, LSM_OK, "Segment: %s", zSeg); in sortedDumpSegment()
[all …]