Lines Matching refs:jpc_ppxstab_t
140 jpc_ppxstab_t *jpc_ppxstab_create(void);
141 void jpc_ppxstab_destroy(jpc_ppxstab_t *tab);
142 int jpc_ppxstab_grow(jpc_ppxstab_t *tab, int maxents);
143 int jpc_ppxstab_insert(jpc_ppxstab_t *tab, jpc_ppxstabent_t *ent);
144 jpc_streamlist_t *jpc_ppmstabtostreams(jpc_ppxstab_t *tab);
145 int jpc_pptstabwrite(jas_stream_t *out, jpc_ppxstab_t *tab);
2129 jpc_ppxstab_t *jpc_ppxstab_create() in jpc_ppxstab_create()
2131 jpc_ppxstab_t *tab; in jpc_ppxstab_create()
2133 if (!(tab = jas_malloc(sizeof(jpc_ppxstab_t)))) { in jpc_ppxstab_create()
2142 void jpc_ppxstab_destroy(jpc_ppxstab_t *tab) in jpc_ppxstab_destroy()
2154 int jpc_ppxstab_grow(jpc_ppxstab_t *tab, int maxents) in jpc_ppxstab_grow()
2168 int jpc_ppxstab_insert(jpc_ppxstab_t *tab, jpc_ppxstabent_t *ent) in jpc_ppxstab_insert()
2195 jpc_streamlist_t *jpc_ppmstabtostreams(jpc_ppxstab_t *tab) in jpc_ppmstabtostreams()
2273 int jpc_pptstabwrite(jas_stream_t *out, jpc_ppxstab_t *tab) in jpc_pptstabwrite()