Home
last modified time | relevance | path

Searched refs:BufferLen (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sal/inc/osl/
H A Dsocket.hxx341 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 Dsocket_decl.hxx407 sal_uInt32 BufferLen,
453 sal_uInt32 BufferLen,
H A Dsocket.h723 sal_uInt32 BufferLen);
749 sal_uInt32 BufferLen);
/trunk/main/vos/source/
H A Dsocket.cxx875 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 Dsocket.cxx1729 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 Dsocket.c2696 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 Dsocket.c2728 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 Dsocket.hxx641 sal_uInt32 BufferLen,
686 sal_uInt32 BufferLen,
/trunk/main/avmedia/source/win/
H A Dinterface.hxx90 long BufferLen) = 0;

Completed in 91 milliseconds