⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svn_ra.c

📁 subversion-1.4.5.tar.gz 配置svn的源码
💻 C
📖 第 1 页 / 共 5 页
字号:
static VALUE_wrap_svn_ra_reporter_t_set_path_get(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*result)(void *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    result = (svn_error_t *(*)(void *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *)) ((arg1)->set_path);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_void_p_q_const__char_svn_revnum_t_svn_boolean_t_p_apr_pool_t__p_svn_error_t,0);    return vresult;}static VALUE_wrap_svn_ra_reporter_t_delete_path_set(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*arg2)(void *,char const *,apr_pool_t *) = (svn_error_t *(*)(void *,char const *,apr_pool_t *)) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_f_p_void_p_q_const__char_p_apr_pool_t__p_svn_error_t, 1);                                arg2 = (svn_error_t *(*)(void *,char const *,apr_pool_t *))temp2;    }    if (arg1) (arg1)->delete_path = arg2;        return Qnil;}static VALUE_wrap_svn_ra_reporter_t_delete_path_get(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*result)(void *,char const *,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    result = (svn_error_t *(*)(void *,char const *,apr_pool_t *)) ((arg1)->delete_path);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_void_p_q_const__char_p_apr_pool_t__p_svn_error_t,0);    return vresult;}static VALUE_wrap_svn_ra_reporter_t_link_path_set(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*arg2)(void *,char const *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *) = (svn_error_t *(*)(void *,char const *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *)) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_f_p_void_p_q_const__char_p_q_const__char_svn_revnum_t_svn_boolean_t_p_apr_pool_t__p_svn_error_t, 1);                                arg2 = (svn_error_t *(*)(void *,char const *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *))temp2;    }    if (arg1) (arg1)->link_path = arg2;        return Qnil;}static VALUE_wrap_svn_ra_reporter_t_link_path_get(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*result)(void *,char const *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    result = (svn_error_t *(*)(void *,char const *,char const *,svn_revnum_t,svn_boolean_t,apr_pool_t *)) ((arg1)->link_path);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_void_p_q_const__char_p_q_const__char_svn_revnum_t_svn_boolean_t_p_apr_pool_t__p_svn_error_t,0);    return vresult;}static VALUE_wrap_svn_ra_reporter_t_finish_report_set(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*arg2)(void *,apr_pool_t *) = (svn_error_t *(*)(void *,apr_pool_t *)) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_f_p_void_p_apr_pool_t__p_svn_error_t, 1);                                arg2 = (svn_error_t *(*)(void *,apr_pool_t *))temp2;    }    if (arg1) (arg1)->finish_report = arg2;        return Qnil;}static VALUE_wrap_svn_ra_reporter_t_finish_report_get(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*result)(void *,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    result = (svn_error_t *(*)(void *,apr_pool_t *)) ((arg1)->finish_report);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_void_p_apr_pool_t__p_svn_error_t,0);    return vresult;}static VALUE_wrap_svn_ra_reporter_t_abort_report_set(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*arg2)(void *,apr_pool_t *) = (svn_error_t *(*)(void *,apr_pool_t *)) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_f_p_void_p_apr_pool_t__p_svn_error_t, 1);                                arg2 = (svn_error_t *(*)(void *,apr_pool_t *))temp2;    }    if (arg1) (arg1)->abort_report = arg2;        return Qnil;}static VALUE_wrap_svn_ra_reporter_t_abort_report_get(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *arg1 = (svn_ra_reporter_t *) 0 ;    svn_error_t *(*result)(void *,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_reporter_t, 1);                                arg1 = (svn_ra_reporter_t *)temp1;    }    result = (svn_error_t *(*)(void *,apr_pool_t *)) ((arg1)->abort_report);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_void_p_apr_pool_t__p_svn_error_t,0);    return vresult;}#ifdef HAVE_RB_DEFINE_ALLOC_FUNCstatic VALUE_wrap_svn_ra_reporter_t_allocate(VALUE self) {#else    static VALUE    _wrap_svn_ra_reporter_t_allocate(int argc, VALUE *argv, VALUE self) {#endif                        VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_svn_ra_reporter_t);#ifndef HAVE_RB_DEFINE_ALLOC_FUNC        rb_obj_call_init(vresult, argc, argv);#endif        return vresult;    }    static VALUE_wrap_new_svn_ra_reporter_t(int argc, VALUE *argv, VALUE self) {    svn_ra_reporter_t *result;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        result = (svn_ra_reporter_t *)(svn_ra_reporter_t *) calloc(1, sizeof(svn_ra_reporter_t));        DATA_PTR(self) = result;                            }    return self;}static voidfree_svn_ra_reporter_t(svn_ra_reporter_t *arg1) {    free((char *) arg1);}swig_class cSvn_ra_callbacks2_t;static VALUE_wrap_svn_ra_callbacks2_t_open_tmp_file_set(int argc, VALUE *argv, VALUE self) {    svn_ra_callbacks2_t *arg1 = (svn_ra_callbacks2_t *) 0 ;    svn_error_t *(*arg2)(apr_file_t **,void *,apr_pool_t *) = (svn_error_t *(*)(apr_file_t **,void *,apr_pool_t *)) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_callbacks2_t, 1);                                arg1 = (svn_ra_callbacks2_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_f_p_p_apr_file_t_p_void_p_apr_pool_t__p_svn_error_t, 1);                                arg2 = (svn_error_t *(*)(apr_file_t **,void *,apr_pool_t *))temp2;    }    if (arg1) (arg1)->open_tmp_file = arg2;        return Qnil;}static VALUE_wrap_svn_ra_callbacks2_t_open_tmp_file_get(int argc, VALUE *argv, VALUE self) {    svn_ra_callbacks2_t *arg1 = (svn_ra_callbacks2_t *) 0 ;    svn_error_t *(*result)(apr_file_t **,void *,apr_pool_t *);    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_callbacks2_t, 1);                                arg1 = (svn_ra_callbacks2_t *)temp1;    }    result = (svn_error_t *(*)(apr_file_t **,void *,apr_pool_t *)) ((arg1)->open_tmp_file);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_f_p_p_apr_file_t_p_void_p_apr_pool_t__p_svn_error_t,0);    return vresult;}static VALUE_wrap_svn_ra_callbacks2_t_auth_baton_set(int argc, VALUE *argv, VALUE self) {    svn_ra_callbacks2_t *arg1 = (svn_ra_callbacks2_t *) 0 ;    svn_auth_baton_t *arg2 = (svn_auth_baton_t *) 0 ;    void *temp1 ;    void *temp2 ;        if ((argc < 1) || (argc > 1))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_callbacks2_t, 1);                                arg1 = (svn_ra_callbacks2_t *)temp1;    }    {        SWIG_ConvertPtr(argv[0], &temp2, SWIGTYPE_p_svn_auth_baton_t, 1);                                arg2 = (svn_auth_baton_t *)temp2;    }    if (arg1) (arg1)->auth_baton = arg2;        return Qnil;}static VALUE_wrap_svn_ra_callbacks2_t_auth_baton_get(int argc, VALUE *argv, VALUE self) {    svn_ra_callbacks2_t *arg1 = (svn_ra_callbacks2_t *) 0 ;    svn_auth_baton_t *result;    void *temp1 ;    VALUE vresult = Qnil;        if ((argc < 0) || (argc > 0))    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);    {        SWIG_ConvertPtr(self, &temp1, SWIGTYPE_p_svn_ra_callbacks2_t, 1);                                arg1 = (svn_ra_callbacks2_t *)temp1;    }    result = (svn_auth_baton_t *) ((arg1)->auth_baton);        vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_svn_auth_baton_t,0);    return vresult;}static VALUE_wrap_svn_ra_callbacks2_t_get_wc_prop_set(int argc, VALUE *argv, VALUE self) {    svn_ra_callbacks2_t *arg1 = (svn_ra_callbacks2_t *) 0 ;    svn_ra_get_wc_prop_func_t arg2 = (svn_ra_get_wc_prop_func_t) 0 ;    void *temp1 ;    void *temp2 ;        i

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -