Home
last modified time | relevance | path

Searched refs:comment_list_length (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h147 int comment_list_length; member
825 int comment_list_length; member
3742 f->comment_list_length = get32_packet(f); in start_decoder()
3744 if (f->comment_list_length > 0) in start_decoder()
3746 f->comment_list = (char**) setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3750 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4295 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4410 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c144 int comment_list_length; member
783 int comment_list_length; member
3646 f->comment_list_length = get32_packet(f); in start_decoder()
3648 if (f->comment_list_length > 0) in start_decoder()
3650 f->comment_list = (char**) setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3654 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4200 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4308 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c140 int comment_list_length; member
777 int comment_list_length; member
3638 f->comment_list_length = get32_packet(f); in start_decoder()
3639 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3641 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4186 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4294 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c140 int comment_list_length; member
779 int comment_list_length; member
3640 f->comment_list_length = get32_packet(f); in start_decoder()
3641 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3643 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4188 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4296 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h144 int comment_list_length; member
785 int comment_list_length; member
3653 f->comment_list_length = get32_packet(f); in start_decoder()
3654 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3657 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4203 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4311 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c142 int comment_list_length; member
781 int comment_list_length; member
3644 f->comment_list_length = get32_packet(f); in start_decoder()
3645 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3648 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4194 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4302 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c142 int comment_list_length; member
781 int comment_list_length; member
3644 f->comment_list_length = get32_packet(f); in start_decoder()
3645 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3648 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4194 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4302 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c142 int comment_list_length; member
781 int comment_list_length; member
3644 f->comment_list_length = get32_packet(f); in start_decoder()
3645 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length)); in start_decoder()
3648 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4194 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4302 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c142 int comment_list_length; member
781 int comment_list_length; member
3644 f->comment_list_length = get32_packet(f); in start_decoder()
3645 f->comment_list = (char**)setup_malloc(f, sizeof(char*) * (f->comment_list_length + 1)); in start_decoder()
3648 for(i=0; i < f->comment_list_length; ++i) { in start_decoder()
4194 for (i=0; i < p->comment_list_length; ++i) { in vorbis_deinit()
4302 d.comment_list_length = f->comment_list_length; in stb_vorbis_get_comment()
H A Dplayer.c204 for (int i = 0; i < com.comment_list_length; ++i) { in decodeVorbis_Decoder_()
/dports/audio/faudio/FAudio-21.01/csharp/
H A DFAudio.cs2232 public int comment_list_length; field