Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.h157 # define SIZEOF_SOCKET_T 8 macro
159 # define SIZEOF_SOCKET_T 4 macro
163 # define SIZEOF_SOCKET_T SIZEOF_INT
166 #if SIZEOF_SOCKET_T <= SIZEOF_LONG
Dsocketmodule.c4831 #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