Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.h211 # define SIZEOF_SOCKET_T 8 macro
213 # define SIZEOF_SOCKET_T 4 macro
217 # define SIZEOF_SOCKET_T SIZEOF_INT
220 #if SIZEOF_SOCKET_T <= SIZEOF_LONG
Dsocketmodule.c5041 #if SIZEOF_SOCKET_T > SIZEOF_LONG
/third_party/selinux/libselinux/src/
Daudit2why.c2 #ifndef SIZEOF_SOCKET_T
3 #define SIZEOF_SOCKET_T SIZEOF_INT macro