Home
last modified time | relevance | path

Searched refs:BytesToRead (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/sal/osl/w32/
H A Dpipe.c470 sal_Int32 BytesToRead) in osl_receivePipe() argument
485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe()
492 nBytes = BytesToRead; in osl_receivePipe()
506 BOOL fSuccess = ReadSimplePipe( pPipe->m_File, pBuffer, BytesToRead, &nBytes, TRUE ); in osl_receivePipe()
593 sal_Int32 BytesToRead= n; in osl_readPipe() local
596 while (BytesToRead > 0) in osl_readPipe()
599 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe()
607 BytesToRead -= RetVal; in osl_readPipe()
H A Dsocket.cxx1468 sal_uInt32 BytesToRead, in osl_receiveSocket() argument
1476 BytesToRead, in osl_receiveSocket()
1566 sal_uInt32 BytesToRead= n; in osl_readSocket() local
1567 while (BytesToRead > 0) in osl_readSocket()
1572 BytesToRead, in osl_readSocket()
1581 BytesToRead -= RetVal; in osl_readSocket()
H A Dprocess.cxx515 sal_Int32 BytesToRead, in ReadPipe() argument
518 *nBytes = osl_receivePipe(hPipe, pBuffer, BytesToRead); in ReadPipe()
520 BytesToRead, *nBytes); in ReadPipe()
/aoo42x/main/vos/source/
H A Dpipe.cxx232 sal_Int32 OPipe::recv(void* pBuffer, sal_uInt32 BytesToRead) in recv() argument
237 BytesToRead); in recv()
351 sal_Int32 BytesToRead= n; in read() local
352 while (BytesToRead > 0) in read()
357 BytesToRead); in read()
365 BytesToRead -= RetVal; in read()
H A Dsocket.cxx1417 sal_uInt32 BytesToRead= n; in read() local
1418 while (BytesToRead > 0) in read()
1423 BytesToRead, in read()
1432 BytesToRead -= RetVal; in read()
1437 if ( BytesToRead > 0 && m_pRecvTimeout && ! isRecvReady(m_pRecvTimeout)) in read()
1502 sal_uInt32 BytesToRead, in recv() argument
1517 BytesToRead, in recv()
/aoo42x/main/sal/osl/os2/
H A Dpipe.cxx389 sal_Int32 BytesToRead) in osl_receivePipe() argument
398 pPipe->nLastError = DosRead( pPipe->hPipe, pBuffer, BytesToRead, &ulActual ); in osl_receivePipe()
500 sal_Int32 BytesToRead= n; in osl_readPipe() local
503 while (BytesToRead > 0) in osl_readPipe()
506 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe()
514 BytesToRead -= RetVal; in osl_readPipe()
H A Dsocket.c2307 sal_uInt32 BytesToRead, in osl_receiveSocket() argument
2325 BytesToRead, in osl_receiveSocket()
2491 sal_uInt32 BytesToRead= n; in osl_readSocket() local
2496 while (BytesToRead > 0) in osl_readSocket()
2501 BytesToRead, in osl_readSocket()
2510 BytesToRead -= RetVal; in osl_readSocket()
/aoo42x/main/sal/osl/unx/
H A Dpipe.c470 sal_Int32 BytesToRead) in osl_receivePipe() argument
485 BytesToRead, 0); in osl_receivePipe()
569 sal_Int32 BytesToRead= n; in osl_readPipe() local
572 while (BytesToRead > 0) in osl_readPipe()
575 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe()
583 BytesToRead -= RetVal; in osl_readPipe()
H A Dsocket.c2269 sal_uInt32 BytesToRead, in osl_receiveSocket() argument
2287 BytesToRead, in osl_receiveSocket()
2453 sal_uInt32 BytesToRead= n; in osl_readSocket() local
2458 while (BytesToRead > 0) in osl_readSocket()
2463 BytesToRead, in osl_readSocket()
2472 BytesToRead -= RetVal; in osl_readSocket()
/aoo42x/main/sal/inc/osl/
H A Dpipe.hxx196 inline sal_Int32 SAL_CALL StreamPipe::recv(void* pBuffer, sal_Int32 BytesToRead) const in recv()
198 return osl_receivePipe( m_handle, pBuffer , BytesToRead ); in recv()
H A Dsocket.hxx446 sal_uInt32 BytesToRead, in recv() argument
449 return osl_receiveSocket( m_handle, pBuffer,BytesToRead, Flag ); in recv()
H A Dpipe_decl.hxx199 inline sal_Int32 SAL_CALL recv(void* pBuffer, sal_Int32 BytesToRead) const;
H A Dsocket_decl.hxx560 sal_uInt32 BytesToRead,
H A Dsocket.h501 sal_uInt32 BytesToRead,
/aoo42x/main/vos/inc/vos/
H A Dpipe.hxx168 sal_Int32 SAL_CALL recv(void* pBuffer, sal_uInt32 BytesToRead);
H A Dsocket.hxx904 sal_uInt32 BytesToRead,

Completed in 81 milliseconds