#include <sqlite3.h>
Public Attributes | |
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 *) |