Searched refs:zInfo (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | tclsqlite.c | 1247 const char *zInfo = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY); in TCLSH_MAIN() local 1248 if( zInfo==0 ) zInfo = interp->result; in TCLSH_MAIN() 1249 fprintf(stderr,"%s: %s\n", *argv, zInfo); in TCLSH_MAIN() 1285 const char *zInfo = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY); in main() local 1286 if( zInfo==0 ) zInfo = interp->result; in main() 1287 fprintf(stderr,"%s: %s\n", *argv, zInfo); in main()
|