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