Lines Matching refs:ret
58 int ret = ffurl_write(c->child[i].url_context, buf, size);
59 if (ret < 0)
60 main_ret = ret;
72 int ret = ffurl_closep(&c->child[i].url_context);
73 if (ret < 0)
74 main_ret = ret;
85 int ret, i;
98 ret = AVERROR(ENOMEM);
104 ret = AVERROR(ENOMEM);
110 ret = ff_tee_parse_slave_options(h, child_string, &options, &child_name);
111 if (ret < 0)
114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags,
121 if (ret < 0)
137 return ret;