Lines Matching refs:comments
83 for(i=0;i<vc->comments;i++){
102 for(i=0;i<vc->comments;i++){
113 for(i=0;i<vc->comments;i++)
222 vc->comments=oggpack_read(opb,32);
223 if(vc->comments<0)goto err_out;
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
225 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
227 for(i=0;i<vc->comments;i++){
310 with bitstream comments and a third packet that holds the
353 /* um... we didn;t get the initial header or comments yet */