Lines Matching defs:out
156 char *out = av_malloc(strlen(*buf) + 1);157 char *ret = out, *end = out;159 if (!out)166 *out++ = *p++;167 end = out;170 *out++ = *p++;173 end = out;176 *out++ = c;181 *out-- = 0;182 while (out >= end && strspn(out, WHITESPACES));431 ret = AVERROR(EILSEQ); /* out-of-range value */