#include "ekg2-config.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include "stuff.h"
#include "themes.h"
#include "vars.h"
#include "xmalloc.h"
#include "plugins.h"
#include "dynstuff_inline.h"
#include "queries.h"
Funkcje | |
static int | variable_set (variable_t *v, const char *value) |
static int | variable_add_compare (variable_t *data1, variable_t *data2) |
static | __DYNSTUFF_LIST_ADD_SORTED (variables, variable_t, variable_add_compare) |
static int | ekg_hash (const char *name) |
EXPORTNOT void | variable_init () |
variable_t * | variable_find (const char *name) |
variable_map_t * | variable_map (int count,...) |
variable_t * | variable_add (plugin_t *plugin, const char *name, int type, int display, void *ptr, variable_notify_func_t *notify, variable_map_t *map, variable_display_func_t *dyndisplay) |
EXPORTNOT variable_t * | remote_variable_add (const char *name, const char *value) |
static int | on_off (const char *value) |
static | LIST_FREE_ITEM (variable_list_freeone, variable_t *) |
EXPORTNOT | __DYNSTUFF_LIST_REMOVE_ITER (variables, variable_t, variable_list_freeone) |
EXPORTNOT | __DYNSTUFF_LIST_DESTROY (variables, variable_t, variable_list_freeone) |
Zmienne | |
variable_t * | variables = NULL |
static __DYNSTUFF_LIST_ADD_SORTED | ( | variables | , | |
variable_t | , | |||
variable_add_compare | ||||
) | [static] |
EXPORTNOT __DYNSTUFF_LIST_DESTROY | ( | variables | , | |
variable_t | , | |||
variable_list_freeone | ||||
) |
EXPORTNOT __DYNSTUFF_LIST_REMOVE_ITER | ( | variables | , | |
variable_t | , | |||
variable_list_freeone | ||||
) |
static int ekg_hash | ( | const char * | name | ) | [static] |
static LIST_FREE_ITEM | ( | variable_list_freeone | , | |
variable_t * | ||||
) | [static] |
static int on_off | ( | const char * | value | ) | [static] |
EXPORTNOT variable_t* remote_variable_add | ( | const char * | name, | |
const char * | value | |||
) |
variable_t* variable_add | ( | plugin_t * | plugin, | |
const char * | name, | |||
int | type, | |||
int | display, | |||
void * | ptr, | |||
variable_notify_func_t * | notify, | |||
variable_map_t * | map, | |||
variable_display_func_t * | dyndisplay | |||
) |
static int variable_add_compare | ( | variable_t * | data1, | |
variable_t * | data2 | |||
) | [static] |
variable_t* variable_find | ( | const char * | name | ) |
EXPORTNOT void variable_init | ( | ) |
variable_map_t* variable_map | ( | int | count, | |
... | ||||
) |
static int variable_set | ( | variable_t * | v, | |
const char * | value | |||
) | [static] |
variable_t* variables = NULL |