Home
last modified time | relevance | path

Searched refs:svn_wc_entries_read (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_wc/
H A Dentries-compat.c353 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_entries_alloc()
442 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_stubs()
448 SVN_ERR(svn_wc_entries_read(&entries, subdir_access, TRUE /* show_hidden */, in test_stubs()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_wc/
H A Dentries-compat.c353 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_entries_alloc()
442 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_stubs()
448 SVN_ERR(svn_wc_entries_read(&entries, subdir_access, TRUE /* show_hidden */, in test_stubs()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_wc/
H A Dentries-compat.c353 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_entries_alloc()
442 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_stubs()
448 SVN_ERR(svn_wc_entries_read(&entries, subdir_access, TRUE /* show_hidden */, in test_stubs()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_wc/
H A Dentries-compat.c353 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_entries_alloc()
442 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE /* show_hidden */, in test_stubs()
448 SVN_ERR(svn_wc_entries_read(&entries, subdir_access, TRUE /* show_hidden */, in test_stubs()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dentries-dump.c141 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE, pool)); in entries_dump()
155 SVN_ERR(svn_wc_entries_read(&entries, related, TRUE, pool)); in entries_dump()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dentries-dump.c141 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE, pool)); in entries_dump()
155 SVN_ERR(svn_wc_entries_read(&entries, related, TRUE, pool)); in entries_dump()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dentries-dump.c141 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE, pool)); in entries_dump()
155 SVN_ERR(svn_wc_entries_read(&entries, related, TRUE, pool)); in entries_dump()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dentries-dump.c141 SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE, pool)); in entries_dump()
155 SVN_ERR(svn_wc_entries_read(&entries, related, TRUE, pool)); in entries_dump()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.c1513 svn_wc_entries_read(apr_hash_t **entries, in svn_wc_entries_read() function
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.c1513 svn_wc_entries_read(apr_hash_t **entries, in svn_wc_entries_read() function
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.c1513 svn_wc_entries_read(apr_hash_t **entries, in svn_wc_entries_read() function
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.c1513 svn_wc_entries_read(apr_hash_t **entries, in svn_wc_entries_read() function
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dwc.py1694 def svn_wc_entries_read(*args) -> "apr_hash_t **": function
1696 return _wc.svn_wc_entries_read(*args)
H A Dsvn_wc.c14420 result = (svn_error_t *)svn_wc_entries_read(arg1,arg2,arg3,arg4); in _wrap_svn_wc_entries_read()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dwc.py1694 def svn_wc_entries_read(*args) -> "apr_hash_t **": function
1696 return _wc.svn_wc_entries_read(*args)
H A Dsvn_wc.c14420 result = (svn_error_t *)svn_wc_entries_read(arg1,arg2,arg3,arg4); in _wrap_svn_wc_entries_read()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/
H A Dwc.py1694 def svn_wc_entries_read(*args) -> "apr_hash_t **": function
1696 return _wc.svn_wc_entries_read(*args)
H A Dsvn_wc.c14420 result = (svn_error_t *)svn_wc_entries_read(arg1,arg2,arg3,arg4); in _wrap_svn_wc_entries_read()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dwc.py1694 def svn_wc_entries_read(*args) -> "apr_hash_t **": function
1696 return _wc.svn_wc_entries_read(*args)
H A Dsvn_wc.c14420 result = (svn_error_t *)svn_wc_entries_read(arg1,arg2,arg3,arg4); in _wrap_svn_wc_entries_read()
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_wc.h3214 svn_wc_entries_read(apr_hash_t **entries,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_wc.h3214 svn_wc_entries_read(apr_hash_t **entries,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/
H A Dsvn_wc.h3214 svn_wc_entries_read(apr_hash_t **entries,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_wc.h3214 svn_wc_entries_read(apr_hash_t **entries,
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/perl/native/
H A Dsvn_wc.c15109 result = (svn_error_t *)svn_wc_entries_read(arg1,arg2,arg3,arg4); in XS()

12