Searched refs:jas_tvparser_t (Results 1 – 4 of 4) sorted by relevance
113 } jas_tvparser_t; typedef133 jas_tvparser_t *jas_tvparser_create(const char *s);136 void jas_tvparser_destroy(jas_tvparser_t *tvparser);139 int jas_tvparser_next(jas_tvparser_t *tvparser);142 char *jas_tvparser_gettag(jas_tvparser_t *tvparser);145 char *jas_tvparser_getval(jas_tvparser_t *tvparser);
93 jas_tvparser_t *jas_tvparser_create(const char *s) in jas_tvparser_create()95 jas_tvparser_t *tvp; in jas_tvparser_create()96 if (!(tvp = jas_malloc(sizeof(jas_tvparser_t)))) { in jas_tvparser_create()109 void jas_tvparser_destroy(jas_tvparser_t *tvp) in jas_tvparser_destroy()122 int jas_tvparser_next(jas_tvparser_t *tvp) in jas_tvparser_next()198 char *jas_tvparser_gettag(jas_tvparser_t *tvp) in jas_tvparser_gettag()204 char *jas_tvparser_getval(jas_tvparser_t *tvp) in jas_tvparser_getval()
305 jas_tvparser_t *tvp; in jpc_dec_parseopts()
346 jas_tvparser_t *tvp; in cp_create()