Lines Matching defs:buf
84 char *buf;
93 buf = av_malloc(size);
94 if (!buf)
96 size = avio_read(s->pb, buf, size);
99 av_freep(&buf);
105 openmpt->module = openmpt_module_create_from_memory2(buf, size, openmpt_logfunc, s, NULL, NULL, &error, NULL, NULL);
106 av_freep(&buf);
116 openmpt->module = openmpt_module_create_from_memory(buf, size, openmpt_logfunc, s, NULL);
117 av_freep(&buf);
236 if (p->buf && p->buf_size > 0) {
239 p->buf, p->buf_size,