Searched defs:pa_config_parser_state (Results 1 – 1 of 1) sorted by relevance
30 typedef struct pa_config_parser_state pa_config_parser_state; typedef42 struct pa_config_parser_state { struct43 const char *filename;44 unsigned lineno;45 char *section;46 char *lvalue;47 char *rvalue;48 void *data; /* The data pointer of the current pa_config_item. */49 void *userdata; /* The pointer that was given to pa_config_parse(). */52 const pa_config_item *item_table;[all …]