Home
last modified time | relevance | path

Searched refs:FLAC__STRNCASECMP (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/share/
Dcompat.h92 #define FLAC__STRNCASECMP strnicmp macro
95 #define FLAC__STRNCASECMP strncasecmp macro
/external/flac/libFLAC/
Dmetadata_object.c1374 #define FLAC__STRNCASECMP strnicmp in FLAC__metadata_object_vorbiscomment_entry_matches() macro
1376 #define FLAC__STRNCASECMP strncasecmp in FLAC__metadata_object_vorbiscomment_entry_matches() macro
1378 …return (0 != eq && (unsigned)(eq-entry.entry) == field_name_length && 0 == FLAC__STRNCASECMP(field… in FLAC__metadata_object_vorbiscomment_entry_matches()
1379 #undef FLAC__STRNCASECMP in FLAC__metadata_object_vorbiscomment_entry_matches()