Lines Matching refs:_ogg_calloc
132 vi->codec_setup=(codec_setup_info *)_ogg_calloc(1,sizeof(codec_setup_info)); in vorbis_info_init()
220 vc->vendor=(char *)_ogg_calloc(vendorlen+1,1); in _vorbis_unpack_comment()
225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment()
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment()
237 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1); in _vorbis_unpack_comment()
258 ci->book_param=(codebook *)_ogg_calloc(ci->books,sizeof(*ci->book_param)); in _vorbis_unpack_books()
273 ci->floor_param=_ogg_calloc(ci->floors, sizeof(*ci->floor_param)); in _vorbis_unpack_books()
274 ci->floor_type=_ogg_calloc(ci->floors, sizeof(*ci->floor_type)); in _vorbis_unpack_books()
291 ci->residue_param=_ogg_calloc(ci->residues, sizeof(*ci->residue_param)); in _vorbis_unpack_books()
301 ci->map_param=_ogg_calloc(ci->maps, sizeof(*ci->map_param)); in _vorbis_unpack_books()
314 (vorbis_info_mode *)_ogg_calloc(ci->modes, sizeof(*ci->mode_param)); in _vorbis_unpack_books()