Lines Matching refs:error_out
311 char **error_out) in one_chan_config_string() argument
334 char *str, int size, char **error_out) in chan_pair_config_string() argument
338 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string()
348 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string()
357 char **error_out) in chan_config_string() argument
366 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string()
411 const struct chan_opts *opts, char **error_out) in parse_chan() argument
430 *error_out = "No match for configured backends"; in parse_chan()
436 *error_out = "Configuration failed"; in parse_chan()
442 *error_out = "Memory allocation failed"; in parse_chan()
461 const struct chan_opts *opts, char **error_out) in parse_chan_pair() argument
481 new = parse_chan(line, in, device, opts, error_out); in parse_chan_pair()
489 new = parse_chan(line, out, device, opts, error_out); in parse_chan_pair()
498 new = parse_chan(line, str, device, opts, error_out); in parse_chan_pair()