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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c59 typedef struct os2File os2File; /* The file structure */ typedef in typeref:struct:os2File
64 ** The os2File structure is subclass of sqlite3_file specific for the OS/2
67 struct os2File { struct
97 os2File *pFile = (os2File*)id;
130 os2File *pFile = (os2File*)id;
162 os2File *pFile = (os2File*)i
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22071 typedef struct os2File os2File; /* The file structure */ typedef in typeref:struct:os2File
22076 ** The os2File structure is subclass of sqlite3_file specific for the OS/2
22079 struct os2File { struct
22109 os2File *pFile = (os2File*)id;
22142 os2File *pFile = (os2File*)id;
22174 os2File *pFile = (os2File*)i
[all...]

Completed in 173 milliseconds