Searched refs:dst_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cpystrn.c46 APR_DECLARE(char *) apr_cpystrn(char *dst, const char *src, apr_size_t dst_size) argument
51 if (dst_size == 0) {
56 end = dst + dst_size - 1;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c156 size_t dst_size; local
163 dst_size = evbuffer_get_length(dst->input);
164 if (dst_size < dst->wm_read.high) {
165 n = dst->wm_read.high - dst_size;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h137 __u16 dst_size; member in struct:rdma_ucm_resolve_addr
176 __u16 dst_size; member in struct:rdma_ucm_query_addr_resp
/freebsd-11-stable/contrib/apr/include/
H A Dapr_strings.h186 * Copy up to dst_size characters from src to dst; does not copy
191 * @param dst_size The space available in dst; dst always receives
193 * dst_size, the actual number of characters copied is
194 * dst_size - 1.
208 apr_size_t dst_size);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h146 __u16 dst_size; member in struct:ucma_abi_resolve_addr
191 __u16 dst_size; member in struct:ucma_abi_query_addr_resp
H A Dcma.c639 memcpy(&id->route.addr.dst_addr, &resp.dst_addr, resp.dst_size);
886 cmd.dst_size = dst_len;
/freebsd-11-stable/contrib/gcc/
H A Dsbitmap.c298 unsigned int i, dst_size = dst->size; local
305 gcc_assert (a->size >= dst_size);
314 if (dst != a && i != dst_size)
315 for (; i < dst_size; i++)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c713 !cmd.dst_size || (cmd.dst_size != rdma_addr_size_kss(&cmd.dst_addr)))
890 resp.dst_size = rdma_addr_size(addr);
891 memcpy(&resp.dst_addr, addr, resp.dst_size);
961 resp.dst_size = sizeof(*addr);
963 memcpy(addr, &ctx->cm_id->route.addr.dst_addr, resp.dst_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3590 const uint32_t dst_size = dst_name_to_die.GetSize(); local
3597 if (src_size != dst_size) {
3598 if (src_size != 0 && dst_size != 0) {
3603 dst_size);
3694 for (idx = 0; idx < dst_size; ++idx) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h63 u8 dst_size /* Destination protection data size */; member in struct:protection_info_ctx
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6742 SIZE_T dst_size = REAL(wcslen)(dst);
6744 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
6745 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
6754 SIZE_T dst_size = REAL(wcslen)(dst);
6757 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
6758 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,

Completed in 398 milliseconds