Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c528 size_t nbytesread; in read_file() local
553 nbytesread = fread(self->buf, sizeof(char), n, self->fp); in read_file() local
556 if (nbytesread != (size_t)n) { in read_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c531 size_t nbytesread; in read_file() local
556 nbytesread = fread(self->buf, sizeof(char), n, self->fp); in read_file() local
559 if (nbytesread != (size_t)n) { in read_file()