Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28367 const char *zErrorType; in runOneSqlLine() local
28369 zErrorType = "Error"; in runOneSqlLine()
28372 zErrorType = "Parse error"; in runOneSqlLine()
28375 zErrorType = "Runtime error"; in runOneSqlLine()
28378 zErrorType = "Error"; in runOneSqlLine()
28383 "%s near line %d:", zErrorType, startline); in runOneSqlLine()
28385 sqlite3_snprintf(sizeof(zPrefix), zPrefix, "%s:", zErrorType); in runOneSqlLine()