Home
last modified time | relevance | path

Searched defs:pBuffer (Results 1 – 25 of 176) sorted by relevance

12345678

/trunk/main/automation/source/simplecm/
H A Dtcpio.cxx30 comm_USHORT TCPIO::TransferBytes( const void* pBuffer, comm_UINT32 nLen ) in TransferBytes()
46 comm_USHORT TCPIO::ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) in ReceiveBytes()
H A Dpackethandler.cxx67 #define READ_SOCKET( pBuffer, nLength )\ argument
73 #define READ_SOCKET_LEN( pBuffer, nLength, nTotal )\ argument
194 #define WRITE_SOCKET( pBuffer, nLength )\ argument
/trunk/main/sal/qa/rtl/random/
H A Drtl_random.cxx108 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
130 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
227 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
248 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
265 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen << 1 ]; in TEST_F() local
286 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
318 sal_uInt8 *pBuffer = new sal_uInt8[ nBufLen ]; in TEST_F() local
/trunk/main/vos/source/
H A Dpipe.cxx232 sal_Int32 OPipe::recv(void* pBuffer, sal_uInt32 BytesToRead) in recv()
246 sal_Int32 OPipe::send(const void* pBuffer, sal_uInt32 BytesToSend) in send()
345 sal_Int32 OStreamPipe::read(void* pBuffer, sal_uInt32 n) const in read()
376 sal_Int32 OStreamPipe::write(const void* pBuffer, sal_uInt32 n) in write()
/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx75 void ThreeByteToFourByte (const sal_uInt8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLe… in ThreeByteToFourByte()
132 const sal_Int8* pBuffer = aPass.getConstArray(); in encodeBase64() local
/trunk/main/vcl/source/helper/
H A Dstrhelper.cxx127 sal_Unicode* pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*( nLen + 1 ) ); in GetCommandLineToken() local
178 char* pBuffer = (char*)alloca( nLen + 1 ); in GetCommandLineToken() local
330 sal_Unicode *pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*(nLen + 1) ); in WhitespaceToSpace() local
387 char *pBuffer = (char*)alloca( nLen + 1 ); in WhitespaceToSpace() local
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx75 void ThreeByteToFourByte (const sal_uInt8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLe… in ThreeByteToFourByte()
135 const sal_Int8* pBuffer = aPass.getConstArray(); in encodeBase64() local
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx40 getHexValueOf (sal_Int32 nValue, sal_Char* pBuffer) in getHexValueOf()
53 getAlignedHexValueOf (sal_Int32 nValue, sal_Char* pBuffer) in getAlignedHexValueOf()
103 getValueOf (sal_Int32 nValue, sal_Char* pBuffer) in getValueOf()
233 sal_uChar *pBuffer, sal_Size nBufferSize, rtl_TextEncoding nEncoding) in Convert()
/trunk/main/sal/inc/osl/
H A Dpipe.hxx184 inline sal_Int32 SAL_CALL StreamPipe::read(void* pBuffer, sal_Int32 n) const in read()
190 inline sal_Int32 SAL_CALL StreamPipe::write(const void* pBuffer, sal_Int32 n) const in write() argument
196 inline sal_Int32 SAL_CALL StreamPipe::recv(void* pBuffer, sal_Int32 BytesToRead) const in recv()
202 inline sal_Int32 SAL_CALL StreamPipe::send(const void* pBuffer, sal_Int32 BytesToSend) const in send() argument
H A Dsocket.hxx340 void* pBuffer, in getOption()
349 void* pBuffer, in setOption()
432 inline sal_Int32 StreamSocket::read(void* pBuffer, sal_uInt32 n) in read()
438 inline sal_Int32 StreamSocket::write(const void* pBuffer, sal_uInt32 n) in write()
445 inline sal_Int32 StreamSocket::recv(void* pBuffer, in recv()
453 inline sal_Int32 StreamSocket::send(const void* pBuffer, in send()
531 inline sal_Int32 DatagramSocket::recvFrom(void* pBuffer, in recvFrom()
554 const void* pBuffer, in sendTo()
/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx184 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() local
207 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() local
236 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass() local
273 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass() local
/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx172 ::osl::FileBase::RC ReconnectingFile::read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& … in read()
180 ::osl::FileBase::RC ReconnectingFile::write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt… in write()
/trunk/main/registry/source/
H A Dkeyimpl.cxx240 sal_uInt8* pBuffer; in getValueInfo() local
307 sal_uInt8* pBuffer; in setValue() local
382 sal_uInt8* pBuffer; in setLongListValue() local
441 sal_uInt8* pBuffer; in setStringListValue() local
509 sal_uInt8* pBuffer; in setUnicodeListValue() local
577 sal_uInt8* pBuffer; in getValue() local
670 sal_uInt8* pBuffer; in getLongListValue() local
767 sal_uInt8* pBuffer; in getStringListValue() local
873 sal_uInt8* pBuffer; in getUnicodeListValue() local
/trunk/main/sal/rtl/source/
H A Drandom.c166 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_seedPool()
218 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_readPool()
310 const sal_uInt8 *pBuffer = (const sal_uInt8 *)Buffer; in rtl_random_addBytes() local
326 sal_uInt8 *pBuffer = (sal_uInt8 *)Buffer; in rtl_random_getBytes() local
H A Dcipher.c162 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encode()
179 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_decode()
732 sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_cipherBF_update()
787 sal_uInt8 *pBuffer, in __rtl_cipherBF_updateECB()
822 sal_uInt8 *pBuffer, in __rtl_cipherBF_updateCBC()
875 sal_uInt8 *pBuffer) in __rtl_cipherBF_updateCFB()
1071 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encodeBF()
1097 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_decodeBF()
1204 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipherARCFOUR_update_Impl()
1306 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encodeARCFOUR()
[all …]
/trunk/main/svtools/source/inc/
H A Djpeg.hxx59 void* pBuffer; member in JPEGReader
92 sal_uInt8* pBuffer; member in JPEGWriter
/trunk/main/sal/osl/unx/
H A Dpipe.c469 void* pBuffer, in osl_receivePipe()
500 const void* pBuffer, in osl_sendPipe()
538 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe()
565 sal_Int32 SAL_CALL osl_readPipe( oslPipe pPipe, void *pBuffer , sal_Int32 n ) in osl_readPipe()
H A Dfile.cxx215 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
337 void * pBuffer, in readAt()
386 void const * pBuffer, in writeAt()
429 void * pBuffer, in readFileAt()
500 void const * pBuffer, in writeFileAt()
687 const void * pBuffer, in writeSequence_Impl()
1152 void * pBuffer, in osl_readFile()
1181 const void * pBuffer, in osl_writeFile()
1213 void* pBuffer, in osl_readFileAt()
1246 const void* pBuffer, in osl_writeFileAt()
/trunk/main/sal/osl/os2/
H A Dpipe.cxx388 void* pBuffer, in osl_receivePipe()
416 const void* pBuffer, in osl_sendPipe()
469 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe()
496 sal_Int32 SAL_CALL osl_readPipe( oslPipe pPipe, void *pBuffer , sal_Int32 n ) in osl_readPipe()
/trunk/main/sal/workben/
H A Dt_readline.c56 sal_Sequence * pBuffer = NULL; in main() local
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx45 inline void writeLE( sal_uInt16 nNumber, sal_uInt8* pBuffer ) in writeLE()
51 inline void writeLE( sal_uInt32 nNumber, sal_uInt8* pBuffer ) in writeLE()
59 inline sal_uInt16 readLE16( const sal_uInt8* pBuffer ) in readLE16()
64 inline sal_uInt16 readLE32( const sal_uInt8* pBuffer ) in readLE32()
146 sal_uInt8* pBuffer = 0; in X11_getPaletteBmpFromImage() local
282 sal_uInt8* pBuffer = 0; in X11_getTCBmpFromImage() local
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx388 sal_uInt8 pBuffer[16]; in VerifyKey() local
464 sal_uInt8 *pBuffer, sal_Size nBufLen) in Encode()
476 sal_uInt8 *pBuffer, sal_Size nBufLen) in Decode()
504 sal_uInt8 pBuffer[64]; in GetDigestFromSalt() local
537 sal_uInt8 pBuffer[64]; in GetEncryptKey() local
/trunk/main/sal/osl/w32/
H A Dfile.cxx201 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
295 void * pBuffer, in readAt()
326 void const * pBuffer, in writeAt()
359 void * pBuffer, in readFileAt()
433 void const * pBuffer, in writeFileAt()
623 const void * pBuffer, in writeSequence_Impl()
911 void * pBuffer, in osl_readFile()
932 const void * pBuffer, in osl_writeFile()
955 void* pBuffer, in osl_readFileAt()
981 const void* pBuffer, in osl_writeFileAt()
H A Dpipe.c469 void* pBuffer, in osl_receivePipe()
523 const void* pBuffer, in osl_sendPipe()
562 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe()
589 sal_Int32 SAL_CALL osl_readPipe( oslPipe pPipe, void *pBuffer , sal_Int32 n ) in osl_readPipe()
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx171 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader() local
198 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass() local

Completed in 92 milliseconds

12345678