Home
last modified time | relevance | path

Searched refs:zExists (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c17752 char *zExists = 0; in arCreateOrUpdateCommand() local
17784 zExists = sqlite3_mprintf( in arCreateOrUpdateCommand()
17791 zExists = sqlite3_mprintf(""); in arCreateOrUpdateCommand()
17793 if( zExists==0 ) rc = SQLITE_NOMEM; in arCreateOrUpdateCommand()
17797 pAr->azArg[i], pAr->zDir, zExists); in arCreateOrUpdateCommand()
17812 sqlite3_free(zExists); in arCreateOrUpdateCommand()