Searched refs:sqlite3_mutex_methods (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1439 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1442 ** content of the [sqlite3_mutex_methods] structure before the call to
1451 ** instance of the [sqlite3_mutex_methods] structure. The
1452 ** [sqlite3_mutex_methods]
1529 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1530 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5579 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5580 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1989 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1992 ** content of the [sqlite3_mutex_methods] structure before the call to
2001 ** instance of the [sqlite3_mutex_methods] structure. The
2002 ** [sqlite3_mutex_methods]
2079 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
2080 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6129 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6130 struct sqlite3_mutex_methods { struct
11313 sqlite3_mutex_methods mute
[all...]

Completed in 347 milliseconds