Home | History | Annotate | Download | only in Modules

Lines Matching defs:BUFFERSIZE

52 #define BUFFERSIZE 10240
79 unsigned char buffer[BUFFERSIZE];
626 if (len + PISIZE + self->index >= BUFFERSIZE) {
629 if (len + PISIZE + self->index >= BUFFERSIZE) {
648 if (len1 + len2 + PISIZE*2 + 1 + self->index >= BUFFERSIZE) {
664 if (len + PISIZE*2 + 1 + self->index >= BUFFERSIZE) {
681 if (len + PISIZE*3 + 1 + self->index >= BUFFERSIZE) {
697 if (2 + self->index >= BUFFERSIZE) {
710 if (2 + self->index >= BUFFERSIZE) {
723 if (MPISIZE + PISIZE*2 + self->index >= BUFFERSIZE) {
738 if (MPISIZE + self->index >= BUFFERSIZE) {
752 if (MPISIZE + self->index >= BUFFERSIZE) {
762 if (MPISIZE + PISIZE + self->index >= BUFFERSIZE) {