Home
last modified time | relevance | path

Searched defs:os2File (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c59 typedef struct os2File os2File; /* The file structure */ typedef
67 struct os2File { struct
68 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