Searched refs:f_close (Results 1 – 4 of 4) sorted by relevance
15 int (*f_close)(FILE *); member
209 static int f_close (lua_State *L) { in f_close() function218 return f_close(L); in io_close()720 {"close", f_close},
75 This prevents Python from calling f_close() on it from another thread.
164 f->f_close = close; in fill_file_fields()433 local_close = f->f_close; in close_the_file()