Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:sqlite3_mutex_methods

1370 sqlite3_mutex_methods] structure.  The argument specifies
1373 ** content of the [sqlite3_mutex_methods] structure before the call to
1382 ** instance of the [sqlite3_mutex_methods] structure. The
1383 ** [sqlite3_mutex_methods]
1443 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1444 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5275 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods;
5276 struct sqlite3_mutex_methods {