Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25554 char *zSql2 = sqlite3_mprintf(zInsertFmt[pAr->bZip], zTab, in arCreateOrUpdateCommand() local
25557 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()
25558 sqlite3_free(zSql2); in arCreateOrUpdateCommand()
H A Dsqlite3.c120235 const char *zSql2, /* SQL statement 2 (see above) */
120303 zSql = sqlite3MPrintf(db, zSql2, zDb);