#include "modelstorage.h"
Include dependency graph for msint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| MS_STORAGE_TYPE size_t | model_storage_fread (void *buffer, size_t size, size_t count, FILE *file) |
| MS_STORAGE_TYPE size_t | model_storage_fwrite (void *buffer, size_t size, size_t count, FILE *file) |
| MS_STORAGE_TYPE int | model_storage_get_ex_nr (ModelStorage *ms, MSTxn *txn, Statement *mask, Statement **result, int flags) |
| MS_STORAGE_TYPE int | model_storage_get_nr (ModelStorage *ms, MSTxn *txn, Statement *mask, Statement **result) |
| Get Statements by mask without rules. | |
| MS_STORAGE_TYPE int | model_storage_set_ex_nr (ModelStorage *ms, MSTxn *txn, Statement *stmt, int flags) |
| MS_STORAGE_TYPE int | model_storage_set_nr (ModelStorage *ms, MSTxn *txn, Statement *stmt) |
| Set Statement with out rules. | |
This header is only appliable for plugins and internal server usage not for including by clients!!!
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Get Statements by mask without rules.
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Set Statement with out rules.
|
1.4.4