Searched refs:zErrorType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 35871 const char *zErrorType; in runOneSqlLine() local 35873 zErrorType = "Error"; in runOneSqlLine() 35876 zErrorType = "Parse error"; in runOneSqlLine() 35879 zErrorType = "Runtime error"; in runOneSqlLine() 35882 zErrorType = "Error"; in runOneSqlLine() 35888 "%s in %r command line argument:", zErrorType, startline); in runOneSqlLine() 35891 "%s near line %d:", zErrorType, startline); in runOneSqlLine() 35894 "%s near line %d of %s:", zErrorType, startline, zFilename); in runOneSqlLine() 35897 sqlite3_snprintf(sizeof(zPrefix), zPrefix, "%s:", zErrorType); in runOneSqlLine()
|