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