Searched refs:comment_lengths (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dinfo.c68 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h144 int *comment_lengths; member in struct:vorbis_comment
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c172 vc_scan(psong, inf->vc.user_comments[i], inf->vc.comment_lengths[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-ogg.c171 vc_scan(psong, inf->vc.user_comments[i], inf->vc.comment_lengths[i]);

Completed in 170 milliseconds