Searched refs:editor_pool (Results 1 – 1 of 1) sorted by relevance
1354 apr_pool_t *editor_pool = svn_pool_create(result_pool); in svn_client__get_diff_editor2() local1355 svn_delta_editor_t *tree_editor = svn_delta_default_editor(editor_pool); in svn_client__get_diff_editor2()1356 struct edit_baton *eb = apr_pcalloc(editor_pool, sizeof(*eb)); in svn_client__get_diff_editor2()1358 svn_delta_shim_callbacks_default(editor_pool); in svn_client__get_diff_editor2()1360 eb->pool = editor_pool; in svn_client__get_diff_editor2()