Searched refs:SQLITE_CONFIG_MUTEX (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d479 SQLITE_CONFIG_MUTEX = 10, /** sqlite3_mutex_methods* */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1948 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
1949 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
1957 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2155 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
7972 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
8076 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
H A Dsqlite3.c2261 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2262 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
2270 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2468 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */ macro
8285 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
8389 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
[all...]

Completed in 778 milliseconds