XMMS2
|
Data Structures | |
struct | range_t |
struct | list_data_t |
struct | list_t |
Macros | |
#define | MAX_LINE_COUNT 128 |
Functions | |
void | init_lexer (char *lines[], int line_count) |
int | yylex (void) |
const char * | value_to_string (const s4_val_t *val) |
int | find_column (const char *key, const s4_resultset_t *set) |
void | print_list (list_t *list) |
void | print_result (const s4_resultset_t *res) |
void | print_cond (s4_condition_t *cond) |
void | print_fetch (s4_fetchspec_t *fetch) |
void | print_vars (void) |
void | print_help (void) |
void | config_init (void) |
void | config_cleanup (void) |
void | set_var (const char *key, char *val) |
const char * | get_var (const char *key) |
void | print_set_var (const char *key) |
Variables | |
GHashTable * | cond_table |
GHashTable * | res_table |
GHashTable * | list_table |
GHashTable * | fetch_table |
GHashTable * | pref_table |
char ** | lines |
s4_t * | s4 |
#define MAX_LINE_COUNT 128 |
void config_cleanup | ( | void | ) |
void config_init | ( | void | ) |
int find_column | ( | const char * | key, |
const s4_resultset_t * | set ) |
const char * get_var | ( | const char * | key | ) |
Referenced by print_fetch(), print_list(), and print_result().
void init_lexer | ( | char * | lines[], |
int | line_count ) |
void print_cond | ( | s4_condition_t * | cond | ) |
Referenced by print_cond(), and print_vars().
void print_fetch | ( | s4_fetchspec_t * | fetch | ) |
Referenced by print_vars().
void print_help | ( | void | ) |
void print_list | ( | list_t * | list | ) |
Referenced by print_vars().
void print_result | ( | const s4_resultset_t * | res | ) |
Referenced by print_vars().
void print_set_var | ( | const char * | key | ) |
void print_vars | ( | void | ) |
void set_var | ( | const char * | key, |
char * | val ) |
Referenced by config_init().
const char * value_to_string | ( | const s4_val_t * | val | ) |
Referenced by print_cond(), print_list(), and print_result().
int yylex | ( | void | ) |
|
extern |
Referenced by print_vars().
GHashTable * fetch_table |
Referenced by print_vars().
|
extern |
Referenced by init_lexer().
GHashTable * list_table |
Referenced by print_vars().
GHashTable * pref_table |
GHashTable * res_table |
Referenced by print_vars().
|
extern |
Referenced by _const_lookup(), _free_relations(), _index_add(), _index_get_a(), _index_get_all_a(), _index_get_all_b(), _index_get_b(), _int_lookup_val(), _log_checkpoint(), _log_close(), _log_init(), _log_last_synced(), _log_lock_db(), _log_lock_file(), _log_open(), _log_unlock_db(), _log_unlock_file(), _log_write(), _reread_file(), _s4_add(), _s4_add_internal(), _s4_del(), _s4_query(), _start_sync(), _string_lookup(), _string_lookup_casefolded(), _string_lookup_collated(), _string_lookup_val(), _sync(), _transaction_dummy_alloc(), CASE(), CASE(), CASE(), CASE(), CASE(), CASE(), main(), s4_begin(), s4_close(), s4_commit(), s4_cond_set_ikey(), s4_cond_update_key(), s4_fetchspec_update_key(), s4_get_uuid(), s4_get_uuid_string(), s4_open(), s4_sync(), and s4_val_new_internal_string().