Lines Matching defs:out
167 char *out = *rout;
178 av_assert1(out[-1] == '/');
179 if (out - root > 1)
180 while (out > root && (--out)[-1] != '/');
182 if (out_end - out < next - in)
184 memmove(out, in, next - in);
185 out += next - in;
189 *rout = out;
197 char *out, *out_end, *path;
222 out = buf;
256 if (len > out_end - out) { \
260 memmove(out, start, len); \
261 out += len; \
290 path = out;
292 ret = append_path(path, out_end, &out, ub.path, base_path_end);
297 ret = append_path(path, out_end, &out, uc.path, uc.url_component_end_path);
309 *out = 0;