Home
last modified time | relevance | path

Searched refs:CurlInputStream (Results 1 – 5 of 5) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx39 CurlInputStream::CurlInputStream( void ) in CurlInputStream() function in CurlInputStream
49 CurlInputStream::~CurlInputStream( void ) in ~CurlInputStream()
74 Any CurlInputStream::queryInterface( const Type &type ) in queryInterface()
87 sal_Int32 SAL_CALL CurlInputStream::readBytes( in readBytes()
116 sal_Int32 SAL_CALL CurlInputStream::readSomeBytes( in readSomeBytes()
131 void SAL_CALL CurlInputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
146 sal_Int32 SAL_CALL CurlInputStream::available( ) in available()
157 void SAL_CALL CurlInputStream::closeInput( void ) in closeInput()
167 void SAL_CALL CurlInputStream::seek( sal_Int64 location ) in seek()
184 sal_Int64 SAL_CALL CurlInputStream::getPosition() in getPosition()
[all …]
H A DCurlInputStream.hxx41 class CurlInputStream : public ::com::sun::star::io::XInputStream, class
52 CurlInputStream( void );
53 virtual ~CurlInputStream();
H A DCurlRequest.hxx90 …com::sun::star::uno::Reference < CurlInputStream > getResponseBody() { return responseBodyInputStr… in getResponseBody()
124 com::sun::star::uno::Reference < CurlInputStream > responseBodyInputStream;
H A DCurlRequest.cxx45 , responseBodyInputStream( new CurlInputStream() ) in CurlRequest()
344 responseBodyInputStream = new CurlInputStream(); in curlHeaderReceived()
/trunk/main/ucb/
H A DLibrary_ucpdav1.mk91 ucb/source/ucp/webdav/CurlInputStream \

Completed in 21 milliseconds