Searched defs:zInfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c1247 const char *zInfo = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY); local
1248 if( zInfo==0 ) zInfo = interp->result;
1249 fprintf(stderr,"%s: %s\n", *argv, zInfo);
1285 const char *zInfo = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY); local
1286 if( zInfo==0 ) zInfo = interp->result;
1287 fprintf(stderr,"%s: %s\n", *argv, zInfo);

Completed in 47 milliseconds