Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32684 const char *zErrorTail; in runOneSqlLine() local
32688 zErrorTail = sqlite3_errmsg(p->db); in runOneSqlLine()
32691 zErrorTail = &zErrMsg[12]; in runOneSqlLine()
32694 zErrorTail = &zErrMsg[10]; in runOneSqlLine()
32697 zErrorTail = zErrMsg; in runOneSqlLine()
32705 sqlite3_fprintf(stderr,"%s %s\n", zPrefix, zErrorTail); in runOneSqlLine()