Searched defs:node_baton_t (Results 1 – 2 of 2) sorted by relevance
260 struct node_baton_t struct263 struct revision_baton_t *rb;266 svn_boolean_t do_skip;270 svn_boolean_t has_props;271 svn_boolean_t has_text;274 svn_boolean_t writing_begun;278 svn_filesize_t tcl;281 svn_repos__dumpfile_headers_t *headers;282 svn_stringbuf_t *props;285 svn_boolean_t has_prop_delta;[all …]
255 typedef struct node_baton_t { struct258 } node_baton_t; argument