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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1407 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1410 ** content of the [sqlite3_mutex_methods] structure before the call to
1419 ** instance of the [sqlite3_mutex_methods] structure. The
1420 ** [sqlite3_mutex_methods]
1492 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1493 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5449 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5450 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1960 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1963 ** content of the [sqlite3_mutex_methods] structure before the call to
1972 ** instance of the [sqlite3_mutex_methods] structure. The
1973 ** [sqlite3_mutex_methods]
2045 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
2046 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6003 struct sqlite3_mutex_methods { struct
11087 sqlite3_mutex_methods mute
[all...]

Completed in 453 milliseconds