Lines Matching defs:out
879 snd_output_t *out;
882 err = snd_output_buffer_open(&out);
891 snd_output_printf(out, "%s", p1->value.s);
893 princ_object(out, p1);
899 *rout = out;
905 snd_output_t *out;
908 if (common_error(&out, instance, args) < 0)
910 snd_output_buffer_string(out, &str);
912 snd_output_close(out);
918 snd_output_t *out;
921 if (common_error(&out, instance, args) < 0)
923 snd_output_buffer_string(out, &str);
925 snd_output_close(out);