Home
last modified time | relevance | path

Searched defs:pBuffer (Results 26 – 50 of 176) sorted by relevance

12345678

/trunk/main/vos/source/
H A Dsocket.cxx101 OSocketAddr::TResult OSocketAddr::getLocalHostname( rtl::OUString& pBuffer ) in getLocalHostname()
874 void* pBuffer, in getOption()
896 void* pBuffer, in setOption()
1401 sal_Int32 OStreamSocket::read(void* pBuffer, sal_uInt32 n) const in read()
1448 sal_Int32 OStreamSocket::write(const void* pBuffer, sal_uInt32 n) in write()
1501 sal_Int32 OStreamSocket::recv(void* pBuffer, in recv()
1524 sal_Int32 OStreamSocket::send(const void* pBuffer, in send()
1646 sal_Int32 ODatagramSocket::recvFrom(void* pBuffer, in recvFrom()
1698 const void* pBuffer, in sendTo()
/trunk/main/vcl/inc/vcl/
H A Dstrhelper.hxx69 inline int VCL_DLLPUBLIC getValueOfDouble( char* pBuffer, double f, int nPrecision = 0) in getValueOfDouble()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx212 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() local
257 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass() local
/trunk/main/store/source/
H A Dlockbyte.cxx87 storeError ILockBytes::readAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt()
109 storeError ILockBytes::writeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt()
413 storeError FileLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
424 storeError FileLockBytes::writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt_Impl()
637 storeError MappedLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
782 storeError MemoryLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl()
796 storeError MemoryLockBytes::writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nByt… in writeAt_Impl()
H A Dstorlckb.cxx145 void *pBuffer, in readAt()
240 const void *pBuffer, in writeAt()
/trunk/main/cpputools/source/sp2bv/
H A Dsp2bv.cxx81 rtl_uString* pBuffer = NULL; in main() local
/trunk/main/sal/osl/os2/
H A Dsocket.c1388 sal_Char *pBuffer, sal_uInt32 nBufLen) in osl_psz_getLocalHostname()
1662 sal_Char *pBuffer, sal_uInt32 BufferSize) in osl_psz_getHostnameOfSocketAddr()
1699 sal_Char *pBuffer, sal_uInt32 BufferSize) in osl_psz_getDottedInetAddrOfSocketAddr()
2306 void* pBuffer, in osl_receiveSocket()
2348 void* pBuffer, in osl_receiveFromSocket()
2395 const void* pBuffer, in osl_sendSocket()
2437 const void* pBuffer, in osl_sendToSocket()
2487 oslSocket pSocket, void *pBuffer, sal_Int32 n ) in osl_readSocket()
2522 oslSocket pSocket, const void *pBuffer, sal_Int32 n ) in osl_writeSocket()
2727 void* pBuffer, in osl_getSocketOption()
[all …]
/trunk/main/sal/rtl/source/
H A Duri.cxx95 inline void writeUnicode(rtl_uString ** pBuffer, sal_Int32 * pCapacity, in writeUnicode()
252 void writeUcs4(rtl_uString ** pBuffer, sal_Int32 * pCapacity, sal_uInt32 nUtf32) in writeUcs4()
269 void writeEscapeOctet(rtl_uString ** pBuffer, sal_Int32 * pCapacity, in writeEscapeOctet()
283 bool writeEscapeChar(rtl_uString ** pBuffer, sal_Int32 * pCapacity, in writeEscapeChar()
H A Ddigest.c192 rtlDigest Digest, sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_get()
372 sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_MD2()
465 rtlDigest Digest, sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_getMD2()
737 sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_MD5()
844 rtlDigest Digest, sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_getMD5()
876 rtlDigest Digest, sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_rawMD5()
1214 sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_SHA()
1321 rtlDigest Digest, sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_getSHA()
1402 sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_SHA1()
1640 sal_uInt8 *pBuffer, sal_uInt32 nBufLen) in rtl_digest_HMAC_MD5()
[all …]
/trunk/main/sal/osl/unx/
H A Dsocket.c1368 sal_Char *pBuffer, sal_uInt32 nBufLen) in osl_psz_getLocalHostname()
1641 sal_Char *pBuffer, sal_uInt32 BufferSize) in osl_psz_getHostnameOfSocketAddr()
1678 sal_Char *pBuffer, sal_uInt32 BufferSize) in osl_psz_getDottedInetAddrOfSocketAddr()
2268 void* pBuffer, in osl_receiveSocket()
2310 void* pBuffer, in osl_receiveFromSocket()
2357 const void* pBuffer, in osl_sendSocket()
2399 const void* pBuffer, in osl_sendToSocket()
2449 oslSocket pSocket, void *pBuffer, sal_Int32 n ) in osl_readSocket()
2484 oslSocket pSocket, const void *pBuffer, sal_Int32 n ) in osl_writeSocket()
2695 void* pBuffer, in osl_getSocketOption()
[all …]
H A Dprocess_impl.cxx349 rtl_String * pBuffer = NULL; in osl_setEnvironment() local
398 rtl_String * pBuffer = NULL; in osl_clearEnvironment() local
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx119 inline void SvDataPipe_Impl::setReadBuffer(sal_Int8 * pBuffer, in setReadBuffer()
159 ErrCode SvOutputStreamOpenLockBytes::WriteAt(sal_uLong nPos, void const * pBuffer, in WriteAt()
203 ErrCode SvOutputStreamOpenLockBytes::FillAppend(void const * pBuffer, in FillAppend()
881 sal_uInt32 SvDataPipe_Impl::write(sal_Int8 const * pBuffer, sal_uInt32 nSize) in write()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx449 sal_Char *pBuffer = cBuffer; in lcl_ConvertCharToHTML() local
463 sal_Char *pBuffer = cBuffer; in lcl_ConvertCharToHTML() local
478 sal_Char *pBuffer = cBuffer; in lcl_ConvertCharToHTML() local
508 sal_Char *pBuffer = cBuffer; in lcl_FlushToAscii() local
/trunk/main/vcl/source/gdi/
H A Dimpbmp.cxx123 void ImpBitmap::ImplReleaseBuffer( BitmapBuffer* pBuffer, sal_Bool bReadOnly ) in ImplReleaseBuffer()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx111 char* pBuffer = (char*)rtl_allocateMemory( nLen+1 ); in rsc_strdup() local
348 sal_uInt32 RscPtrPtr :: Append( void * pBuffer ){ in Append()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1467 void* pBuffer, in osl_receiveSocket()
1486 void* pBuffer, in osl_receiveFromSocket()
1514 const void* pBuffer, in osl_sendSocket()
1533 const void* pBuffer, in osl_sendToSocket()
1558 sal_Int32 SAL_CALL osl_readSocket( oslSocket pSocket, void *pBuffer, sal_Int32 n ) in osl_readSocket()
1592 sal_Int32 SAL_CALL osl_writeSocket( oslSocket pSocket, const void *pBuffer, sal_Int32 n ) in osl_writeSocket()
1728 void* pBuffer, in osl_getSocketOption()
1753 void* pBuffer, in osl_setSocketOption()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx79 const sal_Char *pBuffer) in parseDOS()
576 const sal_Char *pBuffer) in parseVMS()
866 const sal_Char *pBuffer) in parseUNIX()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx39 SurfaceProxy::SurfaceProxy( const canvas::IColorBufferSharedPtr& pBuffer, in SurfaceProxy()
/trunk/main/store/workben/
H A Dt_base.cxx228 sal_Unicode *pBuffer, sal_Size nBuffer) in __store_convertTextToUnicode()
357 sal_Char pBuffer[TEST_PAGESIZE]; in main() local
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx263 #define READ_SOCKET( pBuffer, nLength )\ argument
267 #define READ_SOCKET_LEN( pBuffer, nLength, nTotal )\ argument
275 void* pBuffer = NULL; in DoReceiveDataStream() local
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx315 sal_Char *pBuffer, sal_Size nBufferSize, rtl_TextEncoding nEncoding ) in ConvertStringUTF16()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx186 char* pBuffer = new char[ nSize ]; in grabFrame() local
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx216 const guchar* pBuffer = gdk_pixbuf_get_pixels( mpLastPixbuf ); in grabFrame() local
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx92 ErrCode XMXLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const in ReadAt()
/trunk/main/store/inc/store/
H A Dstore.hxx135 void * pBuffer, in readAt()
150 void const * pBuffer, in writeAt()

Completed in 126 milliseconds

12345678