Home
last modified time | relevance | path

Searched refs:SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Doptions.c213 SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE, in capabilities_headers_iterator_callback()
369 svn_hash_sets(session->capabilities, SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE, in options_response_handler()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_ra.h2175 #define SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE "get-file-revs-reversed" macro
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
Dra_loader.c1019 SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE, in svn_ra_get_file_revs2()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_local/
Dra_plugin.c1650 || strcmp(capability, SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE) == 0 in svn_ra_local__has_capability()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dclient.c2769 {SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE, in ra_svn_has_capability()