Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:local__fwrite

4298 static size_t local__fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream)
4306 #define local__fwrite fwrite
4313 if(local__fwrite(buffer, sizeof(FLAC__byte), bytes, encoder->private_->file) == bytes) {