Home
last modified time | relevance | path

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

/dpdk/app/test-regex/
H A Dmain.c220 char *dest_buf; in clone_buf() local
221 dest_buf = in clone_buf()
223 if (!dest_buf) in clone_buf()
225 memcpy(dest_buf, data_buf, data_len + 1); in clone_buf()
226 *buf = dest_buf; in clone_buf()