Lines Matching refs:METH_VARARGS

4985     {"getsockopt",        (PyCFunction)sock_getsockopt, METH_VARARGS,
4988 {"ioctl", (PyCFunction)sock_ioctl, METH_VARARGS,
4992 {"share", (PyCFunction)sock_share, METH_VARARGS,
4996 {"listen", (PyCFunction)sock_listen, METH_VARARGS,
4999 {"recv", (PyCFunction)sock_recv, METH_VARARGS,
5001 {"recv_into", _PyCFunction_CAST(sock_recv_into), METH_VARARGS | METH_KEYWORDS,
5004 {"recvfrom", (PyCFunction)sock_recvfrom, METH_VARARGS,
5006 {"recvfrom_into", _PyCFunction_CAST(sock_recvfrom_into), METH_VARARGS | METH_KEYWORDS,
5009 {"send", (PyCFunction)sock_send, METH_VARARGS,
5011 {"sendall", (PyCFunction)sock_sendall, METH_VARARGS,
5014 {"sendto", (PyCFunction)sock_sendto, METH_VARARGS,
5026 {"setsockopt", (PyCFunction)sock_setsockopt, METH_VARARGS,
5034 {"recvmsg", (PyCFunction)sock_recvmsg, METH_VARARGS,
5036 {"recvmsg_into", (PyCFunction)sock_recvmsg_into, METH_VARARGS,
5038 {"sendmsg", (PyCFunction)sock_sendmsg, METH_VARARGS,
5042 {"sendmsg_afalg", _PyCFunction_CAST(sock_sendmsg_afalg), METH_VARARGS | METH_KEYWORDS,
7023 METH_VARARGS, gethostbyname_doc},
7027 METH_VARARGS, ghbn_ex_doc},
7031 METH_VARARGS, gethostbyaddr_doc},
7039 METH_VARARGS, sethostname_doc},
7043 METH_VARARGS, getservbyname_doc},
7047 METH_VARARGS, getservbyport_doc},
7051 METH_VARARGS, getprotobyname_doc},
7061 METH_VARARGS, socketpair_doc},
7064 METH_VARARGS, ntohs_doc},
7068 METH_VARARGS, htons_doc},
7072 METH_VARARGS, inet_aton_doc},
7075 METH_VARARGS, inet_ntoa_doc},
7079 METH_VARARGS, inet_pton_doc},
7081 METH_VARARGS, inet_ntop_doc},
7085 METH_VARARGS | METH_KEYWORDS, getaddrinfo_doc},
7089 METH_VARARGS, getnameinfo_doc},
7099 METH_VARARGS, if_nametoindex_doc},
7105 METH_VARARGS, CMSG_LEN_doc},
7108 METH_VARARGS, CMSG_SPACE_doc},