|
Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
#include <sqlite3.h>
公開変数類 | |
| sqlite3_mutex *(* | xMutexAlloc )(int) |
| int(* | xMutexEnd )(void) |
| void(* | xMutexEnter )(sqlite3_mutex *) |
| void(* | xMutexFree )(sqlite3_mutex *) |
| int(* | xMutexHeld )(sqlite3_mutex *) |
| int(* | xMutexInit )(void) |
| void(* | xMutexLeave )(sqlite3_mutex *) |
| int(* | xMutexNotheld )(sqlite3_mutex *) |
| int(* | xMutexTry )(sqlite3_mutex *) |
| sqlite3_mutex *(* sqlite3_mutex_methods::xMutexAlloc) (int) |
| void(* sqlite3_mutex_methods::xMutexEnter) (sqlite3_mutex *) |
| void(* sqlite3_mutex_methods::xMutexFree) (sqlite3_mutex *) |
| int(* sqlite3_mutex_methods::xMutexHeld) (sqlite3_mutex *) |
| void(* sqlite3_mutex_methods::xMutexLeave) (sqlite3_mutex *) |
| int(* sqlite3_mutex_methods::xMutexNotheld) (sqlite3_mutex *) |
| int(* sqlite3_mutex_methods::xMutexTry) (sqlite3_mutex *) |