Home
last modified time | relevance | path

Searched defs:sqlite3_mutex_methods (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h4671 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
4672 struct sqlite3_mutex_methods { struct
4673 int (*xMutexInit)(void);
4674 int (*xMutexEnd)(void);
4675 sqlite3_mutex *(*xMutexAlloc)(int);
4676 void (*xMutexFree)(sqlite3_mutex *);
4677 void (*xMutexEnter)(sqlite3_mutex *);
4678 int (*xMutexTry)(sqlite3_mutex *);
4679 void (*xMutexLeave)(sqlite3_mutex *);
4680 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/external/sqlite/dist/
Dsqlite3.h5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5629 struct sqlite3_mutex_methods { struct
5630 int (*xMutexInit)(void);
5631 int (*xMutexEnd)(void);
5632 sqlite3_mutex *(*xMutexAlloc)(int);
5633 void (*xMutexFree)(sqlite3_mutex *);
5634 void (*xMutexEnter)(sqlite3_mutex *);
5635 int (*xMutexTry)(sqlite3_mutex *);
5636 void (*xMutexLeave)(sqlite3_mutex *);
5637 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
Dsqlite3.c6178 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6179 struct sqlite3_mutex_methods { struct
6180 int (*xMutexInit)(void);
6181 int (*xMutexEnd)(void);
6182 sqlite3_mutex *(*xMutexAlloc)(int);
6183 void (*xMutexFree)(sqlite3_mutex *);
6184 void (*xMutexEnter)(sqlite3_mutex *);
6185 int (*xMutexTry)(sqlite3_mutex *);
6186 void (*xMutexLeave)(sqlite3_mutex *);
6187 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5629 struct sqlite3_mutex_methods { struct
5630 int (*xMutexInit)(void);
5631 int (*xMutexEnd)(void);
5632 sqlite3_mutex *(*xMutexAlloc)(int);
5633 void (*xMutexFree)(sqlite3_mutex *);
5634 void (*xMutexEnter)(sqlite3_mutex *);
5635 int (*xMutexTry)(sqlite3_mutex *);
5636 void (*xMutexLeave)(sqlite3_mutex *);
5637 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
Dsqlite3.c6178 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6179 struct sqlite3_mutex_methods { struct
6180 int (*xMutexInit)(void);
6181 int (*xMutexEnd)(void);
6182 sqlite3_mutex *(*xMutexAlloc)(int);
6183 void (*xMutexFree)(sqlite3_mutex *);
6184 void (*xMutexEnter)(sqlite3_mutex *);
6185 int (*xMutexTry)(sqlite3_mutex *);
6186 void (*xMutexLeave)(sqlite3_mutex *);
6187 int (*xMutexHeld)(sqlite3_mutex *);
[all …]