Home
last modified time | relevance | path

Searched refs:small_buffer (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c664 char small_buffer[SMALLCHUNK]; in BZ2File_readlines() local
665 char *buffer = small_buffer; in BZ2File_readlines()
743 memcpy(buffer, small_buffer, nfilled); in BZ2File_readlines()
1028 char small_buffer[SMALLCHUNK]; in BZ2File_seek() local
1029 char *buffer = small_buffer; in BZ2File_seek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1667 char small_buffer[SMALLCHUNK]; in file_readlines() local
1668 char *buffer = small_buffer; in file_readlines()
1736 memcpy(buffer, small_buffer, nfilled); in file_readlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c1615 char small_buffer[SMALLCHUNK]; in file_readlines() local
1616 char *buffer = small_buffer; in file_readlines()
1676 memcpy(buffer, small_buffer, nfilled); in file_readlines()