Alien-SVN
view release on metacpan or search on metacpan
src/subversion/subversion/bindings/swig/perl/native/svn_client.c view on Meta::CPAN
}
arg5 = (svn_boolean_t)(val5);
res6 = SWIG_ConvertPtr(ST(4), &argp6,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "svn_client_move" "', argument " "6"" of type '" "svn_client_ctx_t *""'");
}
arg6 = (svn_client_ctx_t *)(argp6);
if (items > 5) {
}
{
result = (svn_error_t *)svn_client_move(arg1,(char const *)arg2,(struct svn_opt_revision_t const *)arg3,(char const *)arg4,arg5,arg6,arg7);
}
{
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 (arg1 == NULL) {
if (argvi >= items) EXTEND(sp,1); ST(argvi) = &PL_sv_undef; argvi++ ;
} else {
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj(*arg1, SWIGTYPE_p_svn_client_commit_info_t, 0); argvi++ ;
}
}
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
XSRETURN(argvi);
fail:
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_propset_remote) {
{
char *arg1 = (char *) 0 ;
svn_string_t *arg2 = (svn_string_t *) 0 ;
char *arg3 = (char *) 0 ;
svn_boolean_t arg4 ;
svn_revnum_t arg5 ;
apr_hash_t *arg6 = (apr_hash_t *) 0 ;
svn_commit_callback2_t arg7 = (svn_commit_callback2_t) 0 ;
void *arg8 = (void *) 0 ;
svn_client_ctx_t *arg9 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg10 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
svn_string_t value2 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
int val4 ;
int ecode4 = 0 ;
long val5 ;
int ecode5 = 0 ;
void *argp9 = 0 ;
int res9 = 0 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg10 = svn_swig_pl_make_pool (ST(items-1));
}
if ((items < 8) || (items > 9)) {
SWIG_croak("Usage: svn_client_propset_remote(propname,propval,url,skip_checks,base_revision_for_url,revprop_table,commit_callback,commit_baton,ctx,scratch_pool);");
}
res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "svn_client_propset_remote" "', argument " "1"" of type '" "char const *""'");
}
arg1 = (char *)(buf1);
{
if (SvOK(ST(1))) {
value2.data = SvPV(ST(1), value2.len);
arg2 = &value2;
}
else {
arg2 = NULL;
}
}
res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "svn_client_propset_remote" "', argument " "3"" of type '" "char const *""'");
}
arg3 = (char *)(buf3);
ecode4 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(3), &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "svn_client_propset_remote" "', argument " "4"" of type '" "svn_boolean_t""'");
}
arg4 = (svn_boolean_t)(val4);
ecode5 = SWIG_AsVal_long SWIG_PERL_CALL_ARGS_2(ST(4), &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "svn_client_propset_remote" "', argument " "5"" of type '" "svn_revnum_t""'");
}
arg5 = (svn_revnum_t)(val5);
{
if (_global_pool == NULL)
_global_pool = svn_swig_pl_make_pool((SV *)NULL);
arg6 = svn_swig_pl_hash_to_prophash(ST(5), _global_pool);
}
{
arg7 = svn_swig_pl_thunk_commit_callback2;
arg8 = (void *)ST(6);
svn_swig_pl_hold_ref_in_pool (_global_pool, ST(6));
}
res9 = SWIG_ConvertPtr(ST(7), &argp9,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res9)) {
SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "svn_client_propset_remote" "', argument " "9"" of type '" "svn_client_ctx_t *""'");
}
arg9 = (svn_client_ctx_t *)(argp9);
if (items > 8) {
}
{
result = (svn_error_t *)svn_client_propset_remote((char const *)arg1,(struct svn_string_t const *)arg2,(char const *)arg3,arg4,arg5,(apr_hash_t const *)arg6,arg7,arg8,arg9,arg10);
}
{
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 (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
XSRETURN(argvi);
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_propset_local) {
{
char *arg1 = (char *) 0 ;
svn_string_t *arg2 = (svn_string_t *) 0 ;
apr_array_header_t *arg3 = (apr_array_header_t *) 0 ;
svn_depth_t arg4 ;
svn_boolean_t arg5 ;
apr_array_header_t *arg6 = (apr_array_header_t *) 0 ;
svn_client_ctx_t *arg7 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg8 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
svn_string_t value2 ;
int val4 ;
int ecode4 = 0 ;
int val5 ;
int ecode5 = 0 ;
void *argp7 = 0 ;
int res7 = 0 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg8 = svn_swig_pl_make_pool (ST(items-1));
}
if ((items < 7) || (items > 8)) {
SWIG_croak("Usage: svn_client_propset_local(propname,propval,targets,depth,skip_checks,changelists,ctx,scratch_pool);");
}
res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "svn_client_propset_local" "', argument " "1"" of type '" "char const *""'");
}
arg1 = (char *)(buf1);
{
if (SvOK(ST(1))) {
value2.data = SvPV(ST(1), value2.len);
arg2 = &value2;
}
else {
arg2 = NULL;
}
}
{
arg3 = (apr_array_header_t *) svn_swig_pl_strings_to_array(ST(2),
_global_pool);
}
ecode4 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(3), &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "svn_client_propset_local" "', argument " "4"" of type '" "svn_depth_t""'");
}
arg4 = (svn_depth_t)(val4);
ecode5 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(4), &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "svn_client_propset_local" "', argument " "5"" of type '" "svn_boolean_t""'");
}
arg5 = (svn_boolean_t)(val5);
{
arg6 = SvOK(ST(5)) ? (apr_array_header_t *) svn_swig_pl_strings_to_array(
ST(5), _global_pool) : NULL;
}
res7 = SWIG_ConvertPtr(ST(6), &argp7,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res7)) {
SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "svn_client_propset_local" "', argument " "7"" of type '" "svn_client_ctx_t *""'");
}
arg7 = (svn_client_ctx_t *)(argp7);
if (items > 7) {
}
{
result = (svn_error_t *)svn_client_propset_local((char const *)arg1,(struct svn_string_t const *)arg2,(apr_array_header_t const *)arg3,arg4,arg5,(apr_array_header_t const *)arg6,arg7,arg8);
}
{
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 (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
XSRETURN(argvi);
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_propset3) {
{
svn_commit_info_t **arg1 = (svn_commit_info_t **) 0 ;
char *arg2 = (char *) 0 ;
svn_string_t *arg3 = (svn_string_t *) 0 ;
char *arg4 = (char *) 0 ;
svn_depth_t arg5 ;
svn_boolean_t arg6 ;
svn_revnum_t arg7 ;
apr_array_header_t *arg8 = (apr_array_header_t *) 0 ;
apr_hash_t *arg9 = (apr_hash_t *) 0 ;
svn_client_ctx_t *arg10 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg11 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
svn_commit_info_t *temp1 = NULL ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
svn_string_t value3 ;
int res4 ;
char *buf4 = 0 ;
int alloc4 = 0 ;
int val5 ;
int ecode5 = 0 ;
int val6 ;
int ecode6 = 0 ;
long val7 ;
int ecode7 = 0 ;
void *argp10 = 0 ;
int res10 = 0 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg11 = svn_swig_pl_make_pool (ST(items-1));
}
arg1 = &temp1;
if ((items < 9) || (items > 10)) {
SWIG_croak("Usage: svn_client_propset3(propname,propval,target,depth,skip_checks,base_revision_for_url,changelists,revprop_table,ctx,pool);");
}
res2 = SWIG_AsCharPtrAndSize(ST(0), &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "svn_client_propset3" "', argument " "2"" of type '" "char const *""'");
}
arg2 = (char *)(buf2);
{
if (SvOK(ST(1))) {
value3.data = SvPV(ST(1), value3.len);
arg3 = &value3;
}
else {
arg3 = NULL;
}
}
res4 = SWIG_AsCharPtrAndSize(ST(2), &buf4, NULL, &alloc4);
if (!SWIG_IsOK(res4)) {
SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "svn_client_propset3" "', argument " "4"" of type '" "char const *""'");
}
arg4 = (char *)(buf4);
ecode5 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(3), &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "svn_client_propset3" "', argument " "5"" of type '" "svn_depth_t""'");
}
arg5 = (svn_depth_t)(val5);
ecode6 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(4), &val6);
if (!SWIG_IsOK(ecode6)) {
SWIG_exception_fail(SWIG_ArgError(ecode6), "in method '" "svn_client_propset3" "', argument " "6"" of type '" "svn_boolean_t""'");
}
arg6 = (svn_boolean_t)(val6);
ecode7 = SWIG_AsVal_long SWIG_PERL_CALL_ARGS_2(ST(5), &val7);
if (!SWIG_IsOK(ecode7)) {
SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "svn_client_propset3" "', argument " "7"" of type '" "svn_revnum_t""'");
}
arg7 = (svn_revnum_t)(val7);
{
arg8 = SvOK(ST(6)) ? (apr_array_header_t *) svn_swig_pl_strings_to_array(
ST(6), _global_pool) : NULL;
}
{
if (_global_pool == NULL)
_global_pool = svn_swig_pl_make_pool((SV *)NULL);
arg9 = svn_swig_pl_hash_to_prophash(ST(7), _global_pool);
}
res10 = SWIG_ConvertPtr(ST(8), &argp10,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res10)) {
SWIG_exception_fail(SWIG_ArgError(res10), "in method '" "svn_client_propset3" "', argument " "10"" of type '" "svn_client_ctx_t *""'");
}
arg10 = (svn_client_ctx_t *)(argp10);
if (items > 9) {
}
{
result = (svn_error_t *)svn_client_propset3(arg1,(char const *)arg2,(struct svn_string_t const *)arg3,(char const *)arg4,arg5,arg6,arg7,(apr_array_header_t const *)arg8,(apr_hash_t const *)arg9,arg10,arg11);
}
{
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) = SWIG_NewPointerObj(*arg1, SWIGTYPE_p_svn_commit_info_t, 0); argvi++ ;
}
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
XSRETURN(argvi);
fail:
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_propset2) {
{
char *arg1 = (char *) 0 ;
svn_string_t *arg2 = (svn_string_t *) 0 ;
char *arg3 = (char *) 0 ;
svn_boolean_t arg4 ;
svn_boolean_t arg5 ;
svn_client_ctx_t *arg6 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg7 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
svn_string_t value2 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
int val4 ;
int ecode4 = 0 ;
int val5 ;
int ecode5 = 0 ;
void *argp6 = 0 ;
int res6 = 0 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg7 = svn_swig_pl_make_pool (ST(items-1));
}
if ((items < 6) || (items > 7)) {
SWIG_croak("Usage: svn_client_propset2(propname,propval,target,recurse,skip_checks,ctx,pool);");
}
res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "svn_client_propset2" "', argument " "1"" of type '" "char const *""'");
}
arg1 = (char *)(buf1);
{
if (SvOK(ST(1))) {
value2.data = SvPV(ST(1), value2.len);
arg2 = &value2;
}
else {
arg2 = NULL;
}
}
res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "svn_client_propset2" "', argument " "3"" of type '" "char const *""'");
}
arg3 = (char *)(buf3);
ecode4 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(3), &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "svn_client_propset2" "', argument " "4"" of type '" "svn_boolean_t""'");
}
arg4 = (svn_boolean_t)(val4);
ecode5 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(4), &val5);
if (!SWIG_IsOK(ecode5)) {
SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "svn_client_propset2" "', argument " "5"" of type '" "svn_boolean_t""'");
}
arg5 = (svn_boolean_t)(val5);
res6 = SWIG_ConvertPtr(ST(5), &argp6,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res6)) {
SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "svn_client_propset2" "', argument " "6"" of type '" "svn_client_ctx_t *""'");
}
arg6 = (svn_client_ctx_t *)(argp6);
if (items > 6) {
}
{
result = (svn_error_t *)svn_client_propset2((char const *)arg1,(struct svn_string_t const *)arg2,(char const *)arg3,arg4,arg5,arg6,arg7);
}
{
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 (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
XSRETURN(argvi);
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_propset) {
{
char *arg1 = (char *) 0 ;
svn_string_t *arg2 = (svn_string_t *) 0 ;
char *arg3 = (char *) 0 ;
svn_boolean_t arg4 ;
apr_pool_t *arg5 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
svn_string_t value2 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
int val4 ;
int ecode4 = 0 ;
int argvi = 0;
svn_error_t *result = 0 ;
dXSARGS;
{
_global_pool = arg5 = svn_swig_pl_make_pool (ST(items-1));
}
if ((items < 4) || (items > 5)) {
SWIG_croak("Usage: svn_client_propset(propname,propval,target,recurse,pool);");
}
res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "svn_client_propset" "', argument " "1"" of type '" "char const *""'");
}
arg1 = (char *)(buf1);
{
if (SvOK(ST(1))) {
value2.data = SvPV(ST(1), value2.len);
arg2 = &value2;
}
else {
arg2 = NULL;
}
}
res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "svn_client_propset" "', argument " "3"" of type '" "char const *""'");
}
arg3 = (char *)(buf3);
ecode4 = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(ST(3), &val4);
if (!SWIG_IsOK(ecode4)) {
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "svn_client_propset" "', argument " "4"" of type '" "svn_boolean_t""'");
}
arg4 = (svn_boolean_t)(val4);
if (items > 4) {
}
{
result = (svn_error_t *)svn_client_propset((char const *)arg1,(struct svn_string_t const *)arg2,(char const *)arg3,arg4,arg5);
}
{
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 (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
XSRETURN(argvi);
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
SWIG_croak_null();
}
}
XS(_wrap_svn_client_revprop_set2) {
{
char *arg1 = (char *) 0 ;
svn_string_t *arg2 = (svn_string_t *) 0 ;
svn_string_t *arg3 = (svn_string_t *) 0 ;
char *arg4 = (char *) 0 ;
svn_opt_revision_t *arg5 = (svn_opt_revision_t *) 0 ;
svn_revnum_t *arg6 = (svn_revnum_t *) 0 ;
svn_boolean_t arg7 ;
svn_client_ctx_t *arg8 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg9 = (apr_pool_t *) 0 ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
svn_string_t value2 ;
svn_string_t value3 ;
int res4 ;
char *buf4 = 0 ;
int alloc4 = 0 ;
svn_opt_revision_t rev5 ;
svn_revnum_t temp6 ;
int res6 = SWIG_TMPOBJ ;
src/subversion/subversion/bindings/swig/perl/native/svn_client.c view on Meta::CPAN
{"SVN::_Client::svn_client_diff3", _wrap_svn_client_diff3},
{"SVN::_Client::svn_client_diff2", _wrap_svn_client_diff2},
{"SVN::_Client::svn_client_diff", _wrap_svn_client_diff},
{"SVN::_Client::svn_client_diff_peg6", _wrap_svn_client_diff_peg6},
{"SVN::_Client::svn_client_diff_peg5", _wrap_svn_client_diff_peg5},
{"SVN::_Client::svn_client_diff_peg4", _wrap_svn_client_diff_peg4},
{"SVN::_Client::svn_client_diff_peg3", _wrap_svn_client_diff_peg3},
{"SVN::_Client::svn_client_diff_peg2", _wrap_svn_client_diff_peg2},
{"SVN::_Client::svn_client_diff_peg", _wrap_svn_client_diff_peg},
{"SVN::_Client::svn_client_diff_summarize2", _wrap_svn_client_diff_summarize2},
{"SVN::_Client::svn_client_diff_summarize", _wrap_svn_client_diff_summarize},
{"SVN::_Client::svn_client_diff_summarize_peg2", _wrap_svn_client_diff_summarize_peg2},
{"SVN::_Client::svn_client_diff_summarize_peg", _wrap_svn_client_diff_summarize_peg},
{"SVN::_Client::svn_client_get_merging_summary", _wrap_svn_client_get_merging_summary},
{"SVN::_Client::svn_client_merge5", _wrap_svn_client_merge5},
{"SVN::_Client::svn_client_merge4", _wrap_svn_client_merge4},
{"SVN::_Client::svn_client_merge3", _wrap_svn_client_merge3},
{"SVN::_Client::svn_client_merge2", _wrap_svn_client_merge2},
{"SVN::_Client::svn_client_merge", _wrap_svn_client_merge},
{"SVN::_Client::svn_client_merge_reintegrate", _wrap_svn_client_merge_reintegrate},
{"SVN::_Client::svn_client_merge_peg5", _wrap_svn_client_merge_peg5},
{"SVN::_Client::svn_client_merge_peg4", _wrap_svn_client_merge_peg4},
{"SVN::_Client::svn_client_merge_peg3", _wrap_svn_client_merge_peg3},
{"SVN::_Client::svn_client_merge_peg2", _wrap_svn_client_merge_peg2},
{"SVN::_Client::svn_client_merge_peg", _wrap_svn_client_merge_peg},
{"SVN::_Client::svn_client_suggest_merge_sources", _wrap_svn_client_suggest_merge_sources},
{"SVN::_Client::svn_client_mergeinfo_get_merged", _wrap_svn_client_mergeinfo_get_merged},
{"SVN::_Client::svn_client_mergeinfo_log2", _wrap_svn_client_mergeinfo_log2},
{"SVN::_Client::svn_client_mergeinfo_log", _wrap_svn_client_mergeinfo_log},
{"SVN::_Client::svn_client_mergeinfo_log_merged", _wrap_svn_client_mergeinfo_log_merged},
{"SVN::_Client::svn_client_mergeinfo_log_eligible", _wrap_svn_client_mergeinfo_log_eligible},
{"SVN::_Client::svn_client_cleanup", _wrap_svn_client_cleanup},
{"SVN::_Client::svn_client_upgrade", _wrap_svn_client_upgrade},
{"SVN::_Client::svn_client_relocate2", _wrap_svn_client_relocate2},
{"SVN::_Client::svn_client_relocate", _wrap_svn_client_relocate},
{"SVN::_Client::svn_client_revert2", _wrap_svn_client_revert2},
{"SVN::_Client::svn_client_revert", _wrap_svn_client_revert},
{"SVN::_Client::svn_client_resolved", _wrap_svn_client_resolved},
{"SVN::_Client::svn_client_resolve", _wrap_svn_client_resolve},
{"SVN::_Client::svn_client_copy_source_t_path_set", _wrap_svn_client_copy_source_t_path_set},
{"SVN::_Client::svn_client_copy_source_t_path_get", _wrap_svn_client_copy_source_t_path_get},
{"SVN::_Client::svn_client_copy_source_t_revision_set", _wrap_svn_client_copy_source_t_revision_set},
{"SVN::_Client::svn_client_copy_source_t_revision_get", _wrap_svn_client_copy_source_t_revision_get},
{"SVN::_Client::svn_client_copy_source_t_peg_revision_set", _wrap_svn_client_copy_source_t_peg_revision_set},
{"SVN::_Client::svn_client_copy_source_t_peg_revision_get", _wrap_svn_client_copy_source_t_peg_revision_get},
{"SVN::_Client::new_svn_client_copy_source_t", _wrap_new_svn_client_copy_source_t},
{"SVN::_Client::delete_svn_client_copy_source_t", _wrap_delete_svn_client_copy_source_t},
{"SVN::_Client::svn_client_copy6", _wrap_svn_client_copy6},
{"SVN::_Client::svn_client_copy5", _wrap_svn_client_copy5},
{"SVN::_Client::svn_client_copy4", _wrap_svn_client_copy4},
{"SVN::_Client::svn_client_copy3", _wrap_svn_client_copy3},
{"SVN::_Client::svn_client_copy2", _wrap_svn_client_copy2},
{"SVN::_Client::svn_client_copy", _wrap_svn_client_copy},
{"SVN::_Client::svn_client_move7", _wrap_svn_client_move7},
{"SVN::_Client::svn_client_move6", _wrap_svn_client_move6},
{"SVN::_Client::svn_client_move5", _wrap_svn_client_move5},
{"SVN::_Client::svn_client_move4", _wrap_svn_client_move4},
{"SVN::_Client::svn_client_move3", _wrap_svn_client_move3},
{"SVN::_Client::svn_client_move2", _wrap_svn_client_move2},
{"SVN::_Client::svn_client_move", _wrap_svn_client_move},
{"SVN::_Client::svn_client_propset_remote", _wrap_svn_client_propset_remote},
{"SVN::_Client::svn_client_propset_local", _wrap_svn_client_propset_local},
{"SVN::_Client::svn_client_propset3", _wrap_svn_client_propset3},
{"SVN::_Client::svn_client_propset2", _wrap_svn_client_propset2},
{"SVN::_Client::svn_client_propset", _wrap_svn_client_propset},
{"SVN::_Client::svn_client_revprop_set2", _wrap_svn_client_revprop_set2},
{"SVN::_Client::svn_client_revprop_set", _wrap_svn_client_revprop_set},
{"SVN::_Client::svn_client_propget5", _wrap_svn_client_propget5},
{"SVN::_Client::svn_client_propget4", _wrap_svn_client_propget4},
{"SVN::_Client::svn_client_propget3", _wrap_svn_client_propget3},
{"SVN::_Client::svn_client_propget2", _wrap_svn_client_propget2},
{"SVN::_Client::svn_client_propget", _wrap_svn_client_propget},
{"SVN::_Client::svn_client_revprop_get", _wrap_svn_client_revprop_get},
{"SVN::_Client::svn_client_proplist4", _wrap_svn_client_proplist4},
{"SVN::_Client::svn_client_proplist3", _wrap_svn_client_proplist3},
{"SVN::_Client::svn_client_proplist2", _wrap_svn_client_proplist2},
{"SVN::_Client::svn_client_proplist", _wrap_svn_client_proplist},
{"SVN::_Client::svn_client_revprop_list", _wrap_svn_client_revprop_list},
{"SVN::_Client::svn_client_export5", _wrap_svn_client_export5},
{"SVN::_Client::svn_client_export4", _wrap_svn_client_export4},
{"SVN::_Client::svn_client_export3", _wrap_svn_client_export3},
{"SVN::_Client::svn_client_export2", _wrap_svn_client_export2},
{"SVN::_Client::svn_client_export", _wrap_svn_client_export},
{"SVN::_Client::svn_client_list3", _wrap_svn_client_list3},
{"SVN::_Client::svn_client_list2", _wrap_svn_client_list2},
{"SVN::_Client::svn_client_list", _wrap_svn_client_list},
{"SVN::_Client::svn_client_ls3", _wrap_svn_client_ls3},
{"SVN::_Client::svn_client_ls2", _wrap_svn_client_ls2},
{"SVN::_Client::svn_client_ls", _wrap_svn_client_ls},
{"SVN::_Client::svn_client_cat2", _wrap_svn_client_cat2},
{"SVN::_Client::svn_client_cat", _wrap_svn_client_cat},
{"SVN::_Client::svn_client_add_to_changelist", _wrap_svn_client_add_to_changelist},
{"SVN::_Client::svn_client_remove_from_changelists", _wrap_svn_client_remove_from_changelists},
{"SVN::_Client::svn_client_get_changelists", _wrap_svn_client_get_changelists},
{"SVN::_Client::svn_client_lock", _wrap_svn_client_lock},
{"SVN::_Client::svn_client_unlock", _wrap_svn_client_unlock},
{"SVN::_Client::svn_info_t_URL_set", _wrap_svn_info_t_URL_set},
{"SVN::_Client::svn_info_t_URL_get", _wrap_svn_info_t_URL_get},
{"SVN::_Client::svn_info_t_rev_set", _wrap_svn_info_t_rev_set},
{"SVN::_Client::svn_info_t_rev_get", _wrap_svn_info_t_rev_get},
{"SVN::_Client::svn_info_t_kind_set", _wrap_svn_info_t_kind_set},
{"SVN::_Client::svn_info_t_kind_get", _wrap_svn_info_t_kind_get},
{"SVN::_Client::svn_info_t_repos_root_URL_set", _wrap_svn_info_t_repos_root_URL_set},
{"SVN::_Client::svn_info_t_repos_root_URL_get", _wrap_svn_info_t_repos_root_URL_get},
{"SVN::_Client::svn_info_t_repos_UUID_set", _wrap_svn_info_t_repos_UUID_set},
{"SVN::_Client::svn_info_t_repos_UUID_get", _wrap_svn_info_t_repos_UUID_get},
{"SVN::_Client::svn_info_t_last_changed_rev_set", _wrap_svn_info_t_last_changed_rev_set},
{"SVN::_Client::svn_info_t_last_changed_rev_get", _wrap_svn_info_t_last_changed_rev_get},
{"SVN::_Client::svn_info_t_last_changed_date_set", _wrap_svn_info_t_last_changed_date_set},
{"SVN::_Client::svn_info_t_last_changed_date_get", _wrap_svn_info_t_last_changed_date_get},
{"SVN::_Client::svn_info_t_last_changed_author_set", _wrap_svn_info_t_last_changed_author_set},
{"SVN::_Client::svn_info_t_last_changed_author_get", _wrap_svn_info_t_last_changed_author_get},
{"SVN::_Client::svn_info_t_lock_set", _wrap_svn_info_t_lock_set},
{"SVN::_Client::svn_info_t_lock_get", _wrap_svn_info_t_lock_get},
{"SVN::_Client::svn_info_t_has_wc_info_set", _wrap_svn_info_t_has_wc_info_set},
{"SVN::_Client::svn_info_t_has_wc_info_get", _wrap_svn_info_t_has_wc_info_get},
{"SVN::_Client::svn_info_t_schedule_set", _wrap_svn_info_t_schedule_set},
{"SVN::_Client::svn_info_t_schedule_get", _wrap_svn_info_t_schedule_get},
{"SVN::_Client::svn_info_t_copyfrom_url_set", _wrap_svn_info_t_copyfrom_url_set},
{"SVN::_Client::svn_info_t_copyfrom_url_get", _wrap_svn_info_t_copyfrom_url_get},
{"SVN::_Client::svn_info_t_copyfrom_rev_set", _wrap_svn_info_t_copyfrom_rev_set},
{"SVN::_Client::svn_info_t_copyfrom_rev_get", _wrap_svn_info_t_copyfrom_rev_get},
{"SVN::_Client::svn_info_t_text_time_set", _wrap_svn_info_t_text_time_set},
{"SVN::_Client::svn_info_t_text_time_get", _wrap_svn_info_t_text_time_get},
{"SVN::_Client::svn_info_t_prop_time_set", _wrap_svn_info_t_prop_time_set},
( run in 0.683 second using v1.01-cache-2.11-cpan-71847e10f99 )