Searched refs:dump_stream (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp335 StreamString dump_stream; variable
341 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n",
346 dump_stream.Printf("Pointer:\n");
353 dump_stream.Printf(" <could not be read>\n");
355 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
358 dump_stream.PutChar('\n');
363 dump_stream.Printf("Target:\n");
370 dump_stream.Printf(" <could not be read>\n");
378 dump_stream.Printf(" <could not be read>\n");
380 DumpHexBytes(&dump_stream, dat
674 StreamString dump_stream; variable
947 StreamString dump_stream; variable
1115 StreamString dump_stream; variable
1290 StreamString dump_stream; variable
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h306 svn_repos__dump_magic_header_record(svn_stream_t *dump_stream,
315 svn_repos__dump_uuid_header_record(svn_stream_t *dump_stream,
337 svn_repos__dump_revision_record(svn_stream_t *dump_stream,
364 svn_repos__dump_node_record(svn_stream_t *dump_stream,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c519 svn_repos__dump_magic_header_record(svn_stream_t *dump_stream,
523 SVN_ERR(svn_stream_printf(dump_stream, pool,
530 svn_repos__dump_uuid_header_record(svn_stream_t *dump_stream,
536 SVN_ERR(svn_stream_printf(dump_stream, pool, SVN_REPOS_DUMPFILE_UUID
543 svn_repos__dump_revision_record(svn_stream_t *dump_stream,
586 SVN_ERR(write_revision_headers(dump_stream, headers, scratch_pool));
589 SVN_ERR(svn_stream_puts(dump_stream, "\n"));
594 SVN_ERR(svn_stream_write(dump_stream, propstring->data, &propstring->len));
598 SVN_ERR(svn_stream_puts(dump_stream, "\n"));
604 svn_repos__dump_node_record(svn_stream_t *dump_stream,
516 svn_repos__dump_magic_header_record(svn_stream_t *dump_stream, int version, apr_pool_t *pool) argument
527 svn_repos__dump_uuid_header_record(svn_stream_t *dump_stream, const char *uuid, apr_pool_t *pool) argument
540 svn_repos__dump_revision_record(svn_stream_t *dump_stream, svn_revnum_t revision, apr_hash_t *extra_headers, apr_hash_t *revprops, svn_boolean_t props_section_always, apr_pool_t *scratch_pool) argument
601 svn_repos__dump_node_record(svn_stream_t *dump_stream, svn_repos__dumpfile_headers_t *headers, svn_stringbuf_t *props_str, svn_boolean_t has_text, svn_filesize_t text_content_length, svn_boolean_t content_length_always, apr_pool_t *scratch_pool) argument
[all...]

Completed in 116 milliseconds