Searched refs:FileHandle (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/extensions/source/update/check/ |
| H A D | download.cxx | 57 oslFileHandle FileHandle; member 62 …OutData(osl::Condition& rCondition) : FileHandle(NULL), Offset(0), StopCondition(rCondition), curl… in OutData() 94 rc = osl_openFile(out.File.pData, &out.FileHandle, openFlags); in openFile() 143 if( NULL == out->FileHandle ) in write_function() 148 if( NULL != out->FileHandle ) in write_function() 149 osl_writeFile(out->FileHandle, ptr, size * nmemb, &nBytesWritten); in write_function() 295 if( NULL == out.FileHandle ) in curl_run() 388 …oslFileError rc = osl_openFile( aFile.pData, &out.FileHandle, osl_File_OpenFlag_Write | osl_File_O… in start() 389 osl_closeFile(out.FileHandle); in start() 390 out.FileHandle = NULL; in start() [all …]
|
| /trunk/main/store/source/ |
| H A D | lockbyte.cxx | 155 struct FileHandle struct 159 FileHandle() : m_handle(0) {} in FileHandle() argument 161 bool operator != (FileHandle const & rhs) in operator !=() argument 277 void operator()(FileHandle & rFile) const in operator ()() 322 explicit FileLockBytes (FileHandle & rFile); 337 FileLockBytes::FileLockBytes (FileHandle & rFile) in FileLockBytes() 344 FileHandle::closeFile (m_hFile); in ~FileLockBytes() 366 return FileHandle::errorFromNative(result); in initSize_Impl() 418 return FileHandle::errorFromNative(result); in readAt_Impl() 429 return FileHandle::errorFromNative(result); in writeAt_Impl() [all …]
|
| /trunk/main/store/workben/ |
| H A D | t_page.cxx | 931 struct FileHandle struct 935 FileHandle() : m_handle(0) {} in FileHandle() argument 939 bool operator != (FileHandle const & rhs) in operator !=() argument 964 void operator()(FileHandle & rFile) const in operator ()() argument 1420 ResourceHolder<FileHandle> xFile; 1571 ResourceHolder<FileHandle> h1; in main() 1575 ResourceHolder<FileHandle> h2 (h1); in main()
|
| /trunk/main/external/mingwheaders/ |
| H A D | mingw_headers.patch | 1045 __in HANDLE FileHandle,
|