Searched defs:os2File (Results 1 – 1 of 1) sorted by relevance
59 typedef struct os2File os2File; /* The file structure */ typedef67 struct os2File { struct68 const sqlite3_io_methods *pMethod; /* Always the first entry */69 HFILE h; /* Handle for accessing the file */70 int flags; /* Flags provided to os2Open() */71 int locktype; /* Type of lock currently held on this file */72 int szChunk; /* Chunk size configured by FCNTL_CHUNK_SIZE */73 char *zFullPathCp; /* Full path name of this file */97 os2File *pFile = (os2File*)id; in os2Close() argument