Searched refs:zLostAndFound (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 20939 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member 22148 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate() 22150 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate() 22188 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate() 23392 if( p->zLostAndFound ){ in recoverStep() 23565 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config() 23567 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config() 23569 p->zLostAndFound = 0; in sqlite3_recover_config() 23642 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()
|