Searched refs:SQLITE_CONFIG_MUTEX (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h151 ** or [SQLITE_CONFIG_MUTEX]. The return value of this function shows
1073 ** <dt>SQLITE_CONFIG_MUTEX</dt>
1116 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
4532 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
4632 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
/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 382 milliseconds