Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c15 #define WRITE_BUF_SIZE 256 macro
490 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c15 #define WRITE_BUF_SIZE 256 macro
493 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()