~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/bindings/swig/ruby/svn_diff.c

  • Committer: Package Import Robot
  • Author(s): James McCoy, Peter Samuelson, James McCoy
  • Date: 2014-01-12 19:48:33 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20140112194833-w3axfwksn296jn5x
Tags: 1.8.5-1
[ Peter Samuelson ]
* New upstream release.  (Closes: #725787) Rediff patches:
  - Remove apr-abi1 (applied upstream), rename apr-abi2 to apr-abi
  - Remove loosen-sqlite-version-check (shouldn't be needed)
  - Remove java-osgi-metadata (applied upstream)
  - svnmucc prompts for a changelog if none is provided. (Closes: #507430)
  - Remove fix-bdb-version-detection, upstream uses "apu-config --dbm-libs"
  - Remove ruby-test-wc (applied upstream)
  - Fix “svn diff -r N file” when file has svn:mime-type set.
    (Closes: #734163)
  - Support specifying an encoding for mod_dav_svn's environment in which
    hooks are run.  (Closes: #601544)
  - Fix ordering of “svnadmin dump” paths with certain APR versions.
    (Closes: #687291)
  - Provide a better error message when authentication fails with an
    svn+ssh:// URL.  (Closes: #273874)
  - Updated Polish translations.  (Closes: #690815)

[ James McCoy ]
* Remove all traces of libneon, replaced by libserf.
* patches/sqlite_3.8.x_workaround: Upstream fix for wc-queries-test test
  failurse.
* Run configure with --with-apache-libexecdir, which allows removing part of
  patches/rpath.
* Re-enable auth-test as upstream has fixed the problem of picking up
  libraries from the environment rather than the build tree.
  (Closes: #654172)
* Point LD_LIBRARY_PATH at the built auth libraries when running the svn
  command during the build.  (Closes: #678224)
* Add a NEWS entry describing how to configure mod_dav_svn to understand
  UTF-8.  (Closes: #566148)
* Remove ancient transitional package, libsvn-ruby.
* Enable compatibility with Sqlite3 versions back to Wheezy.
* Enable hardening flags.  (Closes: #734918)
* patches/build-fixes: Enable verbose build logs.
* Build against the default ruby version.  (Closes: #722393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 2.0.4
 
3
 * Version 2.0.9
4
4
 * 
5
5
 * This file is not intended to be easily readable and contains a number of 
6
6
 * coding conventions designed to improve portability and efficiency. Do not make
1374
1374
 
1375
1375
/* Runtime API */
1376
1376
 
1377
 
#define SWIG_GetModule(clientdata)                      SWIG_Ruby_GetModule()   
 
1377
#define SWIG_GetModule(clientdata)                      SWIG_Ruby_GetModule(clientdata)
1378
1378
#define SWIG_SetModule(clientdata, pointer)             SWIG_Ruby_SetModule(pointer)
1379
1379
 
1380
1380
 
1528
1528
        downcast methods. */
1529
1529
      if (obj != Qnil) {
1530
1530
        VALUE value = rb_iv_get(obj, "@__swigtype__");
1531
 
        char* type_name = RSTRING_PTR(value);
 
1531
        const char* type_name = RSTRING_PTR(value);
1532
1532
                                
1533
1533
        if (strcmp(type->name, type_name) == 0) {
1534
1534
          return obj;
1710
1710
}
1711
1711
 
1712
1712
SWIGRUNTIME swig_module_info *
1713
 
SWIG_Ruby_GetModule(void)
 
1713
SWIG_Ruby_GetModule(void *SWIGUNUSEDPARM(clientdata))
1714
1714
{
1715
1715
  VALUE pointer;
1716
1716
  swig_module_info *ret = 0;
1792
1792
 
1793
1793
/* -------- TYPES TABLE (BEGIN) -------- */
1794
1794
 
1795
 
#define SWIGTYPE_p_apr_int32_t swig_types[0]
1796
 
#define SWIGTYPE_p_apr_int64_t swig_types[1]
1797
 
#define SWIGTYPE_p_char swig_types[2]
1798
 
#define SWIGTYPE_p_f_p_apr_getopt_t_p_void_p_apr_pool_t__p_svn_error_t swig_types[3]
1799
 
#define SWIGTYPE_p_int swig_types[4]
1800
 
#define SWIGTYPE_p_long swig_types[5]
1801
 
#define SWIGTYPE_p_svn_auth_baton_t swig_types[6]
1802
 
#define SWIGTYPE_p_svn_auth_cred_simple_t swig_types[7]
1803
 
#define SWIGTYPE_p_svn_auth_cred_ssl_client_cert_pw_t swig_types[8]
1804
 
#define SWIGTYPE_p_svn_auth_cred_ssl_client_cert_t swig_types[9]
1805
 
#define SWIGTYPE_p_svn_auth_cred_ssl_server_trust_t swig_types[10]
1806
 
#define SWIGTYPE_p_svn_auth_cred_username_t swig_types[11]
1807
 
#define SWIGTYPE_p_svn_auth_iterstate_t swig_types[12]
1808
 
#define SWIGTYPE_p_svn_auth_provider_object_t swig_types[13]
1809
 
#define SWIGTYPE_p_svn_auth_provider_t swig_types[14]
1810
 
#define SWIGTYPE_p_svn_auth_ssl_server_cert_info_t swig_types[15]
1811
 
#define SWIGTYPE_p_svn_commit_info_t swig_types[16]
1812
 
#define SWIGTYPE_p_svn_config_t swig_types[17]
1813
 
#define SWIGTYPE_p_svn_depth_t swig_types[18]
1814
 
#define SWIGTYPE_p_svn_diff_conflict_display_style_t swig_types[19]
1815
 
#define SWIGTYPE_p_svn_diff_datasource_e swig_types[20]
1816
 
#define SWIGTYPE_p_svn_diff_file_ignore_space_t swig_types[21]
1817
 
#define SWIGTYPE_p_svn_diff_file_options_t swig_types[22]
1818
 
#define SWIGTYPE_p_svn_diff_fns2_t swig_types[23]
1819
 
#define SWIGTYPE_p_svn_diff_fns_t swig_types[24]
1820
 
#define SWIGTYPE_p_svn_diff_hunk_t swig_types[25]
1821
 
#define SWIGTYPE_p_svn_diff_operation_kind_e swig_types[26]
1822
 
#define SWIGTYPE_p_svn_diff_output_fns_t swig_types[27]
1823
 
#define SWIGTYPE_p_svn_diff_t swig_types[28]
1824
 
#define SWIGTYPE_p_svn_dirent_t swig_types[29]
1825
 
#define SWIGTYPE_p_svn_errno_t swig_types[30]
1826
 
#define SWIGTYPE_p_svn_error_t swig_types[31]
1827
 
#define SWIGTYPE_p_svn_io_dirent2_t swig_types[32]
1828
 
#define SWIGTYPE_p_svn_io_dirent_t swig_types[33]
1829
 
#define SWIGTYPE_p_svn_io_file_del_t swig_types[34]
1830
 
#define SWIGTYPE_p_svn_location_segment_t swig_types[35]
1831
 
#define SWIGTYPE_p_svn_lock_t swig_types[36]
1832
 
#define SWIGTYPE_p_svn_log_changed_path2_t swig_types[37]
1833
 
#define SWIGTYPE_p_svn_log_changed_path_t swig_types[38]
1834
 
#define SWIGTYPE_p_svn_log_entry_t swig_types[39]
1835
 
#define SWIGTYPE_p_svn_merge_range_t swig_types[40]
1836
 
#define SWIGTYPE_p_svn_mergeinfo_inheritance_t swig_types[41]
1837
 
#define SWIGTYPE_p_svn_node_kind_t swig_types[42]
1838
 
#define SWIGTYPE_p_svn_opt_revision_range_t swig_types[43]
1839
 
#define SWIGTYPE_p_svn_opt_revision_t swig_types[44]
1840
 
#define SWIGTYPE_p_svn_opt_revision_value_t swig_types[45]
1841
 
#define SWIGTYPE_p_svn_opt_subcommand_desc2_t swig_types[46]
1842
 
#define SWIGTYPE_p_svn_opt_subcommand_desc_t swig_types[47]
1843
 
#define SWIGTYPE_p_svn_patch_file_t swig_types[48]
1844
 
#define SWIGTYPE_p_svn_patch_t swig_types[49]
1845
 
#define SWIGTYPE_p_svn_prop_kind swig_types[50]
1846
 
#define SWIGTYPE_p_svn_prop_patch_t swig_types[51]
1847
 
#define SWIGTYPE_p_svn_stream_mark_t swig_types[52]
1848
 
#define SWIGTYPE_p_svn_stream_t swig_types[53]
1849
 
#define SWIGTYPE_p_svn_string_t swig_types[54]
1850
 
#define SWIGTYPE_p_svn_stringbuf_t swig_types[55]
1851
 
#define SWIGTYPE_p_svn_tristate_t swig_types[56]
1852
 
#define SWIGTYPE_p_svn_version_checklist_t swig_types[57]
1853
 
#define SWIGTYPE_p_svn_version_t swig_types[58]
1854
 
#define SWIGTYPE_p_unsigned_long swig_types[59]
1855
 
static swig_type_info *swig_types[61];
1856
 
static swig_module_info swig_module = {swig_types, 60, 0, 0, 0, 0};
 
1795
#define SWIGTYPE_p_apr_array_header_t swig_types[0]
 
1796
#define SWIGTYPE_p_apr_int32_t swig_types[1]
 
1797
#define SWIGTYPE_p_apr_int64_t swig_types[2]
 
1798
#define SWIGTYPE_p_char swig_types[3]
 
1799
#define SWIGTYPE_p_f_p_apr_getopt_t_p_void_p_apr_pool_t__p_svn_error_t swig_types[4]
 
1800
#define SWIGTYPE_p_int swig_types[5]
 
1801
#define SWIGTYPE_p_long swig_types[6]
 
1802
#define SWIGTYPE_p_svn_auth_baton_t swig_types[7]
 
1803
#define SWIGTYPE_p_svn_auth_cred_simple_t swig_types[8]
 
1804
#define SWIGTYPE_p_svn_auth_cred_ssl_client_cert_pw_t swig_types[9]
 
1805
#define SWIGTYPE_p_svn_auth_cred_ssl_client_cert_t swig_types[10]
 
1806
#define SWIGTYPE_p_svn_auth_cred_ssl_server_trust_t swig_types[11]
 
1807
#define SWIGTYPE_p_svn_auth_cred_username_t swig_types[12]
 
1808
#define SWIGTYPE_p_svn_auth_iterstate_t swig_types[13]
 
1809
#define SWIGTYPE_p_svn_auth_provider_object_t swig_types[14]
 
1810
#define SWIGTYPE_p_svn_auth_provider_t swig_types[15]
 
1811
#define SWIGTYPE_p_svn_auth_ssl_server_cert_info_t swig_types[16]
 
1812
#define SWIGTYPE_p_svn_checksum_ctx_t swig_types[17]
 
1813
#define SWIGTYPE_p_svn_checksum_kind_t swig_types[18]
 
1814
#define SWIGTYPE_p_svn_checksum_t swig_types[19]
 
1815
#define SWIGTYPE_p_svn_commit_info_t swig_types[20]
 
1816
#define SWIGTYPE_p_svn_config_t swig_types[21]
 
1817
#define SWIGTYPE_p_svn_depth_t swig_types[22]
 
1818
#define SWIGTYPE_p_svn_diff_conflict_display_style_t swig_types[23]
 
1819
#define SWIGTYPE_p_svn_diff_datasource_e swig_types[24]
 
1820
#define SWIGTYPE_p_svn_diff_file_ignore_space_t swig_types[25]
 
1821
#define SWIGTYPE_p_svn_diff_file_options_t swig_types[26]
 
1822
#define SWIGTYPE_p_svn_diff_fns2_t swig_types[27]
 
1823
#define SWIGTYPE_p_svn_diff_fns_t swig_types[28]
 
1824
#define SWIGTYPE_p_svn_diff_hunk_t swig_types[29]
 
1825
#define SWIGTYPE_p_svn_diff_operation_kind_e swig_types[30]
 
1826
#define SWIGTYPE_p_svn_diff_output_fns_t swig_types[31]
 
1827
#define SWIGTYPE_p_svn_diff_t swig_types[32]
 
1828
#define SWIGTYPE_p_svn_dirent_t swig_types[33]
 
1829
#define SWIGTYPE_p_svn_errno_t swig_types[34]
 
1830
#define SWIGTYPE_p_svn_error_t swig_types[35]
 
1831
#define SWIGTYPE_p_svn_io_dirent2_t swig_types[36]
 
1832
#define SWIGTYPE_p_svn_io_dirent_t swig_types[37]
 
1833
#define SWIGTYPE_p_svn_io_file_del_t swig_types[38]
 
1834
#define SWIGTYPE_p_svn_location_segment_t swig_types[39]
 
1835
#define SWIGTYPE_p_svn_lock_t swig_types[40]
 
1836
#define SWIGTYPE_p_svn_log_changed_path2_t swig_types[41]
 
1837
#define SWIGTYPE_p_svn_log_changed_path_t swig_types[42]
 
1838
#define SWIGTYPE_p_svn_log_entry_t swig_types[43]
 
1839
#define SWIGTYPE_p_svn_merge_range_t swig_types[44]
 
1840
#define SWIGTYPE_p_svn_mergeinfo_inheritance_t swig_types[45]
 
1841
#define SWIGTYPE_p_svn_node_kind_t swig_types[46]
 
1842
#define SWIGTYPE_p_svn_opt_revision_range_t swig_types[47]
 
1843
#define SWIGTYPE_p_svn_opt_revision_t swig_types[48]
 
1844
#define SWIGTYPE_p_svn_opt_revision_value_t swig_types[49]
 
1845
#define SWIGTYPE_p_svn_opt_subcommand_desc2_t swig_types[50]
 
1846
#define SWIGTYPE_p_svn_opt_subcommand_desc_t swig_types[51]
 
1847
#define SWIGTYPE_p_svn_patch_file_t swig_types[52]
 
1848
#define SWIGTYPE_p_svn_patch_t swig_types[53]
 
1849
#define SWIGTYPE_p_svn_prop_inherited_item_t swig_types[54]
 
1850
#define SWIGTYPE_p_svn_prop_kind swig_types[55]
 
1851
#define SWIGTYPE_p_svn_prop_patch_t swig_types[56]
 
1852
#define SWIGTYPE_p_svn_stream_mark_t swig_types[57]
 
1853
#define SWIGTYPE_p_svn_stream_t swig_types[58]
 
1854
#define SWIGTYPE_p_svn_string_t swig_types[59]
 
1855
#define SWIGTYPE_p_svn_stringbuf_t swig_types[60]
 
1856
#define SWIGTYPE_p_svn_tristate_t swig_types[61]
 
1857
#define SWIGTYPE_p_svn_version_checklist_t swig_types[62]
 
1858
#define SWIGTYPE_p_svn_version_ext_linked_lib_t swig_types[63]
 
1859
#define SWIGTYPE_p_svn_version_ext_loaded_lib_t swig_types[64]
 
1860
#define SWIGTYPE_p_svn_version_extended_t swig_types[65]
 
1861
#define SWIGTYPE_p_svn_version_t swig_types[66]
 
1862
#define SWIGTYPE_p_unsigned_long swig_types[67]
 
1863
static swig_type_info *swig_types[69];
 
1864
static swig_module_info swig_module = {swig_types, 68, 0, 0, 0, 0};
1857
1865
#define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1858
1866
#define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
1859
1867
 
1868
1876
#define SWIG_RUBY_THREAD_END_BLOCK
1869
1877
 
1870
1878
 
1871
 
#define SWIGVERSION 0x020004 
 
1879
#define SWIGVERSION 0x020009 
1872
1880
#define SWIG_VERSION SWIGVERSION
1873
1881
 
1874
1882
 
1919
1927
 
1920
1928
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
1921
1929
 
 
1930
static swig_type_info _swigt__p_apr_array_header_t = {"_p_apr_array_header_t", "apr_array_header_t *|svn_rangelist_t *", 0, 0, (void*)0, 0};
1922
1931
static swig_type_info _swigt__p_apr_int32_t = {"_p_apr_int32_t", "apr_int32_t *|time_t *", 0, 0, (void*)0, 0};
1923
1932
static swig_type_info _swigt__p_apr_int64_t = {"_p_apr_int64_t", "apr_int64_t *|svn_filesize_t *|apr_time_t *", 0, 0, (void*)0, 0};
1924
1933
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
1935
1944
static swig_type_info _swigt__p_svn_auth_provider_object_t = {"_p_svn_auth_provider_object_t", "struct svn_auth_provider_object_t *|svn_auth_provider_object_t *", 0, 0, (void*)0, 0};
1936
1945
static swig_type_info _swigt__p_svn_auth_provider_t = {"_p_svn_auth_provider_t", "struct svn_auth_provider_t *|svn_auth_provider_t *", 0, 0, (void*)0, 0};
1937
1946
static swig_type_info _swigt__p_svn_auth_ssl_server_cert_info_t = {"_p_svn_auth_ssl_server_cert_info_t", "struct svn_auth_ssl_server_cert_info_t *|svn_auth_ssl_server_cert_info_t *", 0, 0, (void*)0, 0};
 
1947
static swig_type_info _swigt__p_svn_checksum_ctx_t = {"_p_svn_checksum_ctx_t", "struct svn_checksum_ctx_t *|svn_checksum_ctx_t *", 0, 0, (void*)0, 0};
 
1948
static swig_type_info _swigt__p_svn_checksum_kind_t = {"_p_svn_checksum_kind_t", "enum svn_checksum_kind_t *|svn_checksum_kind_t *", 0, 0, (void*)0, 0};
 
1949
static swig_type_info _swigt__p_svn_checksum_t = {"_p_svn_checksum_t", "struct svn_checksum_t *|svn_checksum_t *", 0, 0, (void*)0, 0};
1938
1950
static swig_type_info _swigt__p_svn_commit_info_t = {"_p_svn_commit_info_t", "struct svn_commit_info_t *|svn_commit_info_t *", 0, 0, (void*)0, 0};
1939
1951
static swig_type_info _swigt__p_svn_config_t = {"_p_svn_config_t", "struct svn_config_t *|svn_config_t *", 0, 0, (void*)0, 0};
1940
1952
static swig_type_info _swigt__p_svn_depth_t = {"_p_svn_depth_t", "enum svn_depth_t *|svn_depth_t *", 0, 0, (void*)0, 0};
1969
1981
static swig_type_info _swigt__p_svn_opt_subcommand_desc_t = {"_p_svn_opt_subcommand_desc_t", "struct svn_opt_subcommand_desc_t *|svn_opt_subcommand_desc_t *", 0, 0, (void*)0, 0};
1970
1982
static swig_type_info _swigt__p_svn_patch_file_t = {"_p_svn_patch_file_t", "struct svn_patch_file_t *|svn_patch_file_t *", 0, 0, (void*)0, 0};
1971
1983
static swig_type_info _swigt__p_svn_patch_t = {"_p_svn_patch_t", "struct svn_patch_t *|svn_patch_t *", 0, 0, (void*)0, 0};
 
1984
static swig_type_info _swigt__p_svn_prop_inherited_item_t = {"_p_svn_prop_inherited_item_t", "struct svn_prop_inherited_item_t *|svn_prop_inherited_item_t *", 0, 0, (void*)0, 0};
1972
1985
static swig_type_info _swigt__p_svn_prop_kind = {"_p_svn_prop_kind", "svn_prop_kind_t *|enum svn_prop_kind *", 0, 0, (void*)0, 0};
1973
1986
static swig_type_info _swigt__p_svn_prop_patch_t = {"_p_svn_prop_patch_t", "struct svn_prop_patch_t *|svn_prop_patch_t *", 0, 0, (void*)0, 0};
1974
1987
static swig_type_info _swigt__p_svn_stream_mark_t = {"_p_svn_stream_mark_t", "struct svn_stream_mark_t *|svn_stream_mark_t *", 0, 0, (void*)0, 0};
1977
1990
static swig_type_info _swigt__p_svn_stringbuf_t = {"_p_svn_stringbuf_t", "struct svn_stringbuf_t *|svn_stringbuf_t *", 0, 0, (void*)0, 0};
1978
1991
static swig_type_info _swigt__p_svn_tristate_t = {"_p_svn_tristate_t", "enum svn_tristate_t *|svn_tristate_t *", 0, 0, (void*)0, 0};
1979
1992
static swig_type_info _swigt__p_svn_version_checklist_t = {"_p_svn_version_checklist_t", "struct svn_version_checklist_t *|svn_version_checklist_t *", 0, 0, (void*)0, 0};
 
1993
static swig_type_info _swigt__p_svn_version_ext_linked_lib_t = {"_p_svn_version_ext_linked_lib_t", "struct svn_version_ext_linked_lib_t *|svn_version_ext_linked_lib_t *", 0, 0, (void*)0, 0};
 
1994
static swig_type_info _swigt__p_svn_version_ext_loaded_lib_t = {"_p_svn_version_ext_loaded_lib_t", "struct svn_version_ext_loaded_lib_t *|svn_version_ext_loaded_lib_t *", 0, 0, (void*)0, 0};
 
1995
static swig_type_info _swigt__p_svn_version_extended_t = {"_p_svn_version_extended_t", "struct svn_version_extended_t *|svn_version_extended_t *", 0, 0, (void*)0, 0};
1980
1996
static swig_type_info _swigt__p_svn_version_t = {"_p_svn_version_t", "struct svn_version_t *|svn_version_t *", 0, 0, (void*)0, 0};
1981
1997
static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *|svn_linenum_t *", 0, 0, (void*)0, 0};
1982
1998
 
1983
1999
static swig_type_info *swig_type_initial[] = {
 
2000
  &_swigt__p_apr_array_header_t,
1984
2001
  &_swigt__p_apr_int32_t,
1985
2002
  &_swigt__p_apr_int64_t,
1986
2003
  &_swigt__p_char,
1997
2014
  &_swigt__p_svn_auth_provider_object_t,
1998
2015
  &_swigt__p_svn_auth_provider_t,
1999
2016
  &_swigt__p_svn_auth_ssl_server_cert_info_t,
 
2017
  &_swigt__p_svn_checksum_ctx_t,
 
2018
  &_swigt__p_svn_checksum_kind_t,
 
2019
  &_swigt__p_svn_checksum_t,
2000
2020
  &_swigt__p_svn_commit_info_t,
2001
2021
  &_swigt__p_svn_config_t,
2002
2022
  &_swigt__p_svn_depth_t,
2031
2051
  &_swigt__p_svn_opt_subcommand_desc_t,
2032
2052
  &_swigt__p_svn_patch_file_t,
2033
2053
  &_swigt__p_svn_patch_t,
 
2054
  &_swigt__p_svn_prop_inherited_item_t,
2034
2055
  &_swigt__p_svn_prop_kind,
2035
2056
  &_swigt__p_svn_prop_patch_t,
2036
2057
  &_swigt__p_svn_stream_mark_t,
2039
2060
  &_swigt__p_svn_stringbuf_t,
2040
2061
  &_swigt__p_svn_tristate_t,
2041
2062
  &_swigt__p_svn_version_checklist_t,
 
2063
  &_swigt__p_svn_version_ext_linked_lib_t,
 
2064
  &_swigt__p_svn_version_ext_loaded_lib_t,
 
2065
  &_swigt__p_svn_version_extended_t,
2042
2066
  &_swigt__p_svn_version_t,
2043
2067
  &_swigt__p_unsigned_long,
2044
2068
};
2045
2069
 
 
2070
static swig_cast_info _swigc__p_apr_array_header_t[] = {  {&_swigt__p_apr_array_header_t, 0, 0, 0},{0, 0, 0, 0}};
2046
2071
static swig_cast_info _swigc__p_apr_int32_t[] = {  {&_swigt__p_apr_int32_t, 0, 0, 0},{0, 0, 0, 0}};
2047
2072
static swig_cast_info _swigc__p_apr_int64_t[] = {  {&_swigt__p_apr_int64_t, 0, 0, 0},{0, 0, 0, 0}};
2048
2073
static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
2059
2084
static swig_cast_info _swigc__p_svn_auth_provider_object_t[] = {  {&_swigt__p_svn_auth_provider_object_t, 0, 0, 0},{0, 0, 0, 0}};
2060
2085
static swig_cast_info _swigc__p_svn_auth_provider_t[] = {  {&_swigt__p_svn_auth_provider_t, 0, 0, 0},{0, 0, 0, 0}};
2061
2086
static swig_cast_info _swigc__p_svn_auth_ssl_server_cert_info_t[] = {  {&_swigt__p_svn_auth_ssl_server_cert_info_t, 0, 0, 0},{0, 0, 0, 0}};
 
2087
static swig_cast_info _swigc__p_svn_checksum_ctx_t[] = {  {&_swigt__p_svn_checksum_ctx_t, 0, 0, 0},{0, 0, 0, 0}};
 
2088
static swig_cast_info _swigc__p_svn_checksum_kind_t[] = {  {&_swigt__p_svn_checksum_kind_t, 0, 0, 0},{0, 0, 0, 0}};
 
2089
static swig_cast_info _swigc__p_svn_checksum_t[] = {  {&_swigt__p_svn_checksum_t, 0, 0, 0},{0, 0, 0, 0}};
2062
2090
static swig_cast_info _swigc__p_svn_commit_info_t[] = {  {&_swigt__p_svn_commit_info_t, 0, 0, 0},{0, 0, 0, 0}};
2063
2091
static swig_cast_info _swigc__p_svn_config_t[] = {  {&_swigt__p_svn_config_t, 0, 0, 0},{0, 0, 0, 0}};
2064
2092
static swig_cast_info _swigc__p_svn_depth_t[] = {  {&_swigt__p_svn_depth_t, 0, 0, 0},{0, 0, 0, 0}};
2093
2121
static swig_cast_info _swigc__p_svn_opt_subcommand_desc_t[] = {  {&_swigt__p_svn_opt_subcommand_desc_t, 0, 0, 0},{0, 0, 0, 0}};
2094
2122
static swig_cast_info _swigc__p_svn_patch_file_t[] = {  {&_swigt__p_svn_patch_file_t, 0, 0, 0},{0, 0, 0, 0}};
2095
2123
static swig_cast_info _swigc__p_svn_patch_t[] = {  {&_swigt__p_svn_patch_t, 0, 0, 0},{0, 0, 0, 0}};
 
2124
static swig_cast_info _swigc__p_svn_prop_inherited_item_t[] = {  {&_swigt__p_svn_prop_inherited_item_t, 0, 0, 0},{0, 0, 0, 0}};
2096
2125
static swig_cast_info _swigc__p_svn_prop_kind[] = {  {&_swigt__p_svn_prop_kind, 0, 0, 0},{0, 0, 0, 0}};
2097
2126
static swig_cast_info _swigc__p_svn_prop_patch_t[] = {  {&_swigt__p_svn_prop_patch_t, 0, 0, 0},{0, 0, 0, 0}};
2098
2127
static swig_cast_info _swigc__p_svn_stream_mark_t[] = {  {&_swigt__p_svn_stream_mark_t, 0, 0, 0},{0, 0, 0, 0}};
2101
2130
static swig_cast_info _swigc__p_svn_stringbuf_t[] = {  {&_swigt__p_svn_stringbuf_t, 0, 0, 0},{0, 0, 0, 0}};
2102
2131
static swig_cast_info _swigc__p_svn_tristate_t[] = {  {&_swigt__p_svn_tristate_t, 0, 0, 0},{0, 0, 0, 0}};
2103
2132
static swig_cast_info _swigc__p_svn_version_checklist_t[] = {  {&_swigt__p_svn_version_checklist_t, 0, 0, 0},{0, 0, 0, 0}};
 
2133
static swig_cast_info _swigc__p_svn_version_ext_linked_lib_t[] = {  {&_swigt__p_svn_version_ext_linked_lib_t, 0, 0, 0},{0, 0, 0, 0}};
 
2134
static swig_cast_info _swigc__p_svn_version_ext_loaded_lib_t[] = {  {&_swigt__p_svn_version_ext_loaded_lib_t, 0, 0, 0},{0, 0, 0, 0}};
 
2135
static swig_cast_info _swigc__p_svn_version_extended_t[] = {  {&_swigt__p_svn_version_extended_t, 0, 0, 0},{0, 0, 0, 0}};
2104
2136
static swig_cast_info _swigc__p_svn_version_t[] = {  {&_swigt__p_svn_version_t, 0, 0, 0},{0, 0, 0, 0}};
2105
2137
static swig_cast_info _swigc__p_unsigned_long[] = {  {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}};
2106
2138
 
2107
2139
static swig_cast_info *swig_cast_initial[] = {
 
2140
  _swigc__p_apr_array_header_t,
2108
2141
  _swigc__p_apr_int32_t,
2109
2142
  _swigc__p_apr_int64_t,
2110
2143
  _swigc__p_char,
2121
2154
  _swigc__p_svn_auth_provider_object_t,
2122
2155
  _swigc__p_svn_auth_provider_t,
2123
2156
  _swigc__p_svn_auth_ssl_server_cert_info_t,
 
2157
  _swigc__p_svn_checksum_ctx_t,
 
2158
  _swigc__p_svn_checksum_kind_t,
 
2159
  _swigc__p_svn_checksum_t,
2124
2160
  _swigc__p_svn_commit_info_t,
2125
2161
  _swigc__p_svn_config_t,
2126
2162
  _swigc__p_svn_depth_t,
2155
2191
  _swigc__p_svn_opt_subcommand_desc_t,
2156
2192
  _swigc__p_svn_patch_file_t,
2157
2193
  _swigc__p_svn_patch_t,
 
2194
  _swigc__p_svn_prop_inherited_item_t,
2158
2195
  _swigc__p_svn_prop_kind,
2159
2196
  _swigc__p_svn_prop_patch_t,
2160
2197
  _swigc__p_svn_stream_mark_t,
2163
2200
  _swigc__p_svn_stringbuf_t,
2164
2201
  _swigc__p_svn_tristate_t,
2165
2202
  _swigc__p_svn_version_checklist_t,
 
2203
  _swigc__p_svn_version_ext_linked_lib_t,
 
2204
  _swigc__p_svn_version_ext_loaded_lib_t,
 
2205
  _swigc__p_svn_version_extended_t,
2166
2206
  _swigc__p_svn_version_t,
2167
2207
  _swigc__p_unsigned_long,
2168
2208
};
2229
2269
  swig_module_info *module_head, *iter;
2230
2270
  int found, init;
2231
2271
 
2232
 
  clientdata = clientdata;
2233
 
 
2234
2272
  /* check to see if the circular list has been setup, if not, set it up */
2235
2273
  if (swig_module.next==0) {
2236
2274
    /* Initialize the swig_module */