Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_mutex_methods

1474 ** instance of the [sqlite3_mutex_methods] structure.  The argument specifies
1477 ** content of the [sqlite3_mutex_methods] structure before the call to
1486 ** instance of the [sqlite3_mutex_methods] structure. The
1487 ** [sqlite3_mutex_methods]
1564 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1565 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods;
5629 struct sqlite3_mutex_methods {