Lines Matching refs:fdobj
5092 PyObject *fdobj = NULL; local
5106 &family, &type, &proto, &fdobj))
5111 if (fdobj == NULL || fdobj == Py_None)
5120 if (fdobj != NULL && fdobj != Py_None) {
5123 if (PyBytes_Check(fdobj)) {
5125 if (PyBytes_GET_SIZE(fdobj) != sizeof(info)) {
5131 memcpy(&info, PyBytes_AS_STRING(fdobj), sizeof(info));
5154 fd = PyLong_AsSocket_t(fdobj);
5919 socket_close(PyObject *self, PyObject *fdobj) argument
5924 fd = PyLong_AsSocket_t(fdobj);
5948 socket_dup(PyObject *self, PyObject *fdobj) argument
5956 fd = PyLong_AsSocket_t(fdobj);