Home
last modified time | relevance | path

Searched refs:f_setbuf (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h34 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h34 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h33 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h22 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c426 char *local_setbuf = f->f_setbuf; in close_the_file()
453 f->f_setbuf = NULL; in close_the_file()
458 f->f_setbuf = local_setbuf; in close_the_file()
527 PyMem_Free(file->f_setbuf); in PyFile_SetBufSize()
528 file->f_setbuf = NULL; in PyFile_SetBufSize()
530 file->f_setbuf = (char *)PyMem_Realloc(file->f_setbuf, in PyFile_SetBufSize()
534 setvbuf(file->f_fp, file->f_setbuf, type, bufsize); in PyFile_SetBufSize()
536 setbuf(file->f_fp, file->f_setbuf); in PyFile_SetBufSize()
620 PyMem_Free(f->f_setbuf); in file_dealloc()
659 PyMem_Free(f->f_setbuf); in file_close()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c426 char *local_setbuf = f->f_setbuf; in close_the_file()
453 f->f_setbuf = NULL; in close_the_file()
458 f->f_setbuf = local_setbuf; in close_the_file()
534 PyMem_Free(file->f_setbuf); in PyFile_SetBufSize()
535 file->f_setbuf = NULL; in PyFile_SetBufSize()
537 file->f_setbuf = (char *)PyMem_Realloc(file->f_setbuf, in PyFile_SetBufSize()
541 setvbuf(file->f_fp, file->f_setbuf, type, bufsize); in PyFile_SetBufSize()
543 setbuf(file->f_fp, file->f_setbuf); in PyFile_SetBufSize()
627 PyMem_Free(f->f_setbuf); in file_dealloc()
673 PyMem_Free(f->f_setbuf); in file_close()
[all …]