Home
last modified time | relevance | path

Searched refs:get_dir (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDra_loader.h130 svn_error_t *(*get_dir)(svn_ra_session_t *session, member
HDwrapper_template.h195 return VTBL.get_dir(session_baton, dirents, fetched_rev, props, in compat_get_dir()
HDdeprecated.c483 return session->vtable->get_dir(session, dirents, fetched_rev, props, in svn_ra_get_dir()
HDcompat.c900 err = session->vtable->get_dir(session, NULL, NULL, in svn_ra__get_inherited_props_walk()
HDra_loader.c638 return session->vtable->get_dir(session, dirents, fetched_rev, props, in svn_ra_get_dir2()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_ra.h2311 svn_error_t *(*get_dir)(void *session_baton, member
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c1640 static svn_error_t *get_dir(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in get_dir() function
3378 { "get-dir", get_dir },
/NextBSD/contrib/subversion/
HDCHANGES4994 reorganization, make RA->get_dir fetch props correctly over ra_dav