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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1685 struct getter_baton {
1692 * referenced by (getter_baton *) BATON.
1701 struct getter_baton *gb = baton;
1734 void *getter_baton,
1744 SVN_ERR(getter(&mime_type, NULL, getter_baton, pool));
1763 err = getter(NULL, translating_stream, getter_baton, pool);
1805 struct getter_baton gb;
2115 struct getter_baton gb;
2168 void *getter_baton,
2193 SVN_ERR(validate_eol_prop_against_file(path, getter, getter_baton,
1683 struct getter_baton { struct
1730 validate_eol_prop_against_file(const char *path, svn_wc_canonicalize_svn_prop_get_file_t getter, void *getter_baton, apr_pool_t *pool) argument
2159 svn_wc_canonicalize_svn_prop(const svn_string_t **propval_p, const char *propname, const svn_string_t *propval, const char *path, svn_node_kind_t kind, svn_boolean_t skip_some_checks, svn_wc_canonicalize_svn_prop_get_file_t getter, void *getter_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c70 struct getter_baton
83 struct getter_baton *gb = baton;
192 struct getter_baton gb;
68 struct getter_baton struct
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h6479 * @a getter_baton. The callback must set the MIME type and/or write the
6502 void *getter_baton,

Completed in 177 milliseconds