#include <stdio.h>
#include "mysqlfs-plugin.h"
Include dependency graph for xor.c:

Go to the source code of this file.
Functions | |
| mysqlfs_plugin * | mysqlfs_init (unsigned char version_major, unsigned char version_minor, unsigned char version_point) |
| feed back an entrypoint array. | |
Variables | |
| mysqlfs_plugin | xor_entry |
This strategy ensures that examples actually work.
Definition in file xor.c.
| mysqlfs_plugin* mysqlfs_init | ( | unsigned char | version_major, | |
| unsigned char | version_minor, | |||
| unsigned char | version_point | |||
| ) |
feed back an entrypoint array.
This is done as a Factory pattern, but all results are the same so we ignore the version data.
| version_major | version of the mysqlfs code | |
| version_minor | version of the mysqlfs code | |
| version_point | version of the mysqlfs code |
Definition at line 87 of file xor.c.
References xor_entry.
Initial value:
{
.identity = dummy_identity,
.setblocksize = dummy_setblocksize,
.read = dummy_readwrite,
.write = dummy_readwrite
}
Definition at line 69 of file xor.c.
Referenced by mysqlfs_init().
1.4.7