Home
last modified time | relevance | path

Searched refs:field_name_length (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_document.c32 if (!field_name_length) { in solr_document_set_field()
97 if (!field_name_length) { in solr_document_get_field()
127 if (!field_name_length) { in solr_document_remove_field()
154 if (!field_name_length) { in solr_document_field_exists()
524 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
531 &field_name_length, &field_value, in PHP_METHOD()
570 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
592 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
621 &field_name_length, &field_value, in PHP_METHOD()
896 &field_name_length, &field_value, in PHP_METHOD()
[all …]
H A Dphp_solr_input_document.c162 if (!field_name_length) { in PHP_METHOD()
224 if (!field_name_length || !field_value_len) { in PHP_METHOD()
273 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
283 if (!field_name_length) { in PHP_METHOD()
318 COMPAT_ARG_SIZE_T field_name_length = sizeof("_version_"); in PHP_METHOD() local
381 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
389 if (!field_name_length) { in PHP_METHOD()
437 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
447 if (!field_name_length) { in PHP_METHOD()
519 COMPAT_ARG_SIZE_T field_name_length = 0; in PHP_METHOD() local
[all …]
/dports/audio/flac123/flac123-0.0.12/
H A Dvorbiscomment.c33 const unsigned field_name_length = strlen(field_name); in local__vcentry_matches() local
34 …q && (unsigned)(eq-entry->entry) == field_name_length && 0 == strncasecmp(field_name, entry->entry… in local__vcentry_matches()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/dse/geotypes/
H A Dgeotypes.c238 size_t field_name_length; in select_point_collections() local
241 cass_iterator_get_user_type_field_name(iterator, &field_name, &field_name_length); in select_point_collections()
244 printf("%.*s: ", (int)field_name_length, field_name); in select_point_collections()
481 size_t field_name_length; in select_line_string_collections() local
484 cass_iterator_get_user_type_field_name(iterator, &field_name, &field_name_length); in select_line_string_collections()
486 printf("%.*s: ", (int)field_name_length, field_name); in select_line_string_collections()
755 size_t field_name_length; in select_polygon_collections() local
758 cass_iterator_get_user_type_field_name(iterator, &field_name, &field_name_length); in select_polygon_collections()
760 printf("%.*s: ", (int)field_name_length, field_name); in select_polygon_collections()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/udt/
H A Dudt.c184 size_t field_name_length; in select_from_udt() local
186 cass_iterator_get_user_type_field_name(fields, &field_name, &field_name_length); in select_from_udt()
188 printf("%.*s ", (int)field_name_length, field_name); in select_from_udt()
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dmetadata_object.c257 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1118 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1124 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1126 … vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, (uint32_t)field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1134 …rbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, (uint32_t)field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1140 …rbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, (uint32_t)field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1221 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1231 const uint32_t field_name_length = (const uint32_t)strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1235 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1250 const uint32_t field_name_length = (const uint32_t)strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …unsigned)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …unsigned)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flac/src/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/libFLAC/
H A Dmetadata_object.c304 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1258 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1266 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1268 …if((i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length)) >… in FLAC__metadata_object_vorbiscomment_replace_comment()
1273 …omment_find_entry_from_(object, index+1, (const char *)entry.entry, field_name_length); i >= 0; ) { in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 … vorbiscomment_find_entry_from_(object, (unsigned)i, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1378 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1392 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1399 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1414 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/libFLAC/
H A Dmetadata_object.c304 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1258 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1266 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1268 …if((i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length)) >… in FLAC__metadata_object_vorbiscomment_replace_comment()
1273 …omment_find_entry_from_(object, index+1, (const char *)entry.entry, field_name_length); i >= 0; ) { in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 … vorbiscomment_find_entry_from_(object, (unsigned)i, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1378 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1392 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1399 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1414 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flac/src/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length))
1269 size_t field_name_length;
1275 field_name_length = eq-entry.entry;
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length);
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length);
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length);
1386 …unsigned)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr…
1399 const unsigned field_name_length = strlen(field_name);
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) {
1421 const unsigned field_name_length = strlen(field_name);
[all …]
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …unsigned)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-deps/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-deps/libFLAC/
H A Dmetadata_object.c310 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1264 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1272 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1274 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1282 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1288 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1384 …igned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field_name, (const char *)en… in FLAC__metadata_object_vorbiscomment_entry_matches()
1397 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1404 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1419 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …unsigned)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const unsigned field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/audio/praat/praat-6.2.03/external/flac/
H A Dflac_metadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length))
1269 size_t field_name_length;
1275 field_name_length = eq-entry.entry;
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length);
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length);
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length);
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr…
1399 const uint32_t field_name_length = strlen(field_name);
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) {
1421 const uint32_t field_name_length = strlen(field_name);
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/flac-1.3.3/src/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/flac-1.3.3/src/
H A Dmetadata_object.c303 …orbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) in vorbiscomment_find_entry_from_()
1269 size_t field_name_length; in FLAC__metadata_object_vorbiscomment_replace_comment() local
1275 field_name_length = eq-entry.entry; in FLAC__metadata_object_vorbiscomment_replace_comment()
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1386 …uint32_t)(eq-entry.entry) == field_name_length && FLAC__STRNCASECMP(field_name, (const char *)entr… in FLAC__metadata_object_vorbiscomment_entry_matches()
1399 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entry_matching() local
1406 …biscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length)) { in FLAC__metadata_object_vorbiscomment_remove_entry_matching()
1421 const uint32_t field_name_length = strlen(field_name); in FLAC__metadata_object_vorbiscomment_remove_entries_matching() local
[all …]

123456