+
Point of view
All features
deferred class SQLITE3_MUTEX_METHODS_STRUCT
sqlite3_mutex_methods_struct_set_xmutexinit (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexend (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexalloc (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexfree (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexenter (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutextry (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexleave (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexheld (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_set_xmutexnotheld (a_structure:
POINTER, a_value:
POINTER)
{}
sqlite3_mutex_methods_struct_get_xmutexinit (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexend (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexalloc (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexfree (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexenter (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutextry (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexleave (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexheld (a_structure:
POINTER):
POINTER
{}
sqlite3_mutex_methods_struct_get_xmutexnotheld (a_structure:
POINTER):
POINTER
{}