Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c85 datasource_get_next_token(apr_uint32_t *hash, in datasource_get_next_token() function
91 return fwb->vtable->datasource_get_next_token(hash, token, fwb->old_baton, in datasource_get_next_token()
133 (*diff_fns2)->datasource_get_next_token = datasource_get_next_token; in wrap_diff_fns()
H A Dtoken.c173 SVN_ERR(vtable->datasource_get_next_token(&hash, &token, in svn_diff__get_tokens()
H A Ddiff_memory.c123 datasource_get_next_token(apr_uint32_t *hash, void **token, void *baton, in datasource_get_next_token() function
203 datasource_get_next_token,
H A Ddiff_file.c855 datasource_get_next_token(apr_uint32_t *hash, void **token, void *baton, in datasource_get_next_token() function
1176 datasource_get_next_token,
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_diff.h127 svn_error_t *(*datasource_get_next_token)(apr_uint32_t *hash, void **token, member
164 svn_error_t *(*datasource_get_next_token)(apr_uint32_t *hash, void **token, member