Lines Matching defs:tocbuf
59 struct cd_toc_entry *tocbuf;
79 tocbuf = malloc(tocbufsize);
80 if (!tocbuf)
86 te.data = tocbuf;
108 tocbuf = malloc(2 * sizeof(struct cd_toc_entry));
109 if (!tocbuf)
116 tocbuf[0].addr.lba = 0;
117 tocbuf[0].control = 4;
118 tocbuf[1].addr.lba = st.st_size / 2048;
119 tocbuf[1].control = 0;
177 track = &tocbuf[i];
209 free(tocbuf);