Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:ok

271 			 * Stripping the const from src->entry is OK since we're taking
1412 FLAC__bool ok = true;
1421 for(i = (int)object->data.vorbis_comment.num_comments - 1; ok && i >= 0; i--) {
1424 ok &= FLAC__metadata_object_vorbiscomment_delete_comment(object, (unsigned)i);
1428 return ok? (int)matching : -1;