Home | History | Annotate | Download | only in lib

Lines Matching refs:comment_lengths

68   vc->comment_lengths=_ogg_realloc(vc->comment_lengths,
69 (vc->comments+2)*sizeof(*vc->comment_lengths));
70 vc->comment_lengths[vc->comments]=strlen(comment);
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
141 if(vc->comment_lengths)_ogg_free(vc->comment_lengths);
252 vc->comment_lengths=_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
258 vc->comment_lengths[i]=len;
479 oggpack_write(opb,vc->comment_lengths[i],32);
480 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]);