Lines Matching refs:os2File
21722 ** The os2File structure is subclass of sqlite3_file specific for the OS/2
21725 typedef struct os2File os2File;
21726 struct os2File {
21745 os2File *pFile;
21746 if( id && (pFile = (os2File*)id) != 0 ){
21775 os2File *pFile = (os2File*)id;
21807 os2File *pFile = (os2File*)id;
21832 os2File *pFile = (os2File*)id;
21852 os2File *pFile = (os2File*)id;
21880 rc = DosQueryFileInfo( ((os2File*)id)->h, FIL_STANDARD, &fsts3FileInfo, sizeof(FILESTATUS3) );
21892 static int getReadLock( os2File *pFile ){
21910 static int unlockReadLock( os2File *id ){
21958 os2File *pFile = (os2File*)id;
21965 ** os2File, do nothing. Don't use the end_lock: exit path, as
22090 os2File *pFile = (os2File*)id;
22136 os2File *pFile = (os2File*)id;
22193 *(int*)pArg = ((os2File*)id)->locktype;
22195 ((os2File*)id)->h, ((os2File*)id)->locktype ));
22425 os2File *pFile = (os2File*)id;
22764 sizeof(os2File), /* szOsFile */