Lines Matching refs:error_out
339 char **error_out) in one_chan_config_string() argument
362 char *str, int size, char **error_out) in chan_pair_config_string() argument
366 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string()
376 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string()
385 char **error_out) in chan_config_string() argument
394 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string()
439 const struct chan_opts *opts, char **error_out) in parse_chan() argument
458 *error_out = "No match for configured backends"; in parse_chan()
464 *error_out = "Configuration failed"; in parse_chan()
470 *error_out = "Memory allocation failed"; in parse_chan()
489 const struct chan_opts *opts, char **error_out) in parse_chan_pair() argument
509 new = parse_chan(line, in, device, opts, error_out); in parse_chan_pair()
517 new = parse_chan(line, out, device, opts, error_out); in parse_chan_pair()
526 new = parse_chan(line, str, device, opts, error_out); in parse_chan_pair()