Searched refs:zLostAndFound (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 16674 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member 17859 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate() 17861 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate() 17899 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate() 19085 if( p->zLostAndFound ){ in recoverStep() 19258 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config() 19260 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config() 19262 p->zLostAndFound = 0; in sqlite3_recover_config() 19335 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()
|