Lines Matching defs:magic
63 uint8_t magic[20];
328 if (memcmp(header->magic, VOC_MAGIC, sizeof(header->magic)))
438 memcpy(&header.magic, cntr->magic, sizeof(cntr->magic));
440 (char *)&header + sizeof(cntr->magic),
441 sizeof(header) - sizeof(cntr->magic));
606 memcpy(header->magic, VOC_MAGIC, sizeof(header->magic));
817 .magic = VOC_MAGIC,