Home
last modified time | relevance | path

Searched refs:PTR_SIZE_T (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dsystem.h123 # define PTR_SIZE_T(s) ((size_t *)&(s)) macro
178 # define PTR_SIZE_T(s) ((size_t *)&(s)) macro
269 # define PTR_SIZE_T(s) ((size_t *)&(s)) macro
287 # define PTR_SIZE_T(s) ((int *)&(s)) macro
316 # define PTR_SIZE_T(s) ((int *)&(s)) macro
377 #ifndef PTR_SIZE_T
378 # define PTR_SIZE_T(s) (&(s)) macro
H A Dsocket.c1965 if (getsockname(pSocket->m_Socket, &Addr, PTR_SIZE_T(AddrLen)) == OSL_SOCKET_ERROR) in osl_getLocalAddrOfSocket()
1989 if(getpeername(pSocket->m_Socket, &Addr, (int*)PTR_SIZE_T(AddrLen)) == OSL_SOCKET_ERROR) in osl_getPeerAddrOfSocket()
2239 Connection = accept(pSocket->m_Socket, &Addr, (int*)PTR_SIZE_T(AddrLen)); in osl_acceptConnectionOnSocket()
2375 PTR_SIZE_T(AddrLen)); in osl_receiveFromSocket()
2742 (int*)PTR_SIZE_T(BufferLen)) == -1) in osl_getSocketOption()
2863 (int*)PTR_SIZE_T(TypeSize)) == -1) in osl_getSocketType()

Completed in 30 milliseconds