Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c12814 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member
13996 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate()
13998 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate()
14036 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate()
15216 if( p->zLostAndFound ){ in recoverStep()
15389 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config()
15391 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config()
15393 p->zLostAndFound = 0; in sqlite3_recover_config()
15466 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()

Completed in 34 milliseconds