theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
sqlite3_mutex_methods Struct Reference

#include <sqlite3_modified.h>

Public Attributes

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 8129 of file sqlite3_modified.h.

Member Data Documentation

◆ xMutexAlloc

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

Definition at line 8132 of file sqlite3_modified.h.

◆ xMutexEnd

int(* sqlite3_mutex_methods::xMutexEnd) (void)

Definition at line 8131 of file sqlite3_modified.h.

◆ xMutexEnter

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

Definition at line 8134 of file sqlite3_modified.h.

◆ xMutexFree

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

Definition at line 8133 of file sqlite3_modified.h.

◆ xMutexHeld

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

Definition at line 8137 of file sqlite3_modified.h.

◆ xMutexInit

int(* sqlite3_mutex_methods::xMutexInit) (void)

Definition at line 8130 of file sqlite3_modified.h.

◆ xMutexLeave

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

Definition at line 8136 of file sqlite3_modified.h.

◆ xMutexNotheld

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

Definition at line 8138 of file sqlite3_modified.h.

◆ xMutexTry

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

Definition at line 8135 of file sqlite3_modified.h.


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