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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1201 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1204 ** content of the [sqlite3_mutex_methods] structure before the call to
1213 ** instance of the [sqlite3_mutex_methods] structure. The
1214 ** [sqlite3_mutex_methods]
1256 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1257 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
4795 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
4796 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1725 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1728 ** content of the [sqlite3_mutex_methods] structure before the call to
1737 ** instance of the [sqlite3_mutex_methods] structure. The
1738 ** [sqlite3_mutex_methods]
1780 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1781 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5319 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5320 struct sqlite3_mutex_methods { struct
9856 sqlite3_mutex_methods mute
[all...]

Completed in 222 milliseconds