Searched refs:dst_len (Results 1 – 1 of 1) sorted by relevance
174 size_t *dst_len, /* dest buffer data length */ in appenddata() argument185 need_alloc = src_len + *dst_len + 1; in appenddata()207 memcpy(*dst_buf + *dst_len, src_buf, src_len); in appenddata()208 *dst_len += src_len; in appenddata()209 *(*dst_buf + *dst_len) = '\0'; in appenddata()
Completed in 5 milliseconds