Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_MUTEX

1752 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1753 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
1761 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1932 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
6520 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6622 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.