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