Home
last modified time | relevance | path

Searched refs:svn_ra_get_location_segments (Results 1 – 25 of 44) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_ra/
H A Dra-test.c348 SVN_ERR(svn_ra_get_location_segments(session, path, peg_revision, in location_segments_test()
1188 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1194 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1202 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1210 SVN_ERR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1460 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A/iota", in errors_from_callbacks()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_ra/
H A Dra-test.c348 SVN_ERR(svn_ra_get_location_segments(session, path, peg_revision, in location_segments_test()
1188 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1194 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1202 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1210 SVN_ERR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1460 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A/iota", in errors_from_callbacks()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_ra/
H A Dra-test.c348 SVN_ERR(svn_ra_get_location_segments(session, path, peg_revision, in location_segments_test()
1188 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1194 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1202 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1210 SVN_ERR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1460 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A/iota", in errors_from_callbacks()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_ra/
H A Dra-test.c348 SVN_ERR(svn_ra_get_location_segments(session, path, peg_revision, in location_segments_test()
1188 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1194 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1202 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1210 SVN_ERR(svn_ra_get_location_segments(ra_session, "A", in ra_revision_errors()
1460 SVN_TEST_ASSERT_ERROR(svn_ra_get_location_segments(ra_session, "A/iota", in errors_from_callbacks()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlog.c155 err = svn_ra_get_location_segments(ra_session, "", at_loc->rev, at_loc->rev, in svn_client__get_copy_source()
H A Dra.c652 err = svn_ra_get_location_segments(ra_session, "", peg_revision, in svn_client__repos_location_segments()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlog.c155 err = svn_ra_get_location_segments(ra_session, "", at_loc->rev, at_loc->rev, in svn_client__get_copy_source()
H A Dra.c652 err = svn_ra_get_location_segments(ra_session, "", peg_revision, in svn_client__repos_location_segments()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dlog.c155 err = svn_ra_get_location_segments(ra_session, "", at_loc->rev, at_loc->rev, in svn_client__get_copy_source()
H A Dra.c652 err = svn_ra_get_location_segments(ra_session, "", peg_revision, in svn_client__repos_location_segments()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlog.c155 err = svn_ra_get_location_segments(ra_session, "", at_loc->rev, at_loc->rev, in svn_client__get_copy_source()
H A Dra.c652 err = svn_ra_get_location_segments(ra_session, "", peg_revision, in svn_client__repos_location_segments()
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_ra.h1843 svn_ra_get_location_segments(svn_ra_session_t *session,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_ra.h1843 svn_ra_get_location_segments(svn_ra_session_t *session,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/
H A Dsvn_ra.h1843 svn_ra_get_location_segments(svn_ra_session_t *session,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_ra.h1843 svn_ra_get_location_segments(svn_ra_session_t *session,
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dra.py901 def svn_ra_get_location_segments(*args) -> "svn_error_t *": function
903 return _ra.svn_ra_get_location_segments(*args)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dra.py901 def svn_ra_get_location_segments(*args) -> "svn_error_t *": function
903 return _ra.svn_ra_get_location_segments(*args)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/
H A Dra.py901 def svn_ra_get_location_segments(*args) -> "svn_error_t *": function
903 return _ra.svn_ra_get_location_segments(*args)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Dra.py901 def svn_ra_get_location_segments(*args) -> "svn_error_t *": function
903 return _ra.svn_ra_get_location_segments(*args)
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DRemoteSession.cpp1165 SVN_JNI_ERR(svn_ra_get_location_segments(m_session, path.c_str(), in getLocationSegments()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DRemoteSession.cpp1165 SVN_JNI_ERR(svn_ra_get_location_segments(m_session, path.c_str(), in getLocationSegments()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/native/
H A DRemoteSession.cpp1165 SVN_JNI_ERR(svn_ra_get_location_segments(m_session, path.c_str(), in getLocationSegments()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DRemoteSession.cpp1165 SVN_JNI_ERR(svn_ra_get_location_segments(m_session, path.c_str(), in getLocationSegments()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra/
H A Dra_loader.c1005 svn_ra_get_location_segments(svn_ra_session_t *session, in svn_ra_get_location_segments() function

12