Searched refs:SQLITE_CONFIG_MUTEX (Results 1 - 11 of 11) 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/src/src/
H A Dtest_init.c177 sqlite3_config(SQLITE_CONFIG_MUTEX, &mutexmethods);
219 sqlite3_config(SQLITE_CONFIG_MUTEX, &wrapped.mutex);
H A Dtest_mutex.c220 sqlite3_config(SQLITE_CONFIG_MUTEX, &counter_methods);
225 rc = sqlite3_config(SQLITE_CONFIG_MUTEX, &g.m);
H A Dsqlite.h.in199 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1363 ** <dt>SQLITE_CONFIG_MUTEX</dt>
1372 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1438 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
5115 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5216 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dmain.c313 case SQLITE_CONFIG_MUTEX: {
/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
5120 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5221 ** 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
5663 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5764 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
16571 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h204 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1472 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1481 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1564 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5473 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5574 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c754 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
2022 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2031 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2114 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
6023 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6124 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
17435 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]
/external/sqlite/dist/
H A Dsqlite3.h204 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
1472 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1481 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
1564 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
5473 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
5574 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c754 ** or [SQLITE_CONFIG_MUTEX]. ^(The return value of the
2022 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2031 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2114 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
6023 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6124 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
17435 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
[all...]

Completed in 862 milliseconds