Home
last modified time | relevance | path

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

/src/contrib/sqlite3/ !
H A Dshell.c4799 char *zMsg1; in percentError() local
4804 zMsg1 = sqlite3_vmprintf(zFormat, ap); in percentError()
4806 zMsg2 = zMsg1 ? sqlite3_mprintf(zMsg1, pFunc->zName) : 0; in percentError()
4808 sqlite3_free(zMsg1); in percentError()