Searched refs:out_stream (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c43 svn_stream_t *out_stream;
80 svn_stream_t *out_stream,
85 /* If out_stream is backed by an apr_file (e.g. an PIPE) we
92 file = svn_stream__aprfile(out_stream);
94 return svn_ra_svn__stream_create(in_stream, out_stream,
187 svn_stream_t *out_stream,
194 s->out_stream = out_stream;
204 return svn_error_trace(svn_stream_write(stream->out_stream, data, len));
42 svn_stream_t *out_stream; member in struct:svn_ra_svn__stream_st
78 svn_ra_svn__stream_from_streams(svn_stream_t *in_stream, svn_stream_t *out_stream, apr_pool_t *pool) argument
185 svn_ra_svn__stream_create(svn_stream_t *in_stream, svn_stream_t *out_stream, void *timeout_baton, ra_svn_timeout_fn_t timeout_cb, apr_pool_t *pool) argument
H A Ddeprecated.c267 svn_stream_t *out_stream,
273 return svn_ra_svn_create_conn5(sock, in_stream, out_stream,
288 svn_stream_t *out_stream = NULL; local
293 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
295 return svn_ra_svn_create_conn4(sock, in_stream, out_stream,
265 svn_ra_svn_create_conn4(apr_socket_t *sock, svn_stream_t *in_stream, svn_stream_t *out_stream, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_pool_t *pool) argument
H A Dra_svn.h208 svn_stream_t *out_stream,
215 svn_stream_t *out_stream,
H A Dmarshal.c185 svn_stream_t *out_stream,
197 assert((sock && !in_stream && !out_stream)
198 || (!sock && in_stream && out_stream));
232 conn->stream = svn_ra_svn__stream_from_streams(in_stream, out_stream,
182 svn_ra_svn_create_conn5(apr_socket_t *sock, svn_stream_t *in_stream, svn_stream_t *out_stream, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_uint64_t max_in, apr_uint64_t max_out, apr_pool_t *result_pool) argument
H A Dclient.c466 svn_stream_t *in_stream, *out_stream;
474 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
476 conn = svn_ra_svn_create_conn5(NULL, in_stream, out_stream,
465 svn_stream_t *in_stream, *out_stream; local
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp131 void __kmp_vprintf(enum kmp_io out_stream, char const *format, va_list ap) { argument
136 if (!__kmp_stderr && out_stream == kmp_err) {
139 if (!__kmp_stdout && out_stream == kmp_out) {
143 auto stream = ((out_stream == kmp_out) ? __kmp_stdout : __kmp_stderr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h61 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp776 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream, argument
786 out_stream->Printf(
835 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) { argument
846 out_stream->Printf(
881 out_stream->Printf("Instruction::ReadDictionary: Failure executing "
897 value_sp = ReadDictionary(in_file, out_stream);
905 value_sp = ReadArray(in_file, out_stream, data_type);
939 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { argument
940 if (!out_stream)
944 out_stream
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-opts.c66 static FILE *out_stream; variable
1115 out_stream = stdout;
1117 out_stream = fopen (out_fname, "w");
1119 if (out_stream == NULL)
1129 init_pp_output (out_stream);
1253 deps_stream = out_stream;
1266 if (deps_stream && deps_stream != out_stream
1270 if (out_stream && (ferror (out_stream) || fclose (out_stream)))
[all...]
H A Dc-ppoutput.c97 init_pp_output (FILE *out_stream) argument
134 print.outf = out_stream;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h180 * Either @a sock or @a in_stream/@a out_stream must be set, not both.
206 * @note If @a out_stream is an wrapped apr_file_t* the backing file will be
215 svn_stream_t *out_stream,
233 svn_stream_t *out_stream,
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c852 print_diff_tree(svn_stream_t *out_stream,
979 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1012 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1025 outfile = svn_stream__aprfile(out_stream);
1054 svn_stream_disown(out_stream, pool),
1067 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1087 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1097 out_stream, diff, orig_path, new_path,
1102 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1113 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encodin
847 print_diff_tree(svn_stream_t *out_stream, const char *encoding, svn_fs_root_t *root, svn_fs_root_t *base_root, svn_repos_node_t *node, const char *path , const char *base_path , const svnlook_ctxt_t *c, apr_pool_t *pool) argument
1538 svn_stream_t *out_stream; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c194 svn_stream_t *out_stream;
277 SVN_ERR(svn_repos__dump_magic_header_record(pb->out_stream, version, pool));
385 SVN_ERR(svn_repos__dump_revision_record(rb->pb->out_stream,
451 SVN_ERR(svn_repos__dump_uuid_header_record(pb->out_stream, uuid, pool));
837 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream,
845 *stream = nb->rb->pb->out_stream;
871 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream,
881 SVN_ERR(svn_stream_write(nb->rb->pb->out_stream, "\n\n", &len));
1048 SVN_ERR(svn_stream_for_stdout(&baton->out_stream, pool));
193 svn_stream_t *out_stream; member in struct:parse_baton_t
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h64 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h71 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp284 StreamFile out_stream(out_sp);
287 inst_sp->Dump(&out_stream, 0, true, false, nullptr, &sc, nullptr, &format,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h161 lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream,
164 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
H A DEmulateInstruction.h370 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h79 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1432 svn_stream_t *out_stream;
1452 out_stream = svn_stream_from_aprfile2(file, FALSE, pool);
1455 SVN_ERR(svn_stream_for_stdout(&out_stream, pool));
1481 SVN_ERR(svn_repos_dump_fs4(repos, out_stream, lower, upper,
1499 svn_stream_t *out_stream;
1518 out_stream = svn_stream_from_aprfile2(file, FALSE, pool);
1521 SVN_ERR(svn_stream_for_stdout(&out_stream, pool));
1527 SVN_ERR(svn_repos_dump_fs4(repos, out_stream, lower, upper,
1430 svn_stream_t *out_stream; local
1497 svn_stream_t *out_stream; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1133 llvm::raw_string_ostream out_stream(fixed_expression);
1135 main_file_buffer.write(out_stream);
1136 out_stream.flush();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h138 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14393 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, argument
14396 out_stream->Printf("TestEmulation: Missing test data.\n");
14409 out_stream->Printf("TestEmulation: Error reading opcode from test file.\n");
14425 out_stream->Printf("TestEmulation: Invalid arch.\n");
14435 out_stream->Printf("TestEmulation: Failed to find 'before' state.\n");
14441 out_stream->Printf("TestEmulation: Failed loading 'before' state.\n");
14448 out_stream->Printf("TestEmulation: Failed to find 'after' state.\n");
14454 out_stream->Printf("TestEmulation: Failed loading 'after' state.\n");
14466 out_stream->Printf("TestEmulation: EvaluateInstruction() failed.\n");
14472 out_stream
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp968 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); variable
969 out_stream->Printf("error: %s\n", error.AsCString());

Completed in 507 milliseconds