Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c887 char zError[1000]; in runScript() local
1119 sqlite3_snprintf(sizeof(zError),zError,"line %d of %s\n", in runScript()
1121 waitForClient(atoi(azArg[0]), iTimeout, zError); in runScript()
/sqlite-3.40.0/test/
H A Dbind.test423 set zError "(1) variable number must be between ?1 and ?$iMaxVar"
434 } [list 1 $zError]
440 } [list 1 $zError]
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tcl.c72 const char *zError; in f5tResultToErrorCode() member
82 if( 0==sqlite3_stricmp(zRes, aErr[i].zError) ){ in f5tResultToErrorCode()