Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyport.h47 #define Py_PROTO(x) x macro
49 #define Py_PROTO(x) () macro
52 #define Py_FPROTO(x) Py_PROTO(x)
/external/python/cpython2/Modules/
Dgetaddrinfo.c132 static int get_name Py_PROTO((const char *, struct gai_afd *,
135 static int get_addr Py_PROTO((const char *, int, struct addrinfo **,
137 static int str_isnumber Py_PROTO((const char *));
Daddrinfo.h173 extern void freehostent Py_PROTO((struct hostent *));
Dgetnameinfo.c85 int getnameinfo Py_PROTO((const struct sockaddr *, size_t, char *, size_t,
/external/python/cpython2/Misc/
DHISTORY8704 - Py_PROTO() macros that were removed in 2.0b1 have been restored for
9162 Py_PROTO() macro, which makes the header files a lot more readable.