Public Attributes

sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

Collaboration diagram for sqlite3_mutex_methods:

List of all members.

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 *)

Member Data Documentation


The documentation for this struct was generated from the following file: