Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c15411 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member
16596 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate()
16598 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate()
16636 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate()
17822 if( p->zLostAndFound ){ in recoverStep()
17995 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config()
17997 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config()
17999 p->zLostAndFound = 0; in sqlite3_recover_config()
18072 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()