Searched refs:zErrorType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 35808 const char *zErrorType; in runOneSqlLine() local 35810 zErrorType = "Error"; in runOneSqlLine() 35813 zErrorType = "Parse error"; in runOneSqlLine() 35816 zErrorType = "Runtime error"; in runOneSqlLine() 35819 zErrorType = "Error"; in runOneSqlLine() 35825 "%s in %r command line argument:", zErrorType, startline); in runOneSqlLine() 35828 "%s near line %d:", zErrorType, startline); in runOneSqlLine() 35831 "%s near line %d of %s:", zErrorType, startline, zFilename); in runOneSqlLine() 35834 sqlite3_snprintf(sizeof(zPrefix), zPrefix, "%s:", zErrorType); in runOneSqlLine()
|