Searched refs:copy_buf (Results 1 – 1 of 1) sorted by relevance
931 …uint8_t *copy_buf = (uint8_t *)malloc(bufsize); // will hold a copy of the data for comparing afte… in test_pattern() local938 memcpy(copy_buf, buf, bufsize); // make a copy for later comparison in test_pattern()946 tag_pattern_read_verify(&t, copy_buf); in test_pattern()963 tag_pattern_read_verify(&t, copy_buf); in test_pattern()