HomeSort by relevance Sort by last modified time
    Searched refs:LPINT (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2spi.h 38 typedef SOCKET (WSPAPI *LPWSPACCEPT)(SOCKET s,struct sockaddr *addr,LPINT addrlen,LPCONDITIONPROC lpfnCondition,DWORD_PTR dwCallbackData,LPINT lpErrno);
39 typedef INT (WSPAPI *LPWSPADDRESSTOSTRING)(LPSOCKADDR lpsaAddress,DWORD dwAddressLength,LPWSAPROTOCOL_INFOW lpProtocolInfo,LPWSTR lpszAddressString,LPDWORD lpdwAddressStringLength,LPINT lpErrno);
40 typedef int (WSPAPI *LPWSPASYNCSELECT)(SOCKET s,HWND hWnd,unsigned int wMsg,__LONG32 lEvent,LPINT lpErrno);
41 typedef int (WSPAPI *LPWSPBIND)(SOCKET s,const struct sockaddr *name,int namelen,LPINT lpErrno);
42 typedef int (WSPAPI *LPWSPCANCELBLOCKINGCALL)(LPINT lpErrno);
43 typedef int (WSPAPI *LPWSPCLEANUP)(LPINT lpErrno);
44 typedef int (WSPAPI *LPWSPCLOSESOCKET)(SOCKET s,LPINT lpErrno);
45 typedef int (WSPAPI *LPWSPCONNECT)(SOCKET s,const struct sockaddr *name,int namelen,LPWSABUF lpCallerData,LPWSABUF lpCalleeData,LPQOS lpSQOS,LPQOS lpGQOS,LPINT lpErrno);
46 typedef int (WSPAPI *LPWSPDUPLICATESOCKET)(SOCKET s,DWORD dwProcessId,LPWSAPROTOCOL_INFOW lpProtocolInfo,LPINT lpErrno)
    [all...]
nspapi.h 319 LPINT lpiProtocols;
333 LPINT lpiProtocols;
356 INT WINAPI EnumProtocolsA(LPINT lpiProtocols,LPVOID lpProtocolBuffer,LPDWORD lpdwBufferLength);
357 INT WINAPI EnumProtocolsW(LPINT lpiProtocols,LPVOID lpProtocolBuffer,LPDWORD lpdwBufferLength);
358 INT WINAPI GetAddressByNameA(DWORD dwNameSpace,LPGUID lpServiceType,LPSTR lpServiceName,LPINT lpiProtocols,DWORD dwResolution,LPSERVICE_ASYNC_INFO lpServiceAsyncInfo,LPVOID lpCsaddrBuffer,LPDWORD lpdwBufferLength,LPSTR lpAliasBuffer,LPDWORD lpdwAliasBufferLength);
359 INT WINAPI GetAddressByNameW(DWORD dwNameSpace,LPGUID lpServiceType,LPWSTR lpServiceName,LPINT lpiProtocols,DWORD dwResolution,LPSERVICE_ASYNC_INFO lpServiceAsyncInfo,LPVOID lpCsaddrBuffer,LPDWORD lpdwBufferLength,LPWSTR lpAliasBuffer,LPDWORD lpdwAliasBufferLength);
mswsock.h 69 VOID WINAPI GetAcceptExSockaddrs(PVOID lpOutputBuffer,DWORD dwReceiveDataLength,DWORD dwLocalAddressLength,DWORD dwRemoteAddressLength,struct sockaddr **LocalSockaddr,LPINT LocalSockaddrLength,struct sockaddr **RemoteSockaddr,LPINT RemoteSockaddrLength);
80 typedef VOID (WINAPI *LPFN_GETACCEPTEXSOCKADDRS)(PVOID lpOutputBuffer,DWORD dwReceiveDataLength,DWORD dwLocalAddressLength,DWORD dwRemoteAddressLength,struct sockaddr **LocalSockaddr,LPINT LocalSockaddrLength,struct sockaddr **RemoteSockaddr,LPINT RemoteSockaddrLength);
winsock2.h 905 typedef SOCKET (WSAAPI *LPFN_WSAACCEPT)(SOCKET s,struct sockaddr *addr,LPINT addrlen,LPCONDITIONPROC lpfnCondition,DWORD_PTR dwCallbackData);
912 typedef int (WSAAPI *LPFN_WSAENUMPROTOCOLSA)(LPINT lpiProtocols,LPWSAPROTOCOL_INFOA lpProtocolBuffer,LPDWORD lpdwBufferLength);
913 typedef int (WSAAPI *LPFN_WSAENUMPROTOCOLSW)(LPINT lpiProtocols,LPWSAPROTOCOL_INFOW lpProtocolBuffer,LPDWORD lpdwBufferLength);
925 typedef int (WSAAPI *LPFN_WSARECVFROM)(SOCKET s,LPWSABUF lpBuffers,DWORD dwBufferCount,LPDWORD lpNumberOfBytesRecvd,LPDWORD lpFlags,struct sockaddr *lpFrom,LPINT lpFromlen,LPWSAOVERLAPPED lpOverlapped,LPWSAOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine);
936 typedef INT (WSAAPI *LPFN_WSASTRINGTOADDRESSA)(LPSTR AddressString,INT AddressFamily,LPWSAPROTOCOL_INFOA lpProtocolInfo,LPSOCKADDR lpAddress,LPINT lpAddressLength);
937 typedef INT (WSAAPI *LPFN_WSASTRINGTOADDRESSW)(LPWSTR AddressString,INT AddressFamily,LPWSAPROTOCOL_INFOW lpProtocolInfo,LPSOCKADDR lpAddress,LPINT lpAddressLength);
    [all...]
minwindef.h 147 typedef int *LPINT;
npapi.h 101 typedef DWORD (WINAPI *PF_NPGetDirectoryType)(LPWSTR lpName,LPINT lpType,WINBOOL bFlushCache);
104 DWORD WINAPI NPGetDirectoryType(LPWSTR lpName,LPINT lpType,WINBOOL bFlushCache);
winsock.h 342 VOID WINAPI GetAcceptExSockaddrs(PVOID lpOutputBuffer,DWORD dwReceiveDataLength,DWORD dwLocalAddressLength,DWORD dwRemoteAddressLength,struct sockaddr **LocalSockaddr,LPINT LocalSockaddrLength,struct sockaddr **RemoteSockaddr,LPINT RemoteSockaddrLength);
cmnquery.h 79 STDMETHOD(ReadInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPINT pValue) PURE;
wingdi.h     [all...]
penwin.h     [all...]
mlang.h     [all...]
winnls.h 943 WINBASEAPI int WINAPI FindNLSString (LCID Locale, DWORD dwFindNLSStringFlags, LPCWSTR lpStringSource, int cchSource, LPCWSTR lpStringValue, int cchValue, LPINT pcchFound);
    [all...]
commctrl.h     [all...]
ntgdi.h 294 W32KAPI WINBOOL WINAPI NtGdiExtTextOutW(HDC hdc,int x,int y,UINT flOpts,LPRECT prcl,LPWSTR pwsz,int cwc,LPINT pdx,DWORD dwCodePage);
    [all...]
winuser.h     [all...]
winbase.h     [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_parameters.py 88 LPINT = POINTER(c_int)
91 ## x = LPINT.from_param(p)
92 x = LPINT.from_param(pointer(c_int(42)))
94 self.assertEqual(LPINT(c_int(42)).contents.value, 42)
96 self.assertEqual(LPINT.from_param(None), None)
99 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
100 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
101 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
107 LPINT = POINTER(c_int)
109 LPINT.from_param(byref(c_int(42))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_parameters.py 92 LPINT = POINTER(c_int)
95 ## x = LPINT.from_param(p)
96 x = LPINT.from_param(pointer(c_int(42)))
98 self.assertEqual(LPINT(c_int(42)).contents.value, 42)
100 self.assertEqual(LPINT.from_param(None), None)
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
111 LPINT = POINTER(c_int)
113 LPINT.from_param(byref(c_int(42))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_parameters.py 92 LPINT = POINTER(c_int)
95 ## x = LPINT.from_param(p)
96 x = LPINT.from_param(pointer(c_int(42)))
98 self.assertEqual(LPINT(c_int(42)).contents.value, 42)
100 self.assertEqual(LPINT.from_param(None), None)
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
111 LPINT = POINTER(c_int)
113 LPINT.from_param(byref(c_int(42))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 92 LPINT = POINTER(c_int)
95 ## x = LPINT.from_param(p)
96 x = LPINT.from_param(pointer(c_int(42)))
98 self.assertEqual(LPINT(c_int(42)).contents.value, 42)
100 self.assertEqual(LPINT.from_param(None), None)
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
111 LPINT = POINTER(c_int)
113 LPINT.from_param(byref(c_int(42))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 92 LPINT = POINTER(c_int)
95 ## x = LPINT.from_param(p)
96 x = LPINT.from_param(pointer(c_int(42)))
98 self.assertEqual(LPINT(c_int(42)).contents.value, 42)
100 self.assertEqual(LPINT.from_param(None), None)
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
111 LPINT = POINTER(c_int)
113 LPINT.from_param(byref(c_int(42))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ws2san.h 100 OUT LPINT lpErrno);
106 OUT LPINT lpErrno);
116 OUT LPINT lpErrno);
123 OUT LPINT lpErrno);
138 OUT LPINT lpErrno);
153 OUT LPINT lpErrno);
160 OUT LPINT lpErrno);
179 OUT LPINT lpErrno);
186 OUT LPINT lpErrno);
197 OUT LPINT lpErrno)
    [all...]
  /external/libevent/
iocp-internal.h 60 typedef void (WINAPI *GetAcceptExSockaddrsPtr)(PVOID, DWORD, DWORD, DWORD, LPSOCKADDR *, LPINT, LPSOCKADDR *, LPINT);
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 73 typedef int *LPINT;

Completed in 963 milliseconds