Searched defs:Sqlite (Results 1 – 2 of 2) sorted by relevance
424 typedef struct Sqlite Sqlite; typedef439 struct Sqlite { struct440 sqlite3 *db; /* Database handle */441 Statement *pCache; /* Linked list of cached statements */442 int nText; /* Size of array at aText[] */443 char **aText; /* Stored text results */
311 void (*x)(Error*,Sqlite*,int) /* Run this until error or timeout */ in stress2_launch_thread_loop() argument