Searched refs:btn (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c156 diff_mem_baton_t *btn = baton; local
159 char *buf1 = btn->normalization_buf[0];
160 char *buf2 = btn->normalization_buf[1];
166 btn->normalization_options);
169 btn->normalization_options);
257 alloc_normalization_bufs(diff_mem_baton_t *btn, argument
267 apr_array_header_t *tokens = btn->sources[i].tokens;
277 btn->normalization_buf[0] = apr_palloc(pool, max_len);
278 btn->normalization_buf[1] = apr_palloc(pool, max_len);
385 output_unified_token_range(output_baton_t *btn, argument
810 make_trailing_context_printer(merge_output_baton_t *btn) argument
828 output_merge_token_range(apr_size_t *lines_printed_p, merge_output_baton_t *btn, int idx, apr_off_t first, apr_off_t length) argument
854 output_marker_eol(merge_output_baton_t *btn) argument
860 output_merge_marker(merge_output_baton_t *btn, int idx) argument
909 merge_output_baton_t *btn = baton; local
963 merge_output_baton_t *btn = baton; local
1064 merge_output_baton_t btn; local
[all...]
H A Ddiff_file.c2058 make_trailing_context_printer(svn_diff3__file_output_baton_t *btn)
2063 svn_pool_clear(btn->pool);
2065 tcp = apr_pcalloc(btn->pool, sizeof(*tcp));
2067 tcp->fob = btn;
2068 s = svn_stream_empty(btn->pool);
2071 btn->output_stream = s;
2127 output_marker_eol(svn_diff3__file_output_baton_t *btn)
2129 return svn_stream_puts(btn->output_stream, btn->marker_eol);
2199 output_conflict_with_context(svn_diff3__file_output_baton_t *btn,
2056 make_trailing_context_printer(svn_diff3__file_output_baton_t *btn) argument
2125 output_marker_eol(svn_diff3__file_output_baton_t *btn) argument
2197 output_conflict_with_context(svn_diff3__file_output_baton_t *btn, apr_off_t original_start, apr_off_t original_length, apr_off_t modified_start, apr_off_t modified_length, apr_off_t latest_start, apr_off_t latest_length) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c759 struct baton_apr *btn = baton;
765 err = svn_io_file_getc(buffer, btn->file, btn->pool);
777 err = svn_io_file_read_full2(btn->file, buffer, *len, len,
778 &eof, btn->pool);
786 struct baton_apr *btn = baton;
790 svn_io_file_seek(btn->file, APR_CUR, &offset, btn->pool));
796 struct baton_apr *btn = baton;
801 err = svn_io_file_putc(*data, btn
752 struct baton_apr *btn = baton; local
779 struct baton_apr *btn = baton; local
789 struct baton_apr *btn = baton; local
807 struct baton_apr *btn = baton; local
815 struct baton_apr *btn = baton; local
828 struct baton_apr *btn = baton; local
839 struct baton_apr *btn = baton; local
1002 struct zbaton *btn = baton; local
1058 struct zbaton *btn = baton; local
1105 struct zbaton *btn = baton; local
1194 struct checksum_stream_baton *btn = baton; local
1212 struct checksum_stream_baton *btn = baton; local
1224 struct checksum_stream_baton *btn = baton; local
1301 struct md5_stream_baton *btn = baton; local
1308 struct md5_stream_baton *btn = baton; local
1315 struct md5_stream_baton *btn = baton; local
1322 struct md5_stream_baton *btn = baton; local
1396 struct stringbuf_stream_baton *btn = baton; local
1408 struct stringbuf_stream_baton *btn = baton; local
1419 struct stringbuf_stream_baton *btn = baton; local
1428 struct stringbuf_stream_baton *btn; local
1442 struct stringbuf_stream_baton *btn = baton; local
1500 struct string_stream_baton *btn = baton; local
1512 struct string_stream_baton *btn; local
1526 struct string_stream_baton *btn = baton; local
1544 struct string_stream_baton *btn = baton; local
[all...]
H A Dsubst.c1839 struct special_stream_baton *btn = baton;
1841 if (btn->read_stream)
1843 return svn_stream_read(btn->read_stream, buffer, len);
1847 svn_dirent_local_style(btn->path, btn->pool));
1853 struct special_stream_baton *btn = baton;
1855 return svn_stream_write(btn->write_stream, buffer, len);
1862 struct special_stream_baton *btn = baton;
1864 if (btn->write_content->len)
1868 svn_stream_t *source = svn_stream_from_stringbuf(btn
1834 struct special_stream_baton *btn = baton; local
1848 struct special_stream_baton *btn = baton; local
1857 struct special_stream_baton *btn = baton; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1285 struct copy_committables_baton *btn = baton;
1295 btn->ctx->wc_ctx,
1304 btn->committables, NULL,
1310 btn->check_url_func,
1311 btn->check_url_baton,
1312 btn->ctx->cancel_func,
1313 btn->ctx->cancel_baton,
1314 btn->ctx->notify_func2,
1315 btn->ctx->notify_baton2,
1316 btn
1284 struct copy_committables_baton *btn = baton; local
1341 struct copy_committables_baton btn; local
[all...]
/freebsd-10.1-release/sys/contrib/dts/arm/
H A Dat91-foxg20.dts150 btn {
H A Danimeo_ip.dts160 btn {
161 label = "btn";
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c879 struct copying_stream_baton *btn = baton;
881 SVN_ERR(svn_stream_read(btn->source, buffer, len));
883 return svn_stream_write(btn->target, buffer, len);
890 struct copying_stream_baton *btn = baton;
892 SVN_ERR(svn_stream_close(btn->target));
893 return svn_stream_close(btn->source);
878 struct copying_stream_baton *btn = baton; local
889 struct copying_stream_baton *btn = baton; local
H A Ddeprecated.c2487 struct conflict_func_1to2_baton *btn = baton;
2491 return svn_error_trace(btn->inner_func(result, cd, btn->inner_baton,
2486 struct conflict_func_1to2_baton *btn = baton; local

Completed in 211 milliseconds