Searched refs:WRITE_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
15 #define WRITE_BUF_SIZE 256 macro490 if (self->buf_size && n > WRITE_BUF_SIZE - self->buf_size) { in write_other()495 if (n > WRITE_BUF_SIZE) { in write_other()3091 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()
15 #define WRITE_BUF_SIZE 256 macro493 if (self->buf_size && (n + self->buf_size) > WRITE_BUF_SIZE) { in write_other()498 if (n > WRITE_BUF_SIZE) { in write_other()3059 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()