Home
last modified time | relevance | path

Searched refs:SIZEOF_SOCKET_T (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.h166 # define SIZEOF_SOCKET_T 8 macro
168 # define SIZEOF_SOCKET_T 4 macro
172 # define SIZEOF_SOCKET_T SIZEOF_INT
175 #if SIZEOF_SOCKET_T <= SIZEOF_LONG
Dsocketmodule.c5002 #if SIZEOF_SOCKET_T > SIZEOF_LONG
/external/python/cpython2/Modules/
Dsocketmodule.h87 # define SIZEOF_SOCKET_T 8 macro
89 # define SIZEOF_SOCKET_T 4 macro
93 # define SIZEOF_SOCKET_T SIZEOF_INT
Dsocketmodule.c2218 #if SIZEOF_SOCKET_T <= SIZEOF_LONG
3159 #if SIZEOF_SOCKET_T > SIZEOF_LONG
/external/selinux/libselinux/src/
Daudit2why.c2 #ifndef SIZEOF_SOCKET_T
3 #define SIZEOF_SOCKET_T SIZEOF_INT macro