| /aoo41x/main/sal/qa/rtl/random/ | 
| H A D | rtl_random.cxx | 131         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in addBytes_000()  local153             sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in addBytes_001()  local
 261         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in getBytes_000()  local
 282         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in getBytes_001()  local
 299         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen << 1 ];  in getBytes_002()  local
 320         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in getBytes_003()  local
 352         sal_uInt8   *pBuffer = new sal_uInt8[ nBufLen ];  in getBytes_003_1()  local
 
 | 
| /aoo41x/main/automation/source/simplecm/ | 
| H A D | tcpio.cxx | 30 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 D | packethandler.cxx | 67 #define READ_SOCKET( pBuffer, nLength )\  argument73 #define READ_SOCKET_LEN( pBuffer, nLength, nTotal )\  argument
 194 #define WRITE_SOCKET( pBuffer, nLength )\  argument
 
 | 
| /aoo41x/main/vos/source/ | 
| H A D | pipe.cxx | 232 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()
 
 | 
| /aoo41x/main/filter/source/placeware/ | 
| H A D | Base64Codec.cxx | 75 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
 
 | 
| /aoo41x/main/vcl/source/helper/ | 
| H A D | strhelper.cxx | 127     sal_Unicode* pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*( nLen + 1 ) );  in GetCommandLineToken()  local178     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
 
 | 
| /aoo41x/main/filter/source/xsltfilter/ | 
| H A D | XMLBase64Codec.cxx | 75 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
 
 | 
| /aoo41x/main/vcl/unx/generic/printergfx/ | 
| H A D | psputil.cxx | 40 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()
 
 | 
| /aoo41x/main/sal/inc/osl/ | 
| H A D | pipe.hxx | 184     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 D | socket.hxx | 340 		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()
 
 | 
| /aoo41x/main/codemaker/source/codemaker/ | 
| H A D | typemanager.cxx | 184 			sal_uInt8*	pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize);	  in getTypeReader()  local207 			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
 
 | 
| /aoo41x/main/ucb/source/ucp/file/ | 
| H A D | filrec.cxx | 172 ::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()
 
 | 
| /aoo41x/main/registry/source/ | 
| H A D | keyimpl.cxx | 240     sal_uInt8*      pBuffer;  in getValueInfo()  local307     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
 
 | 
| /aoo41x/main/sal/rtl/source/ | 
| H A D | random.c | 166 	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 D | cipher.c | 162 	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 …]
 
 | 
| /aoo41x/main/svtools/source/inc/ | 
| H A D | jpeg.hxx | 59 	void*				pBuffer;  member in JPEGReader92 	sal_uInt8*				pBuffer;  member in JPEGWriter
 
 | 
| /aoo41x/main/sal/osl/unx/ | 
| H A D | pipe.c | 471 					    void* pBuffer,  in osl_receivePipe()502 				       const void* pBuffer,  in osl_sendPipe()
 540 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n )  in osl_writePipe()
 567 sal_Int32 SAL_CALL osl_readPipe( oslPipe pPipe, void *pBuffer , sal_Int32 n )  in osl_readPipe()
 
 | 
| H A D | file.cxx | 217 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer)  in deallocate()339     void *       pBuffer,  in readAt()
 388     void const * pBuffer,  in writeAt()
 431     void *       pBuffer,  in readFileAt()
 502     void const * pBuffer,  in writeFileAt()
 689     const void *    pBuffer,  in writeSequence_Impl()
 1154     void *        pBuffer,  in osl_readFile()
 1183     const void *  pBuffer,  in osl_writeFile()
 1215 	void*         pBuffer,  in osl_readFileAt()
 1248 	const void*   pBuffer,  in osl_writeFileAt()
 
 | 
| /aoo41x/main/sal/osl/os2/ | 
| H A D | pipe.cxx | 388 					    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()
 
 | 
| /aoo41x/main/sal/workben/ | 
| H A D | t_readline.c | 56       sal_Sequence * pBuffer = 0;  in main()  local
 | 
| /aoo41x/main/vcl/unx/generic/dtrans/ | 
| H A D | bmp.cxx | 45 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
 
 | 
| /aoo41x/main/filter/source/msfilter/ | 
| H A D | mscodec.cxx | 388         sal_uInt8 pBuffer[16];  in VerifyKey()  local464     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
 
 | 
| /aoo41x/main/sal/osl/w32/ | 
| H A D | file.cxx | 201 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 D | pipe.c | 469 						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()
 
 | 
| /aoo41x/main/rdbmaker/source/codemaker/ | 
| H A D | typemanager.cxx | 171 			sal_uInt8*	pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize);	  in getTypeReader()  local198 				sal_uInt8*	pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize);	  in getTypeClass()  local
 
 |