GF_Registration   133 include/gpac/internal/odf_dev.h GF_Err gf_odf_del_reg(GF_Registration *reg);
GF_Registration   173 include/gpac/internal/odf_dev.h GF_Err gf_odf_read_reg(GF_BitStream *bs, GF_Registration *reg, u32 DescSize);
GF_Registration   210 include/gpac/internal/odf_dev.h GF_Err gf_odf_size_reg(GF_Registration *reg, u32 *outSize);
GF_Registration   247 include/gpac/internal/odf_dev.h GF_Err gf_odf_write_reg(GF_BitStream *bs, GF_Registration *reg);
GF_Registration   340 include/gpac/internal/odf_dev.h GF_Err gf_odf_dump_reg(GF_Registration *reg, FILE *trace, u32 indent, Bool XMTDump);
GF_Registration   744 include/gpac/mpeg4_odf.h 	GF_Registration *RegDescriptor;
GF_Registration   244 src/odf/desc_private.c 		return gf_odf_del_reg((GF_Registration *)desc);
GF_Registration   342 src/odf/desc_private.c 		return gf_odf_read_reg(bs, (GF_Registration *)desc, DescSize);
GF_Registration   440 src/odf/desc_private.c 		return gf_odf_size_reg((GF_Registration *)desc, outSize);
GF_Registration   540 src/odf/desc_private.c 		return gf_odf_write_reg(bs, (GF_Registration *)desc);
GF_Registration   226 src/odf/odf_code.c 		esd->RegDescriptor =(GF_Registration *) desc;
GF_Registration  2919 src/odf/odf_code.c 	GF_Registration *newDesc = (GF_Registration *) gf_malloc(sizeof(GF_Registration));
GF_Registration  2928 src/odf/odf_code.c GF_Err gf_odf_del_reg(GF_Registration *reg)
GF_Registration  2937 src/odf/odf_code.c GF_Err gf_odf_read_reg(GF_BitStream *bs, GF_Registration *reg, u32 DescSize)
GF_Registration  2954 src/odf/odf_code.c GF_Err gf_odf_size_reg(GF_Registration *reg, u32 *outSize)
GF_Registration  2962 src/odf/odf_code.c GF_Err gf_odf_write_reg(GF_BitStream *bs, GF_Registration *reg)
GF_Registration   157 src/odf/odf_dump.c 		return gf_odf_dump_reg((GF_Registration *)desc, trace, indent, XMTDump);
GF_Registration  1607 src/odf/odf_dump.c GF_Err gf_odf_dump_reg(GF_Registration *reg, FILE *trace, u32 indent, Bool XMTDump)