Searched refs:Py_PROTO (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
H A Daddrinfo.h173 extern void freehostent Py_PROTO((struct hostent *));
H A Dgetnameinfo.c85 int getnameinfo Py_PROTO((const struct sockaddr *, size_t, char *, size_t,
H A 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 *));
/external/python/cpython2/Include/
H A Dpyport.h47 #define Py_PROTO(x) x macro
49 #define Py_PROTO(x) () macro
52 #define Py_FPROTO(x) Py_PROTO(x)

Completed in 131 milliseconds