Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c429 int (*local_close)(FILE *); in close_the_file() local
433 local_close = f->f_close; in close_the_file()
434 if (local_close != NULL && f->unlocked_count > 0) { in close_the_file()
454 if (local_close != NULL) { in close_the_file()
461 sts = (*local_close)(local_fp); in close_the_file()