Searched refs:zMsg1 (Results 1 – 1 of 1) sorted by relevance
4799 char *zMsg1; in percentError() local4804 zMsg1 = sqlite3_vmprintf(zFormat, ap); in percentError()4806 zMsg2 = zMsg1 ? sqlite3_mprintf(zMsg1, pFunc->zName) : 0; in percentError()4808 sqlite3_free(zMsg1); in percentError()