Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c202 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member
1384 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate()
1386 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate()
1424 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate()
2600 if( p->zLostAndFound ){ in recoverStep()
2773 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config()
2775 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config()
2777 p->zLostAndFound = 0; in sqlite3_recover_config()
2850 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()