Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25119 char *zLoc; in shellErrorLocation() local
25121 zLoc = sqlite3_mprintf("%s", p->zErrPrefix); in shellErrorLocation()
25123 zLoc = sqlite3_mprintf("line %lld:", p->lineno); in shellErrorLocation()
25125 zLoc = sqlite3_mprintf("%s:%lld:", p->zInFile, p->lineno); in shellErrorLocation()
25127 return zLoc; in shellErrorLocation()
25142 char *zLoc = shellErrorLocation(p); in failIfSafeMode() local
25146 cli_printf(stderr, "%s %s\n", zLoc, zMsg); in failIfSafeMode()
25162 char *zLoc = shellErrorLocation(p); in dotCmdError() local
25166 cli_printf(out, "%s %s\n", zLoc, p->dot.zOrig); in dotCmdError()
25168 cli_printf(out, "%s %*s%s ---^\n", zLoc, 1+i-nPrompt, "", zBrief); in dotCmdError()
[all …]