Home
last modified time | relevance | path

Searched refs:local_close (Results 1 – 2 of 2) 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()
/external/libiio/src/
Dlocal.c1007 static int local_close(const struct iio_device *dev) in local_close() function
1871 .close = local_close,