Home
last modified time | relevance | path

Searched defs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3.h8155 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8156 struct sqlite3_mutex_methods { struct
8157 xMutexInitsqlite3_mutex_methods global() argument
8158 xMutexEndsqlite3_mutex_methods global() argument
8159 xMutexAllocsqlite3_mutex_methods global() argument
8160 xMutexFreesqlite3_mutex_methods global() argument
8161 xMutexEntersqlite3_mutex_methods global() argument
8162 xMutexTrysqlite3_mutex_methods global() argument
8163 xMutexLeavesqlite3_mutex_methods global() argument
8164 xMutexHeldsqlite3_mutex_methods global() argument
8165 xMutexNotheldsqlite3_mutex_methods global() argument
H A Dsqlite3.c8468 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8469 struct sqlite3_mutex_methods { struct
8470 xMutexInitsqlite3_mutex_methods global() argument
8471 xMutexEndsqlite3_mutex_methods global() argument
8472 xMutexAllocsqlite3_mutex_methods global() argument
8473 xMutexFreesqlite3_mutex_methods global() argument
8474 xMutexEntersqlite3_mutex_methods global() argument
8475 xMutexTrysqlite3_mutex_methods global() argument
8476 xMutexLeavesqlite3_mutex_methods global() argument
8477 xMutexHeldsqlite3_mutex_methods global() argument
8478 xMutexNotheldsqlite3_mutex_methods global() argument
[all...]