DragonNest/Common/SVNLib/doc/structsvn__repos__parse__fns__t.html
2024-12-19 09:48:26 +08:00

243 lines
18 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Subversion: svn_repos_parse_fns_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>svn_repos_parse_fns_t Struct Reference<br>
<small>
[<a class="el" href="group__svn__repos__dump__load.html">Dumping and loading filesystem data</a>]</small>
</h1><!-- doxytag: class="svn_repos_parse_fns_t" -->A vtable that is driven by <a class="el" href="group__svn__repos__dump__load.html#g62a01bf6688524b7ac598ee8c7b0290a" title="Similar to svn_repos_parse_dumpstream2(), but uses the more limited svn_repos_parser_fns_t...">svn_repos_parse_dumpstream()</a>.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__repos_8h-source.html">svn_repos.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#0a054db19150005e06aff93cf708cf54">new_revision_record</a> )(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#0a054db19150005e06aff93cf708cf54"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#f1707fc24b7b29531cf583a5e2d6963c">uuid_record</a> )(const char *uuid, void *parse_baton, apr_pool_t *pool)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#f1707fc24b7b29531cf583a5e2d6963c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#d8cae4c394f803da5787530a17762750">new_node_record</a> )(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#d8cae4c394f803da5787530a17762750"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#b03716a46850571a1b94fe5677539f34">set_revision_property</a> )(void *revision_baton, const char *name, const <a class="el" href="structsvn__string__t.html">svn_string_t</a> *value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#b03716a46850571a1b94fe5677539f34"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#0782574eb7c3362e1bcf4348ad6391f1">set_node_property</a> )(void *node_baton, const char *name, const <a class="el" href="structsvn__string__t.html">svn_string_t</a> *value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#0782574eb7c3362e1bcf4348ad6391f1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#fb926b79d28900a875d691d17dda0362">remove_node_props</a> )(void *node_baton)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#fb926b79d28900a875d691d17dda0362"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#f1c272c0b0efc07385c0a3b899c2b0dd">set_fulltext</a> )(<a class="el" href="group__svn__io__byte__streams.html#g06d6291c397e63f895deb92a2c14e6af">svn_stream_t</a> **stream, void *node_baton)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#f1c272c0b0efc07385c0a3b899c2b0dd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#be68ab59cc60bee984ca63b2863d358f">close_node</a> )(void *node_baton)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#be68ab59cc60bee984ca63b2863d358f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__repos__parse__fns__t.html#b5013215d4e8bbd7309557d1d71fbf53">close_revision</a> )(void *revision_baton)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>. <a href="#b5013215d4e8bbd7309557d1d71fbf53"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A vtable that is driven by <a class="el" href="group__svn__repos__dump__load.html#g62a01bf6688524b7ac598ee8c7b0290a" title="Similar to svn_repos_parse_dumpstream2(), but uses the more limited svn_repos_parser_fns_t...">svn_repos_parse_dumpstream()</a>.
<p>
Similar to <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code> except that it lacks the delete_node_property and apply_textdelta callbacks.<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000197">Deprecated:</a></b></dt><dd>Provided for backward compatibility with the 1.0 API. </dd></dl>
<p>Definition at line <a class="el" href="svn__repos_8h-source.html#l02312">2312</a> of file <a class="el" href="svn__repos_8h-source.html">svn_repos.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="0a054db19150005e06aff93cf708cf54"></a><!-- doxytag: member="svn_repos_parse_fns_t::new_revision_record" ref="0a054db19150005e06aff93cf708cf54" args=")(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#0a054db19150005e06aff93cf708cf54">svn_repos_parse_fns_t::new_revision_record</a>)(void **revision_baton, apr_hash_t *headers, void *parse_baton, apr_pool_t *pool) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="f1707fc24b7b29531cf583a5e2d6963c"></a><!-- doxytag: member="svn_repos_parse_fns_t::uuid_record" ref="f1707fc24b7b29531cf583a5e2d6963c" args=")(const char *uuid, void *parse_baton, apr_pool_t *pool)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#f1707fc24b7b29531cf583a5e2d6963c">svn_repos_parse_fns_t::uuid_record</a>)(const char *uuid, void *parse_baton, apr_pool_t *pool) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="d8cae4c394f803da5787530a17762750"></a><!-- doxytag: member="svn_repos_parse_fns_t::new_node_record" ref="d8cae4c394f803da5787530a17762750" args=")(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#d8cae4c394f803da5787530a17762750">svn_repos_parse_fns_t::new_node_record</a>)(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="b03716a46850571a1b94fe5677539f34"></a><!-- doxytag: member="svn_repos_parse_fns_t::set_revision_property" ref="b03716a46850571a1b94fe5677539f34" args=")(void *revision_baton, const char *name, const svn_string_t *value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#b03716a46850571a1b94fe5677539f34">svn_repos_parse_fns_t::set_revision_property</a>)(void *revision_baton, const char *name, const <a class="el" href="structsvn__string__t.html">svn_string_t</a> *value) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="0782574eb7c3362e1bcf4348ad6391f1"></a><!-- doxytag: member="svn_repos_parse_fns_t::set_node_property" ref="0782574eb7c3362e1bcf4348ad6391f1" args=")(void *node_baton, const char *name, const svn_string_t *value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#0782574eb7c3362e1bcf4348ad6391f1">svn_repos_parse_fns_t::set_node_property</a>)(void *node_baton, const char *name, const <a class="el" href="structsvn__string__t.html">svn_string_t</a> *value) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="fb926b79d28900a875d691d17dda0362"></a><!-- doxytag: member="svn_repos_parse_fns_t::remove_node_props" ref="fb926b79d28900a875d691d17dda0362" args=")(void *node_baton)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#fb926b79d28900a875d691d17dda0362">svn_repos_parse_fns_t::remove_node_props</a>)(void *node_baton) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="f1c272c0b0efc07385c0a3b899c2b0dd"></a><!-- doxytag: member="svn_repos_parse_fns_t::set_fulltext" ref="f1c272c0b0efc07385c0a3b899c2b0dd" args=")(svn_stream_t **stream, void *node_baton)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#f1c272c0b0efc07385c0a3b899c2b0dd">svn_repos_parse_fns_t::set_fulltext</a>)(<a class="el" href="group__svn__io__byte__streams.html#g06d6291c397e63f895deb92a2c14e6af">svn_stream_t</a> **stream, void *node_baton) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="be68ab59cc60bee984ca63b2863d358f"></a><!-- doxytag: member="svn_repos_parse_fns_t::close_node" ref="be68ab59cc60bee984ca63b2863d358f" args=")(void *node_baton)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#be68ab59cc60bee984ca63b2863d358f">svn_repos_parse_fns_t::close_node</a>)(void *node_baton) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<a class="anchor" name="b5013215d4e8bbd7309557d1d71fbf53"></a><!-- doxytag: member="svn_repos_parse_fns_t::close_revision" ref="b5013215d4e8bbd7309557d1d71fbf53" args=")(void *revision_baton)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__repos__parse__fns__t.html#b5013215d4e8bbd7309557d1d71fbf53">svn_repos_parse_fns_t::close_revision</a>)(void *revision_baton) </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Same as the corresponding field in <code><a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2().">svn_repos_parse_fns2_t</a></code>.
<p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="svn__repos_8h-source.html">svn_repos.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:30 2008 for Subversion by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>