Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c424 int (*local_close)(FILE *); in close_the_file() local
428 local_close = f->f_close; in close_the_file()
429 if (local_close != NULL && f->unlocked_count > 0) { in close_the_file()
449 if (local_close != NULL) { in close_the_file()
456 sts = (*local_close)(local_fp); in close_the_file()