Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdpgc.c37 static unsigned char *bigwritebuf=0; variable
438 if (buf + len + BUFFERPAD - bigwritebuf > bigwritebuflen) in createpgcgroup()
467 if (buf + len + BUFFERPAD - bigwritebuf > bigwritebuflen) in createpgcgroup()
506 if (bigwritebuf) in CreatePGC()
507 free(bigwritebuf); in CreatePGC()
508 bigwritebuf = malloc(bigwritebuflen); in CreatePGC()
511 buf = bigwritebuf; in CreatePGC()
H A Ddvdvob.c54 static unsigned char bigwritebuf[BIGWRITEBUFLEN]; variable
459 if (write(writefile, bigwritebuf, writebufpos) != writebufpos) in writeflush()
475 buf=bigwritebuf+writebufpos; in writegrabbuf()