Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h5260 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5261 struct sqlite3_mutex_methods { struct
5262 int (*xMutexInit)(void);
5263 int (*xMutexEnd)(void);
5264 sqlite3_mutex *(*xMutexAlloc)(int);
5265 void (*xMutexFree)(sqlite3_mutex *);
5266 void (*xMutexEnter)(sqlite3_mutex *);
5267 int (*xMutexTry)(sqlite3_mutex *);
5268 void (*xMutexLeave)(sqlite3_mutex *);
5269 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
Dsqlite3.c5803 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5804 struct sqlite3_mutex_methods { struct
5805 int (*xMutexInit)(void);
5806 int (*xMutexEnd)(void);
5807 sqlite3_mutex *(*xMutexAlloc)(int);
5808 void (*xMutexFree)(sqlite3_mutex *);
5809 void (*xMutexEnter)(sqlite3_mutex *);
5810 int (*xMutexTry)(sqlite3_mutex *);
5811 void (*xMutexLeave)(sqlite3_mutex *);
5812 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in5255 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5256 struct sqlite3_mutex_methods { struct
5257 int (*xMutexInit)(void);
5258 int (*xMutexEnd)(void);
5259 sqlite3_mutex *(*xMutexAlloc)(int);
5260 void (*xMutexFree)(sqlite3_mutex *);
5261 void (*xMutexEnter)(sqlite3_mutex *);
5262 int (*xMutexTry)(sqlite3_mutex *);
5263 void (*xMutexLeave)(sqlite3_mutex *);
5264 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6003 struct sqlite3_mutex_methods { struct
6004 int (*xMutexInit)(void);
6005 int (*xMutexEnd)(void);
6006 sqlite3_mutex *(*xMutexAlloc)(int);
6007 void (*xMutexFree)(sqlite3_mutex *);
6008 void (*xMutexEnter)(sqlite3_mutex *);
6009 int (*xMutexTry)(sqlite3_mutex *);
6010 void (*xMutexLeave)(sqlite3_mutex *);
6011 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
Dsqlite3.c6117 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6118 struct sqlite3_mutex_methods { struct
6119 int (*xMutexInit)(void);
6120 int (*xMutexEnd)(void);
6121 sqlite3_mutex *(*xMutexAlloc)(int);
6122 void (*xMutexFree)(sqlite3_mutex *);
6123 void (*xMutexEnter)(sqlite3_mutex *);
6124 int (*xMutexTry)(sqlite3_mutex *);
6125 void (*xMutexLeave)(sqlite3_mutex *);
6126 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/external/sqlite/dist/
Dsqlite3.h6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6003 struct sqlite3_mutex_methods { struct
6004 int (*xMutexInit)(void);
6005 int (*xMutexEnd)(void);
6006 sqlite3_mutex *(*xMutexAlloc)(int);
6007 void (*xMutexFree)(sqlite3_mutex *);
6008 void (*xMutexEnter)(sqlite3_mutex *);
6009 int (*xMutexTry)(sqlite3_mutex *);
6010 void (*xMutexLeave)(sqlite3_mutex *);
6011 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
Dsqlite3.c6117 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6118 struct sqlite3_mutex_methods { struct
6119 int (*xMutexInit)(void);
6120 int (*xMutexEnd)(void);
6121 sqlite3_mutex *(*xMutexAlloc)(int);
6122 void (*xMutexFree)(sqlite3_mutex *);
6123 void (*xMutexEnter)(sqlite3_mutex *);
6124 int (*xMutexTry)(sqlite3_mutex *);
6125 void (*xMutexLeave)(sqlite3_mutex *);
6126 int (*xMutexHeld)(sqlite3_mutex *);
[all …]