ekg2
GIT master
|
Struktury danych | |
struct | gsm_private_t |
Definicje | |
#define | QUERY_INPUT_ADD(attr, val) if (!val) { array_add(&inpque, attr); array_add(&inpque, (char *) &val); } |
#define | QUERY_OUTPUT_ADD(attr, val) if (!val) { array_add(&outque, attr); array_add(&outque, (char *) &val); } |
Funkcje | |
static int | gsm_plugin_destroy () |
CODEC_DEFINE (gsm) | |
CODEC_CONTROL (gsm_codec_control) | |
int | gsm_codec_process (int type, codec_way_t way, string_t input, string_t output, void *data) |
CODEC_RECODE (gsm_codec_code) | |
CODEC_RECODE (gsm_codec_decode) | |
__attribute__ ((visibility("default"))) | |
Zmienne | |
plugin_t | gsm_plugin = { .name = "gsm", .pclass = PLUGIN_CODEC , .destroy = gsm_plugin_destroy, .theme_init = NULL } |
#define QUERY_INPUT_ADD | ( | attr, | |
val | |||
) | if (!val) { array_add(&inpque, attr); array_add(&inpque, (char *) &val); } |
#define QUERY_OUTPUT_ADD | ( | attr, | |
val | |||
) | if (!val) { array_add(&outque, attr); array_add(&outque, (char *) &val); } |
__attribute__ | ( | (visibility("default")) | ) |
CODEC_CONTROL | ( | gsm_codec_control | ) |
CODEC_DEFINE | ( | gsm | ) |
CODEC_RECODE | ( | gsm_codec_code | ) |
CODEC_RECODE | ( | gsm_codec_decode | ) |
|
static |
plugin_t gsm_plugin = { .name = "gsm", .pclass = PLUGIN_CODEC , .destroy = gsm_plugin_destroy, .theme_init = NULL } |