Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h27 int (*f_close)(FILE *); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h27 int (*f_close)(FILE *); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h26 int (*f_close)(FILE *); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h15 int (*f_close)(FILE *); member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c159 f->f_close = close; in fill_file_fields()
428 local_close = f->f_close; in close_the_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c159 f->f_close = close; in fill_file_fields()
428 local_close = f->f_close; in close_the_file()