Home
last modified time | relevance | path

Searched refs:nativeType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dsocket.cxx85 static oslAddrFamily osl_AddrFamilyFromNative(DWORD nativeType) in osl_AddrFamilyFromNative() argument
90 if(FamilyMap[i] == nativeType) in osl_AddrFamilyFromNative()
133 static oslSocketType osl_SocketTypeFromNative(DWORD nativeType) in osl_SocketTypeFromNative() argument
138 if(TypeMap[i] == nativeType) in osl_SocketTypeFromNative()
265 static oslSocketError osl_SocketErrorFromNative(int nativeType) in osl_SocketErrorFromNative() argument
271 if(SocketError[i] == nativeType) in osl_SocketErrorFromNative()
/trunk/main/sal/osl/unx/
H A Dsocket.c111 static oslAddrFamily osl_AddrFamilyFromNative(sal_uInt32 nativeType) in osl_AddrFamilyFromNative() argument
117 if(FamilyMap[i] == nativeType) in osl_AddrFamilyFromNative()
179 static oslSocketType osl_SocketTypeFromNative(sal_uInt32 nativeType) in osl_SocketTypeFromNative() argument
185 if(TypeMap[i] == nativeType) in osl_SocketTypeFromNative()
402 static oslSocketError osl_SocketErrorFromNative(int nativeType) in osl_SocketErrorFromNative() argument
407 (SocketError[i].errcode != nativeType)) i++; in osl_SocketErrorFromNative()
H A Dpipe.c91 static oslPipeError osl_PipeErrorFromNative(int nativeType) in osl_PipeErrorFromNative() argument
96 (PipeError[i].errcode != nativeType)) i++; in osl_PipeErrorFromNative()
/trunk/main/sal/osl/os2/
H A Dsocket.c111 static oslAddrFamily osl_AddrFamilyFromNative(sal_uInt32 nativeType) in osl_AddrFamilyFromNative() argument
117 if(FamilyMap[i] == nativeType) in osl_AddrFamilyFromNative()
179 static oslSocketType osl_SocketTypeFromNative(sal_uInt32 nativeType) in osl_SocketTypeFromNative() argument
185 if(TypeMap[i] == nativeType) in osl_SocketTypeFromNative()
402 static oslSocketError osl_SocketErrorFromNative(int nativeType) in osl_SocketErrorFromNative() argument
407 (SocketError[i].errcode != nativeType)) i++; in osl_SocketErrorFromNative()

Completed in 44 milliseconds