|
messenger_via_http_server
1.0
|
#include <sqlite3.h>

Поля данных | |
| 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 *) |
| 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 *) |
1.8.13