Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/tool/
H A DReplace.cs96 private static void Error( in Error() method in Replace.Replace
H A DGetFile.cs159 private static void Error( in Error() method in GetFile.Program
/sqlite-3.40.0/test/
H A Dthreadtest3.c423 typedef struct Error Error; typedef
433 struct Error { struct
434 int rc;
435 int iLine;
436 char *zErr;
H A Dtt3_stress.c311 void (*x)(Error*,Sqlite*,int) /* Run this until error or timeout */ in stress2_launch_thread_loop()