Searched refs:BufferLen (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sal/inc/osl/ |
H A D | socket.hxx | 341 sal_uInt32 BufferLen, in getOption() argument 344 return osl_getSocketOption( m_handle, Level, Option, pBuffer , BufferLen ); in getOption() 350 sal_uInt32 BufferLen, in setOption() argument 353 return osl_setSocketOption( m_handle, Level, Option , pBuffer, BufferLen ); in setOption()
|
H A D | socket_decl.hxx | 407 sal_uInt32 BufferLen, 453 sal_uInt32 BufferLen,
|
H A D | socket.h | 723 sal_uInt32 BufferLen); 749 sal_uInt32 BufferLen);
|
/trunk/main/vos/source/ |
H A D | socket.cxx | 875 sal_uInt32 BufferLen, in getOption() argument 886 BufferLen); in getOption() 897 sal_uInt32 BufferLen, in setOption() argument 908 BufferLen); in setOption()
|
/trunk/main/sal/osl/w32/ |
H A D | socket.cxx | 1729 sal_uInt32 BufferLen) in osl_getSocketOption() argument 1738 (int*)&BufferLen) == -1) in osl_getSocketOption() 1743 return (sal_Int32)BufferLen; in osl_getSocketOption() 1754 sal_uInt32 BufferLen) in osl_setSocketOption() argument 1763 BufferLen) == 0); in osl_setSocketOption()
|
/trunk/main/sal/osl/unx/ |
H A D | socket.c | 2696 sal_uInt32 BufferLen) in osl_getSocketOption() argument 2698 socklen_t nOptLen = (socklen_t) BufferLen; in osl_getSocketOption() 2718 return BufferLen; in osl_getSocketOption() 2728 sal_uInt32 BufferLen) in osl_setSocketOption() argument 2744 BufferLen); in osl_setSocketOption()
|
/trunk/main/sal/osl/os2/ |
H A D | socket.c | 2728 sal_uInt32 BufferLen) in osl_getSocketOption() argument 2742 (int*)PTR_SIZE_T(BufferLen)) == -1) in osl_getSocketOption() 2748 return BufferLen; in osl_getSocketOption() 2758 sal_uInt32 BufferLen) in osl_setSocketOption() argument 2774 BufferLen); in osl_setSocketOption()
|
/trunk/main/vos/inc/vos/ |
H A D | socket.hxx | 641 sal_uInt32 BufferLen, 686 sal_uInt32 BufferLen,
|
/trunk/main/avmedia/source/win/ |
H A D | interface.hxx | 90 long BufferLen) = 0;
|
Completed in 109 milliseconds