Lines Matching refs:fdobj
4882 PyObject *fdobj = NULL; local
4896 &family, &type, &proto, &fdobj))
4899 if (fdobj != NULL && fdobj != Py_None) {
4902 if (PyBytes_Check(fdobj)) {
4904 if (PyBytes_GET_SIZE(fdobj) != sizeof(info)) {
4910 memcpy(&info, PyBytes_AS_STRING(fdobj), sizeof(info));
4926 fd = PyLong_AsSocket_t(fdobj);
5662 socket_close(PyObject *self, PyObject *fdobj) argument
5667 fd = PyLong_AsSocket_t(fdobj);
5691 socket_dup(PyObject *self, PyObject *fdobj) argument
5699 fd = PyLong_AsSocket_t(fdobj);