Home
last modified time | relevance | path

Searched refs:source_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c167 char *source_buf; member
201 SVN_ERR_ASSERT(!cb->source_buf); in compose_handler()
213 cb->source_buf = apr_palloc(cb->window_pool, source_len); in compose_handler()
215 cb->source_buf, &source_len); in compose_handler()
340 char *source_buf, *target_buf; in rep_undeltify_range() local
363 if (cb.source_buf) in rep_undeltify_range()
367 source_buf = cb.source_buf; in rep_undeltify_range()
372 source_buf = apr_palloc(cb.window_pool, source_len); in rep_undeltify_range()
375 source_buf, cb.window->sview_offset, &source_len, in rep_undeltify_range()
384 source_buf = NULL; /* Won't read anything from here. */ in rep_undeltify_range()
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dprint-pgm.c333 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; in pgm_print() local
346 addrtostr(bp, source_buf, sizeof(source_buf)); in pgm_print()
351 addrtostr6(bp, source_buf, sizeof(source_buf)); in pgm_print()
398 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq))); in pgm_print()