Searched defs:sqlite3_api_routines (Results 1 – 3 of 3) sorted by relevance
32 struct sqlite3_api_routines { struct48 int (*changes)(sqlite3*);49 int (*close)(sqlite3*);95 int (*errcode)(sqlite3*db);101 void (*free)(void*);111 void *(*malloc)(int);190 int (*release_memory)(int);193 int (*sleep)(int);198 int (*xthreadsafe)(void);238 int (*close_v2)(sqlite3*);[all …]
1274 typedef struct sqlite3_api_routines sqlite3_api_routines; typedef
1587 typedef struct sqlite3_api_routines sqlite3_api_routines; typedef