Searched refs:get_schemes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h53 const char * const *(*get_schemes)(apr_pool_t *pool);
52 const char * const *(*get_schemes)(apr_pool_t *pool); member in struct:svn_ra__vtable_t
H A Dwrapper_template.h506 schemes = VTBL.get_schemes(pool);
H A Dra_loader.c460 if (! has_scheme_of(vtable->get_schemes(sesspool), repos_URL))
1446 for (schemes = vtable->get_schemes(iterpool); *schemes != NULL;

Completed in 120 milliseconds