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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java97 public static final int SQLITE_CONFIG_MUTEX = 10; /* sqlite3_mutex_methods* */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h204 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1368 ** <dt>SQLITE_CONFIG_MUTEX</dt>
1377 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1443 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5105 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5206 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c747 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1911 ** <dt>SQLITE_CONFIG_MUTEX</dt>
1920 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1986 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5648 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5749 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
16556 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h204 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1591 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1600 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1736 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5845 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5948 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c319 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1706 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1715 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1851 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5960 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6063 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
18545 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]
/external/sqlite/dist/
H A Dsqlite3.h204 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1591 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1600 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1736 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5845 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5948 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c319 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1706 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1715 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1851 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5960 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6063 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
18545 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]

Completed in 488 milliseconds