Lines Matching refs:zPath
106 char *zPath; /* Path to this page */ member
131 char *zPath; /* Value of 'path' column */ member
319 sqlite3_free(p->zPath); in statClearPage()
337 sqlite3_free(pCsr->zPath); in statResetCsr()
338 pCsr->zPath = 0; in statResetCsr()
576 sqlite3_free(pCsr->zPath); in statNext()
577 pCsr->zPath = 0; in statNext()
596 pCsr->aPage[0].zPath = z = sqlite3_mprintf("/"); in statNext()
631 pCsr->zPath = z = sqlite3_mprintf( in statNext()
632 "%s%.3x+%.6x", p->zPath, p->iCell, iOvfl in statNext()
667 p[1].zPath = z = sqlite3_mprintf("%s%.3x/", p->zPath, p->iCell); in statNext()
704 pCsr->zPath = z = sqlite3_mprintf("%s", p->zPath); in statNext()
811 sqlite3_result_text(ctx, pCsr->zPath, -1, SQLITE_TRANSIENT); in statColumn()