Searched refs:lastPack (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp356 cdtext_pack_data *&lastPack, uint8 &id, uint8 &track, uint8 &state,
369 memcpy(buffer, lastPack->text + state, 12 - state);
384 if (position > 0 && lastPack != NULL) {
385 memcpy(buffer, &lastPack->text[12 - position], position);
413 lastPack = pack;
427 if (pack->track > lastPack->track + 1) {
430 if (lastPack->text[i] == '\0') {
431 state = i + (lastPack->double_byte ? 2 : 1);
597 cdtext_pack_data *lastPack = NULL; local
608 if (!parse_pack_data(pack, packLength, lastPack, i
355 parse_pack_data(cdtext_pack_data *&pack, uint32 &packLeft, cdtext_pack_data *&lastPack, uint8 &id, uint8 &track, uint8 &state, char *buffer, size_t &length) argument
[all...]

Completed in 32 milliseconds