Searched defs:Error (Results 1 – 4 of 4) sorted by relevance
96 private static void Error( in Error() method in Replace.Replace
159 private static void Error( in Error() method in GetFile.Program
423 typedef struct Error Error; typedef433 struct Error { struct434 int rc;435 int iLine;436 char *zErr;
311 void (*x)(Error*,Sqlite*,int) /* Run this until error or timeout */ in stress2_launch_thread_loop()