Home
last modified time | relevance | path

Searched refs:_v_writestring (Results 1 – 25 of 33) sorted by path

12

/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Dvcedit.c151 _v_writestring (oggpack_buffer *o, in _v_writestring() function
175 _v_writestring (&opb, "vorbis", 6); in _commentheader_out()
180 _v_writestring (&opb, "OpusTags", 8); in _commentheader_out()
186 _v_writestring (&opb,vendor, strlen (vendor)); in _commentheader_out()
200 _v_writestring (&opb, vc->user_comments[i], in _commentheader_out()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dvcedit.c361 static void _v_writestring(oggpack_buffer *o, const char *s, int len) in _v_writestring() function
377 _v_writestring(&opb,"vorbis", 6); in _commentheader_out()
381 _v_writestring(&opb,vendor, strlen(vendor)); in _commentheader_out()
390 _v_writestring(&opb,vc->user_comments[i], in _commentheader_out()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dvcedit.c361 static void _v_writestring(oggpack_buffer *o, const char *s, int len) in _v_writestring() function
377 _v_writestring(&opb,"vorbis", 6); in _commentheader_out()
381 _v_writestring(&opb,vendor, strlen(vendor)); in _commentheader_out()
390 _v_writestring(&opb,vc->user_comments[i], in _commentheader_out()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dinfo.c48 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
443 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
466 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
470 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
480 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
497 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/
H A Dinfo.c39 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
434 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
457 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
461 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
471 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
488 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/audio/libvorbis/libvorbis-1.3.7/lib/
H A Dinfo.c36 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
461 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
484 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
488 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
498 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
515 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/audio/p5-Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.11/inc/
H A Dvcedit.c86 static void _v_writestring(oggpack_buffer *o,char *s, int len) in X509ConstructCertificateStack()
102 _v_writestring(&opb,"vorbis", 6); in X509Free()
106 _v_writestring(&opb,vendor, strlen(vendor));
115 _v_writestring(&opb,vc->user_comments[i],
/dports/audio/praat/praat-6.2.03/external/vorbis/
H A Dvorbis_info.cpp34 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){
459 _v_writestring(opb,"vorbis", 6);
482 _v_writestring(opb,"vorbis", 6);
486 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes);
496 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]);
513 _v_writestring(opb,"vorbis", 6);
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/lib/
H A Dinfo.c38 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){
448 _v_writestring(opb,"vorbis", 6);
471 _v_writestring(opb,"vorbis", 6);
475 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes);
485 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]);
502 _v_writestring(opb,"vorbis", 6);
/dports/audio/tagtool/tagtool-0.12.3/src/
H A Dvcedit.c87 static void _v_writestring(oggpack_buffer *o,char *s, int len) in _v_writestring() function
103 _v_writestring(&opb,"vorbis", 6); in _commentheader_out()
107 _v_writestring(&opb,vendor, strlen(vendor)); in _commentheader_out()
116 _v_writestring(&opb,vc->user_comments[i], in _commentheader_out()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/vorbiscomment/
H A Dvcedit.c333 static void _v_writestring(oggpack_buffer *o, const char *s, size_t len) in _v_writestring() function
348 _v_writestring(&opb, "vorbis", 6); in _commentheader_out()
352 _v_writestring(&opb, vendor, strlen(vendor)); in _commentheader_out()
362 _v_writestring(&opb, vc->user_comments[i], vc->comment_lengths[i]); in _commentheader_out()
/dports/audio/vorbisgain/vorbisgain-0.37/
H A Dvcedit.c89 static void _v_writestring(oggpack_buffer *o,char *s, int len) in _v_writestring() function
105 _v_writestring(&opb,"vorbis", 6); in _commentheader_out()
109 _v_writestring(&opb,vendor, strlen(vendor)); in _commentheader_out()
118 _v_writestring(&opb,vc->user_comments[i], in _commentheader_out()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libvorbis/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libvorbis/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.7/lib/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
462 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
485 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
489 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
499 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
516 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/lib/
H A Dinfo.c45 static void _v_writestring(oggpack_buffer *o,char *s, int bytes){ in _v_writestring() function
400 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
424 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
428 _v_writestring(opb,temp, bytes); in _vorbis_pack_comment()
438 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
455 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/iortcw/iortcw-1.51c/MP/code/libvorbis-1.3.6/lib/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/iortcw/iortcw-1.51c/SP/code/libvorbis-1.3.6/lib/
H A Dinfo.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libvorbis-1.3.5/lib/
H A Dinfo.c38 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
448 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
471 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
475 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
485 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
502 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libvorbis/lib/
H A Dinfo.c38 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
448 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
471 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
475 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
485 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
502 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libvorbis/lib/
H A Dinfo.c38 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
448 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
471 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
475 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
485 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
502 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/lib/
H A Dinfo.c48 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
443 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
466 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
470 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
480 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
497 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvorbis/lib/
H A Dvorbis_info.c37 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function
453 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info()
476 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment()
480 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment()
490 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment()
507 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()

12