Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfileobject.h15 int (*f_close)(FILE *); member
/external/lua/src/
Dliolib.c209 static int f_close (lua_State *L) { in f_close() function
218 return f_close(L); in io_close()
720 {"close", f_close},
/external/python/cpython2/Doc/c-api/
Dfile.rst75 This prevents Python from calling f_close() on it from another thread.
/external/python/cpython2/Objects/
Dfileobject.c164 f->f_close = close; in fill_file_fields()
433 local_close = f->f_close; in close_the_file()