Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

Data Fields

int(* xMutexInit )(void)
 
int(* xMutexEnd )(void)
 
sqlite3_mutex *(* xMutexAlloc )(int)
 
void(* xMutexFree )(sqlite3_mutex *)
 
void(* xMutexEnter )(sqlite3_mutex *)
 
int(* xMutexTry )(sqlite3_mutex *)
 
void(* xMutexLeave )(sqlite3_mutex *)
 
int(* xMutexHeld )(sqlite3_mutex *)
 
int(* xMutexNotheld )(sqlite3_mutex *)
 

Detailed Description

Definition at line 8573 of file sqlite3.c.

Field Documentation

◆ xMutexAlloc

sqlite3_mutex *(* sqlite3_mutex_methods::xMutexAlloc)(int)

Definition at line 8576 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexEnd

int(* sqlite3_mutex_methods::xMutexEnd)(void) ( void )

Definition at line 8575 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexEnter

void(* sqlite3_mutex_methods::xMutexEnter)(sqlite3_mutex *)

Definition at line 8578 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexFree

void(* sqlite3_mutex_methods::xMutexFree)(sqlite3_mutex *)

Definition at line 8577 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexHeld

int(* sqlite3_mutex_methods::xMutexHeld)(sqlite3_mutex *)

Definition at line 8581 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexInit

int(* sqlite3_mutex_methods::xMutexInit)(void) ( void )

Definition at line 8574 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexLeave

void(* sqlite3_mutex_methods::xMutexLeave)(sqlite3_mutex *)

Definition at line 8580 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexNotheld

int(* sqlite3_mutex_methods::xMutexNotheld)(sqlite3_mutex *)

Definition at line 8582 of file sqlite3.c.

Referenced by sqlite3MutexInit().

◆ xMutexTry

int(* sqlite3_mutex_methods::xMutexTry)(sqlite3_mutex *)

Definition at line 8579 of file sqlite3.c.

Referenced by sqlite3MutexInit().


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