Searched refs:zLostAndFound (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 18924 char *zLostAndFound; /* Name of lost-and-found table (or NULL) */ member 20109 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate() 20111 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate() 20149 p, SQLITE_ERROR, "failed to create %s output table", p->zLostAndFound in recoverLostAndFoundCreate() 21353 if( p->zLostAndFound ){ in recoverStep() 21526 sqlite3_free(p->zLostAndFound); in sqlite3_recover_config() 21528 p->zLostAndFound = recoverMPrintf(p, "%s", zArg); in sqlite3_recover_config() 21530 p->zLostAndFound = 0; in sqlite3_recover_config() 21603 sqlite3_free(p->zLostAndFound); in sqlite3_recover_finish()
|