Home | History | Annotate | Download | only in Modules

Lines Matching refs:sock_type

448    The sock_type variable contains pointers to various functions,

449 some of which call new_sockobject(), which uses sock_type, so
451 static PyTypeObject sock_type;
732 s->sock_type = type;
758 PyType_GenericNew(&sock_type, NULL, NULL);
1678 s->sock_type,
2161 s->sock_type,
3028 {"type", T_INT, offsetof(PySocketSockObject, sock_type), READONLY, "the socket type"},
3065 s->sock_type,
3126 static PyTypeObject sock_type = {
4451 &sock_type,
4482 Py_TYPE(&sock_type) = &PyType_Type;
4514 Py_INCREF((PyObject *)&sock_type);
4516 (PyObject *)&sock_type) != 0)
4518 Py_INCREF((PyObject *)&sock_type);
4520 (PyObject *)&sock_type) != 0)