Alien-SVN
view release on metacpan or search on metacpan
src/subversion/subversion/bindings/swig/perl/native/core.c view on Meta::CPAN
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "apr_pool_clear" "', argument " "1"" of type '" "apr_pool_t *""'");
}
arg1 = (apr_pool_t *)(argp1);
{
apr_pool_clear(arg1);
}
ST(argvi) = sv_newmortal();
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
XS(_wrap_apr_file_open_stdout) {
{
apr_file_t **arg1 = (apr_file_t **) 0 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
apr_file_t *temp1 ;
int argvi = 0;
apr_status_t result;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 0) || (items > 1)) {
SWIG_croak("Usage: apr_file_open_stdout(pool);");
}
if (items > 0) {
}
{
result = (apr_status_t)apr_file_open_stdout(arg1,arg2);
}
ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(result)); argvi++ ;
{
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj(*arg1, SWIGTYPE_p_apr_file_t, 0); argvi++ ;
}
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
XS(_wrap_apr_file_open_stderr) {
{
apr_file_t **arg1 = (apr_file_t **) 0 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
apr_file_t *temp1 ;
int argvi = 0;
apr_status_t result;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 0) || (items > 1)) {
SWIG_croak("Usage: apr_file_open_stderr(pool);");
}
if (items > 0) {
}
{
result = (apr_status_t)apr_file_open_stderr(arg1,arg2);
}
ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(result)); argvi++ ;
{
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj(*arg1, SWIGTYPE_p_apr_file_t, 0); argvi++ ;
}
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
XS(_wrap_svn_time_to_cstring) {
{
apr_time_t arg1 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
long long val1 ;
int ecode1 = 0 ;
int argvi = 0;
char *result = 0 ;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
if ((items < 1) || (items > 2)) {
SWIG_croak("Usage: svn_time_to_cstring(when,pool);");
}
ecode1 = SWIG_AsVal_long_SS_long SWIG_PERL_CALL_ARGS_2(ST(0), &val1);
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "svn_time_to_cstring" "', argument " "1"" of type '" "apr_time_t""'");
}
arg1 = (apr_time_t)(val1);
if (items > 1) {
}
{
result = (char *)svn_time_to_cstring(arg1,arg2);
}
ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
src/subversion/subversion/bindings/swig/perl/native/core.c view on Meta::CPAN
}
}
XS(_wrap_svn_stream_for_stdin) {
{
svn_stream_t **arg1 = (svn_stream_t **) 0 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
svn_stream_t *temp1 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 0) || (items > 1)) {
SWIG_croak("Usage: svn_stream_for_stdin(pool);");
}
if (items > 0) {
}
{
result = (svn_error_t *)svn_stream_for_stdin(arg1,arg2);
}
{
if (result) {
SV *exception_handler = perl_get_sv ("SVN::Error::handler", FALSE);
if (SvOK(exception_handler)) {
SV *callback_result;
svn_swig_pl_callback_thunk (CALL_SV, exception_handler,
&callback_result, "S", result,
SWIGTYPE_p_svn_error_t);
} else {
ST(argvi) = SWIG_NewPointerObj(result, SWIGTYPE_p_svn_error_t, 0);
argvi++;
}
}
}
{
if (argvi >= items) EXTEND(sp,1); ST(argvi) = svn_swig_pl_from_stream(*arg1); argvi++ ;
}
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
XS(_wrap_svn_stream_for_stderr) {
{
svn_stream_t **arg1 = (svn_stream_t **) 0 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
svn_stream_t *temp1 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 0) || (items > 1)) {
SWIG_croak("Usage: svn_stream_for_stderr(pool);");
}
if (items > 0) {
}
{
result = (svn_error_t *)svn_stream_for_stderr(arg1,arg2);
}
{
if (result) {
SV *exception_handler = perl_get_sv ("SVN::Error::handler", FALSE);
if (SvOK(exception_handler)) {
SV *callback_result;
svn_swig_pl_callback_thunk (CALL_SV, exception_handler,
&callback_result, "S", result,
SWIGTYPE_p_svn_error_t);
} else {
ST(argvi) = SWIG_NewPointerObj(result, SWIGTYPE_p_svn_error_t, 0);
argvi++;
}
}
}
{
if (argvi >= items) EXTEND(sp,1); ST(argvi) = svn_swig_pl_from_stream(*arg1); argvi++ ;
}
XSRETURN(argvi);
fail:
SWIG_croak_null();
}
}
XS(_wrap_svn_stream_for_stdout) {
{
svn_stream_t **arg1 = (svn_stream_t **) 0 ;
apr_pool_t *arg2 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
svn_stream_t *temp1 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg2 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 0) || (items > 1)) {
SWIG_croak("Usage: svn_stream_for_stdout(pool);");
}
if (items > 0) {
}
{
result = (svn_error_t *)svn_stream_for_stdout(arg1,arg2);
}
src/subversion/subversion/bindings/swig/perl/native/core.c view on Meta::CPAN
_swigc__p_svn_error_t,
_swigc__p_svn_io_dirent2_t,
_swigc__p_svn_io_dirent_t,
_swigc__p_svn_io_file_del_t,
_swigc__p_svn_location_segment_t,
_swigc__p_svn_lock_t,
_swigc__p_svn_log_changed_path2_t,
_swigc__p_svn_log_changed_path_t,
_swigc__p_svn_log_entry_t,
_swigc__p_svn_merge_range_t,
_swigc__p_svn_mergeinfo_inheritance_t,
_swigc__p_svn_node_kind_t,
_swigc__p_svn_opt_revision_range_t,
_swigc__p_svn_opt_revision_t,
_swigc__p_svn_opt_revision_value_t,
_swigc__p_svn_opt_subcommand_desc2_t,
_swigc__p_svn_opt_subcommand_desc2_t_desc_overrides,
_swigc__p_svn_opt_subcommand_desc_t,
_swigc__p_svn_patch_file_t,
_swigc__p_svn_patch_t,
_swigc__p_svn_prop_inherited_item_t,
_swigc__p_svn_prop_kind,
_swigc__p_svn_prop_patch_t,
_swigc__p_svn_prop_t,
_swigc__p_svn_stream_mark_t,
_swigc__p_svn_stream_t,
_swigc__p_svn_string_t,
_swigc__p_svn_stringbuf_t,
_swigc__p_svn_tristate_t,
_swigc__p_svn_version_checklist_t,
_swigc__p_svn_version_ext_linked_lib_t,
_swigc__p_svn_version_ext_loaded_lib_t,
_swigc__p_svn_version_extended_t,
_swigc__p_svn_version_t,
_swigc__p_svn_wc_external_item2_t,
_swigc__p_unsigned_char,
_swigc__p_unsigned_long,
_swigc__p_void,
};
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
static swig_constant_info swig_constants[] = {
{0,0,0,0,0,0}
};
#ifdef __cplusplus
}
#endif
static swig_variable_info swig_variables[] = {
{ "SVN::_Core::current_pool", MAGIC_CLASS _wrap_current_pool_set, MAGIC_CLASS _wrap_current_pool_get,&SWIGTYPE_p_apr_pool_t },
{0,0,0,0}
};
static swig_command_info swig_commands[] = {
{"SVN::_Core::apr_initialize", _wrap_apr_initialize},
{"SVN::_Core::apr_terminate", _wrap_apr_terminate},
{"SVN::_Core::apr_time_ansi_put", _wrap_apr_time_ansi_put},
{"SVN::_Core::apr_pool_destroy", _wrap_apr_pool_destroy},
{"SVN::_Core::apr_pool_clear", _wrap_apr_pool_clear},
{"SVN::_Core::apr_file_open_stdout", _wrap_apr_file_open_stdout},
{"SVN::_Core::apr_file_open_stderr", _wrap_apr_file_open_stderr},
{"SVN::_Core::svn_time_to_cstring", _wrap_svn_time_to_cstring},
{"SVN::_Core::svn_time_from_cstring", _wrap_svn_time_from_cstring},
{"SVN::_Core::svn_time_to_human_cstring", _wrap_svn_time_to_human_cstring},
{"SVN::_Core::svn_parse_date", _wrap_svn_parse_date},
{"SVN::_Core::svn_sleep_for_timestamps", _wrap_svn_sleep_for_timestamps},
{"SVN::_Core::svn_error_t_apr_err_set", _wrap_svn_error_t_apr_err_set},
{"SVN::_Core::svn_error_t_apr_err_get", _wrap_svn_error_t_apr_err_get},
{"SVN::_Core::svn_error_t_message_get", _wrap_svn_error_t_message_get},
{"SVN::_Core::svn_error_t_child_set", _wrap_svn_error_t_child_set},
{"SVN::_Core::svn_error_t_child_get", _wrap_svn_error_t_child_get},
{"SVN::_Core::svn_error_t_pool_set", _wrap_svn_error_t_pool_set},
{"SVN::_Core::svn_error_t_pool_get", _wrap_svn_error_t_pool_get},
{"SVN::_Core::svn_error_t_file_get", _wrap_svn_error_t_file_get},
{"SVN::_Core::svn_error_t_line_set", _wrap_svn_error_t_line_set},
{"SVN::_Core::svn_error_t_line_get", _wrap_svn_error_t_line_get},
{"SVN::_Core::new_svn_error_t", _wrap_new_svn_error_t},
{"SVN::_Core::delete_svn_error_t", _wrap_delete_svn_error_t},
{"SVN::_Core::svn__apr_hash_index_key", _wrap_svn__apr_hash_index_key},
{"SVN::_Core::svn__apr_hash_index_klen", _wrap_svn__apr_hash_index_klen},
{"SVN::_Core::svn__apr_hash_index_val", _wrap_svn__apr_hash_index_val},
{"SVN::_Core::svn_node_kind_to_word", _wrap_svn_node_kind_to_word},
{"SVN::_Core::svn_node_kind_from_word", _wrap_svn_node_kind_from_word},
{"SVN::_Core::svn_tristate__to_word", _wrap_svn_tristate__to_word},
{"SVN::_Core::svn_tristate__from_word", _wrap_svn_tristate__from_word},
{"SVN::_Core::svn_revnum_parse", _wrap_svn_revnum_parse},
{"SVN::_Core::svn_depth_to_word", _wrap_svn_depth_to_word},
{"SVN::_Core::svn_depth_from_word", _wrap_svn_depth_from_word},
{"SVN::_Core::svn_dirent_t_kind_set", _wrap_svn_dirent_t_kind_set},
{"SVN::_Core::svn_dirent_t_kind_get", _wrap_svn_dirent_t_kind_get},
{"SVN::_Core::svn_dirent_t_size_set", _wrap_svn_dirent_t_size_set},
{"SVN::_Core::svn_dirent_t_size_get", _wrap_svn_dirent_t_size_get},
{"SVN::_Core::svn_dirent_t_has_props_set", _wrap_svn_dirent_t_has_props_set},
{"SVN::_Core::svn_dirent_t_has_props_get", _wrap_svn_dirent_t_has_props_get},
{"SVN::_Core::svn_dirent_t_created_rev_set", _wrap_svn_dirent_t_created_rev_set},
{"SVN::_Core::svn_dirent_t_created_rev_get", _wrap_svn_dirent_t_created_rev_get},
{"SVN::_Core::svn_dirent_t_time_set", _wrap_svn_dirent_t_time_set},
{"SVN::_Core::svn_dirent_t_time_get", _wrap_svn_dirent_t_time_get},
{"SVN::_Core::svn_dirent_t_last_author_get", _wrap_svn_dirent_t_last_author_get},
{"SVN::_Core::new_svn_dirent_t", _wrap_new_svn_dirent_t},
{"SVN::_Core::delete_svn_dirent_t", _wrap_delete_svn_dirent_t},
{"SVN::_Core::svn_dirent_dup", _wrap_svn_dirent_dup},
{"SVN::_Core::svn_dirent_create", _wrap_svn_dirent_create},
{"SVN::_Core::svn_commit_info_t_revision_set", _wrap_svn_commit_info_t_revision_set},
{"SVN::_Core::svn_commit_info_t_revision_get", _wrap_svn_commit_info_t_revision_get},
{"SVN::_Core::svn_commit_info_t_date_set", _wrap_svn_commit_info_t_date_set},
{"SVN::_Core::svn_commit_info_t_date_get", _wrap_svn_commit_info_t_date_get},
{"SVN::_Core::svn_commit_info_t_author_set", _wrap_svn_commit_info_t_author_set},
{"SVN::_Core::svn_commit_info_t_author_get", _wrap_svn_commit_info_t_author_get},
{"SVN::_Core::svn_commit_info_t_post_commit_err_set", _wrap_svn_commit_info_t_post_commit_err_set},
{"SVN::_Core::svn_commit_info_t_post_commit_err_get", _wrap_svn_commit_info_t_post_commit_err_get},
{"SVN::_Core::svn_commit_info_t_repos_root_set", _wrap_svn_commit_info_t_repos_root_set},
{"SVN::_Core::svn_commit_info_t_repos_root_get", _wrap_svn_commit_info_t_repos_root_get},
{"SVN::_Core::new_svn_commit_info_t", _wrap_new_svn_commit_info_t},
{"SVN::_Core::delete_svn_commit_info_t", _wrap_delete_svn_commit_info_t},
{"SVN::_Core::svn_create_commit_info", _wrap_svn_create_commit_info},
{"SVN::_Core::svn_commit_info_dup", _wrap_svn_commit_info_dup},
{"SVN::_Core::svn_log_changed_path2_t_action_set", _wrap_svn_log_changed_path2_t_action_set},
{"SVN::_Core::svn_log_changed_path2_t_action_get", _wrap_svn_log_changed_path2_t_action_get},
{"SVN::_Core::svn_log_changed_path2_t_copyfrom_path_set", _wrap_svn_log_changed_path2_t_copyfrom_path_set},
{"SVN::_Core::svn_log_changed_path2_t_copyfrom_path_get", _wrap_svn_log_changed_path2_t_copyfrom_path_get},
src/subversion/subversion/bindings/swig/perl/native/core.c view on Meta::CPAN
{"SVN::_Core::svn_mergeinfo_remove2", _wrap_svn_mergeinfo_remove2},
{"SVN::_Core::svn_rangelist_diff", _wrap_svn_rangelist_diff},
{"SVN::_Core::svn_rangelist_merge2", _wrap_svn_rangelist_merge2},
{"SVN::_Core::svn_rangelist_remove", _wrap_svn_rangelist_remove},
{"SVN::_Core::svn_mergeinfo_intersect2", _wrap_svn_mergeinfo_intersect2},
{"SVN::_Core::svn_mergeinfo_intersect", _wrap_svn_mergeinfo_intersect},
{"SVN::_Core::svn_rangelist_intersect", _wrap_svn_rangelist_intersect},
{"SVN::_Core::svn_rangelist_to_string", _wrap_svn_rangelist_to_string},
{"SVN::_Core::svn_rangelist_inheritable2", _wrap_svn_rangelist_inheritable2},
{"SVN::_Core::svn_rangelist_inheritable", _wrap_svn_rangelist_inheritable},
{"SVN::_Core::svn_mergeinfo_inheritable2", _wrap_svn_mergeinfo_inheritable2},
{"SVN::_Core::svn_mergeinfo_inheritable", _wrap_svn_mergeinfo_inheritable},
{"SVN::_Core::svn_mergeinfo_to_string", _wrap_svn_mergeinfo_to_string},
{"SVN::_Core::svn_mergeinfo_catalog_dup", _wrap_svn_mergeinfo_catalog_dup},
{"SVN::_Core::svn_mergeinfo_dup", _wrap_svn_mergeinfo_dup},
{"SVN::_Core::svn_rangelist_dup", _wrap_svn_rangelist_dup},
{"SVN::_Core::svn_inheritance_to_word", _wrap_svn_inheritance_to_word},
{"SVN::_Core::svn_inheritance_from_word", _wrap_svn_inheritance_from_word},
{"SVN::_Core::svn_io_dirent2_t_kind_set", _wrap_svn_io_dirent2_t_kind_set},
{"SVN::_Core::svn_io_dirent2_t_kind_get", _wrap_svn_io_dirent2_t_kind_get},
{"SVN::_Core::svn_io_dirent2_t_special_set", _wrap_svn_io_dirent2_t_special_set},
{"SVN::_Core::svn_io_dirent2_t_special_get", _wrap_svn_io_dirent2_t_special_get},
{"SVN::_Core::svn_io_dirent2_t_filesize_set", _wrap_svn_io_dirent2_t_filesize_set},
{"SVN::_Core::svn_io_dirent2_t_filesize_get", _wrap_svn_io_dirent2_t_filesize_get},
{"SVN::_Core::svn_io_dirent2_t_mtime_set", _wrap_svn_io_dirent2_t_mtime_set},
{"SVN::_Core::svn_io_dirent2_t_mtime_get", _wrap_svn_io_dirent2_t_mtime_get},
{"SVN::_Core::new_svn_io_dirent2_t", _wrap_new_svn_io_dirent2_t},
{"SVN::_Core::delete_svn_io_dirent2_t", _wrap_delete_svn_io_dirent2_t},
{"SVN::_Core::svn_io_dirent2_create", _wrap_svn_io_dirent2_create},
{"SVN::_Core::svn_io_dirent2_dup", _wrap_svn_io_dirent2_dup},
{"SVN::_Core::svn_io_dirent_t_kind_set", _wrap_svn_io_dirent_t_kind_set},
{"SVN::_Core::svn_io_dirent_t_kind_get", _wrap_svn_io_dirent_t_kind_get},
{"SVN::_Core::svn_io_dirent_t_special_set", _wrap_svn_io_dirent_t_special_set},
{"SVN::_Core::svn_io_dirent_t_special_get", _wrap_svn_io_dirent_t_special_get},
{"SVN::_Core::new_svn_io_dirent_t", _wrap_new_svn_io_dirent_t},
{"SVN::_Core::delete_svn_io_dirent_t", _wrap_delete_svn_io_dirent_t},
{"SVN::_Core::svn_io_open_uniquely_named", _wrap_svn_io_open_uniquely_named},
{"SVN::_Core::svn_io_open_unique_file3", _wrap_svn_io_open_unique_file3},
{"SVN::_Core::svn_io_open_unique_file2", _wrap_svn_io_open_unique_file2},
{"SVN::_Core::svn_io_open_unique_file", _wrap_svn_io_open_unique_file},
{"SVN::_Core::svn_io_copy_perms", _wrap_svn_io_copy_perms},
{"SVN::_Core::svn_io_sleep_for_timestamps", _wrap_svn_io_sleep_for_timestamps},
{"SVN::_Core::svn_io_filesizes_three_different_p", _wrap_svn_io_filesizes_three_different_p},
{"SVN::_Core::svn_io_file_checksum2", _wrap_svn_io_file_checksum2},
{"SVN::_Core::svn_io_file_checksum", _wrap_svn_io_file_checksum},
{"SVN::_Core::svn_io_files_contents_same_p", _wrap_svn_io_files_contents_same_p},
{"SVN::_Core::svn_io_files_contents_three_same_p", _wrap_svn_io_files_contents_three_same_p},
{"SVN::_Core::svn_io_lock_open_file", _wrap_svn_io_lock_open_file},
{"SVN::_Core::svn_io_unlock_open_file", _wrap_svn_io_unlock_open_file},
{"SVN::_Core::svn_stream_set_skip", _wrap_svn_stream_set_skip},
{"SVN::_Core::svn_stream_set_mark", _wrap_svn_stream_set_mark},
{"SVN::_Core::svn_stream_set_seek", _wrap_svn_stream_set_seek},
{"SVN::_Core::svn_stream_empty", _wrap_svn_stream_empty},
{"SVN::_Core::svn_stream_disown", _wrap_svn_stream_disown},
{"SVN::_Core::svn_stream_open_readonly", _wrap_svn_stream_open_readonly},
{"SVN::_Core::svn_stream_open_writable", _wrap_svn_stream_open_writable},
{"SVN::_Core::svn_stream_open_unique", _wrap_svn_stream_open_unique},
{"SVN::_Core::svn_stream_from_aprfile2", _wrap_svn_stream_from_aprfile2},
{"SVN::_Core::svn_stream_from_aprfile", _wrap_svn_stream_from_aprfile},
{"SVN::_Core::svn_stream_for_stdin", _wrap_svn_stream_for_stdin},
{"SVN::_Core::svn_stream_for_stderr", _wrap_svn_stream_for_stderr},
{"SVN::_Core::svn_stream_for_stdout", _wrap_svn_stream_for_stdout},
{"SVN::_Core::svn_stream_from_stringbuf", _wrap_svn_stream_from_stringbuf},
{"SVN::_Core::svn_stream_from_string", _wrap_svn_stream_from_string},
{"SVN::_Core::svn_stream_buffered", _wrap_svn_stream_buffered},
{"SVN::_Core::svn_stream_compressed", _wrap_svn_stream_compressed},
{"SVN::_Core::svn_stream_checksummed2", _wrap_svn_stream_checksummed2},
{"SVN::_Core::svn_stream_read", _wrap_svn_stream_read},
{"SVN::_Core::svn_stream_skip", _wrap_svn_stream_skip},
{"SVN::_Core::svn_stream_write", _wrap_svn_stream_write},
{"SVN::_Core::svn_stream_close", _wrap_svn_stream_close},
{"SVN::_Core::svn_stream_reset", _wrap_svn_stream_reset},
{"SVN::_Core::svn_stream_supports_mark", _wrap_svn_stream_supports_mark},
{"SVN::_Core::svn_stream_mark", _wrap_svn_stream_mark},
{"SVN::_Core::svn_stream_seek", _wrap_svn_stream_seek},
{"SVN::_Core::svn_stream_tee", _wrap_svn_stream_tee},
{"SVN::_Core::svn_stream_puts", _wrap_svn_stream_puts},
{"SVN::_Core::svn_stream_readline", _wrap_svn_stream_readline},
{"SVN::_Core::svn_stream_copy3", _wrap_svn_stream_copy3},
{"SVN::_Core::svn_stream_copy2", _wrap_svn_stream_copy2},
{"SVN::_Core::svn_stream_copy", _wrap_svn_stream_copy},
{"SVN::_Core::svn_stream_contents_same2", _wrap_svn_stream_contents_same2},
{"SVN::_Core::svn_stream_contents_same", _wrap_svn_stream_contents_same},
{"SVN::_Core::svn_string_from_stream", _wrap_svn_string_from_stream},
{"SVN::_Core::svn_stream_lazyopen_create", _wrap_svn_stream_lazyopen_create},
{"SVN::_Core::svn_stringbuf_from_file2", _wrap_svn_stringbuf_from_file2},
{"SVN::_Core::svn_stringbuf_from_file", _wrap_svn_stringbuf_from_file},
{"SVN::_Core::svn_stringbuf_from_aprfile", _wrap_svn_stringbuf_from_aprfile},
{"SVN::_Core::svn_io_remove_file2", _wrap_svn_io_remove_file2},
{"SVN::_Core::svn_io_remove_dir2", _wrap_svn_io_remove_dir2},
{"SVN::_Core::svn_io_get_dirents3", _wrap_svn_io_get_dirents3},
{"SVN::_Core::svn_io_stat_dirent2", _wrap_svn_io_stat_dirent2},
{"SVN::_Core::svn_io_stat_dirent", _wrap_svn_io_stat_dirent},
{"SVN::_Core::svn_io_dir_walk2", _wrap_svn_io_dir_walk2},
{"SVN::_Core::svn_io_start_cmd3", _wrap_svn_io_start_cmd3},
{"SVN::_Core::svn_io_start_cmd2", _wrap_svn_io_start_cmd2},
{"SVN::_Core::svn_io_run_diff2", _wrap_svn_io_run_diff2},
{"SVN::_Core::svn_io_run_diff3_3", _wrap_svn_io_run_diff3_3},
{"SVN::_Core::svn_io_parse_mimetypes_file", _wrap_svn_io_parse_mimetypes_file},
{"SVN::_Core::svn_io_detect_mimetype2", _wrap_svn_io_detect_mimetype2},
{"SVN::_Core::svn_io_detect_mimetype", _wrap_svn_io_detect_mimetype},
{"SVN::_Core::svn_io_is_binary_data", _wrap_svn_io_is_binary_data},
{"SVN::_Core::svn_io_file_putc", _wrap_svn_io_file_putc},
{"SVN::_Core::svn_io_file_read_full2", _wrap_svn_io_file_read_full2},
{"SVN::_Core::svn_io_write_unique", _wrap_svn_io_write_unique},
{"SVN::_Core::svn_io_file_trunc", _wrap_svn_io_file_trunc},
{"SVN::_Core::svn_io_dir_close", _wrap_svn_io_dir_close},
{"SVN::_Core::svn_io_file_name_get", _wrap_svn_io_file_name_get},
{"SVN::_Core::svn_io_file_readline", _wrap_svn_io_file_readline},
{"SVN::_Core::svn_read_invoke_fn", _wrap_svn_read_invoke_fn},
{"SVN::_Core::svn_stream_invoke_skip_fn", _wrap_svn_stream_invoke_skip_fn},
{"SVN::_Core::svn_write_invoke_fn", _wrap_svn_write_invoke_fn},
{"SVN::_Core::svn_close_invoke_fn", _wrap_svn_close_invoke_fn},
{"SVN::_Core::svn_stream_invoke_mark_fn", _wrap_svn_stream_invoke_mark_fn},
{"SVN::_Core::svn_stream_invoke_seek_fn", _wrap_svn_stream_invoke_seek_fn},
{"SVN::_Core::svn_stream_invoke_lazyopen_func", _wrap_svn_stream_invoke_lazyopen_func},
{"SVN::_Core::svn_io_invoke_walk_func", _wrap_svn_io_invoke_walk_func},
{"SVN::_Core::svn_checksum_t_digest_set", _wrap_svn_checksum_t_digest_set},
{"SVN::_Core::svn_checksum_t_digest_get", _wrap_svn_checksum_t_digest_get},
{"SVN::_Core::svn_checksum_t_kind_set", _wrap_svn_checksum_t_kind_set},
{"SVN::_Core::svn_checksum_t_kind_get", _wrap_svn_checksum_t_kind_get},
( run in 0.874 second using v1.01-cache-2.11-cpan-524268b4103 )