Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c14876 char *zSql2 = sqlite3_mprintf(zInsertFmt[pAr->bZip], zTab, in arCreateOrUpdateCommand() local
14879 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()
14880 sqlite3_free(zSql2); in arCreateOrUpdateCommand()
H A Dsqlite3.c108929 const char *zSql2, /* SQL statement 2 (see above) */
108991 zSql = sqlite3MPrintf(db, zSql2, zDb);