Home
last modified time | relevance | path

Searched defs:Sqlite (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest3.c424 typedef struct Sqlite Sqlite; typedef
439 struct Sqlite { struct
440 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 */
H A Dtt3_stress.c311 void (*x)(Error*,Sqlite*,int) /* Run this until error or timeout */ in stress2_launch_thread_loop() argument