Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundFile.cpp82 const std::size_t labelLength = std::strlen( label ); in GetOffsetByLabel() local
88 if ( std::strncmp( label, labelInfo->label, labelLength ) == 0 ) in GetOffsetByLabel()