Searched refs:parser_t (Results 1 – 1 of 1) sorted by relevance
52 } parser_t; typedef55 static void parser_init(parser_t *cfg) in parser_init()64 static int parser_add(parser_t *cfg, char *buf) in parser_add()78 static int parser_length(parser_t *cfg) in parser_length()87 static char *parser_get(parser_t *cfg, unsigned int index) in parser_get()97 static int parser_read(parser_t *cfg, FILE *fp) in parser_read()131 static void parser_free(parser_t *cfg) in parser_free()215 parser_t cfg; in init()