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

/freebsd-10-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 Dra_svn.h179 svn_stream_t *out_stream,
186 svn_stream_t *out_stream,
H A Ddeprecated.c251 svn_stream_t *out_stream = NULL; local
256 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
258 return svn_ra_svn_create_conn4(sock, in_stream, out_stream,
H A Dmarshal.c87 svn_stream_t *out_stream,
97 assert((sock && !in_stream && !out_stream)
98 || (!sock && in_stream && out_stream));
128 conn->stream = svn_ra_svn__stream_from_streams(in_stream, out_stream,
84 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 *result_pool) argument
H A Dclient.c463 svn_stream_t *in_stream, *out_stream;
471 out_stream = svn_stream_from_aprfile2(out_file, FALSE, pool);
473 conn = svn_ra_svn_create_conn4(NULL, in_stream, out_stream,
462 svn_stream_t *in_stream, *out_stream; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DStreamCallback.cpp53 StreamString &out_stream = FindStreamForThread(cur_tid); local
54 m_callback (out_stream.GetData(), m_baton);
55 out_stream.Clear();
H A DDisassembler.cpp661 Instruction::ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type) argument
673 out_stream->Printf ("Instruction::ReadArray: Error reading file (fgets).\n");
726 Instruction::ReadDictionary (FILE *in_file, Stream *out_stream) argument
741 out_stream->Printf ("Instruction::ReadDictionary: Error reading file (fgets).\n");
778 out_stream->Printf ("Instruction::ReadDictionary: Failure executing regular expression.\n");
794 value_sp = ReadDictionary (in_file, out_stream);
805 value_sp = ReadArray (in_file, out_stream, data_type);
845 Instruction::TestEmulation (Stream *out_stream, const char *file_name) argument
847 if (!out_stream)
852 out_stream
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp189 StreamFile out_stream (out, false);
190 m_opaque_sp->Dump (&out_stream, 0, true, false, NULL);
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h99 ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type);
102 ReadDictionary (FILE *in_file, Stream *out_stream);
H A DEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c829 print_diff_tree(svn_stream_t *out_stream,
956 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
989 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1002 outfile = svn_stream__aprfile(out_stream);
1031 svn_stream_disown(out_stream, pool),
1044 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1064 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1074 out_stream, diff, orig_path, new_path,
1079 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encoding, pool,
1090 SVN_ERR(svn_stream_printf_from_utf8(out_stream, encodin
824 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
1515 svn_stream_t *out_stream; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c226 svn_stream_t *out_stream;
309 SVN_ERR(svn_stream_printf(pb->out_stream, pool,
419 SVN_ERR(svn_repos__dump_revision_record(rb->pb->out_stream,
484 SVN_ERR(svn_stream_printf(pb->out_stream, pool,
869 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream,
877 *stream = nb->rb->pb->out_stream;
903 SVN_ERR(svn_repos__dump_node_record(nb->rb->pb->out_stream,
913 SVN_ERR(svn_stream_write(nb->rb->pb->out_stream, "\n\n", &len));
1075 SVN_ERR(create_stdio_stream(&(baton->out_stream),
225 svn_stream_t *out_stream; member in struct:parse_baton_t
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h170 * Either @a sock or @a in_stream/@a out_stream must be set, not both.
187 * @note If @a out_stream is an wrapped apr_file_t* the backing file will be
196 svn_stream_t *out_stream,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
H A DEmulateInstructionARM.cpp13516 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) argument
13520 out_stream->Printf ("TestEmulation: Missing test data.\n");
13533 out_stream->Printf ("TestEmulation: Error reading opcode from test file.\n");
13554 out_stream->Printf ("TestEmulation: Invalid arch.\n");
13564 out_stream->Printf ("TestEmulation: Failed to find 'before' state.\n");
13571 out_stream->Printf ("TestEmulation: Failed loading 'before' state.\n");
13578 out_stream->Printf ("TestEmulation: Failed to find 'after' state.\n");
13585 out_stream->Printf ("TestEmulation: Failed loading 'after' state.\n");
13598 out_stream->Printf ("TestEmulation: EvaluateInstruction() failed.\n");
13604 out_stream
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp954 StreamSP out_stream = m_interpreter.GetDebugger().GetAsyncOutputStream(); local
955 out_stream->Printf("error: %s\n", error.AsCString());

Completed in 152 milliseconds