Searched defs:SQLITE_CONFIG_GETMUTEX (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java98 public static final int SQLITE_CONFIG_GETMUTEX = 11; /* sqlite3_mutex_methods* */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1380 ** <dt>SQLITE_CONFIG_GETMUTEX</dt>
1390 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1444 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
5209 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
H A Dsqlite3.c1923 ** <dt>SQLITE_CONFIG_GETMUTEX</dt>
1933 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1987 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
5752 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1603 ** [[SQLITE_CONFIG_GETMUTEX]] <dt>SQLITE_CONFIG_GETMUTEX</dt>
1613 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1737 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
5951 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
H A Dsqlite3.c1718 ** [[SQLITE_CONFIG_GETMUTEX]] <dt>SQLITE_CONFIG_GETMUTEX</dt>
1728 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1852 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
6066 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1603 ** [[SQLITE_CONFIG_GETMUTEX]] <dt>SQLITE_CONFIG_GETMUTEX</dt>
1613 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1737 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
5951 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
H A Dsqlite3.c1718 ** [[SQLITE_CONFIG_GETMUTEX]] <dt>SQLITE_CONFIG_GETMUTEX</dt>
1728 ** [sqlite3_config()] with the SQLITE_CONFIG_GETMUTEX configuration option will
1852 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */ macro
6066 ** implementation, using the [SQLITE_CONFIG_GETMUTEX] option.
[all...]

Completed in 1439 milliseconds