Searched defs:fdobj (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 255 grpc_fd** fdobj) { in grpc_tcp_client_prepare_fd() 292 grpc_pollset_set* interested_parties, grpc_closure* closure, grpc_fd* fdobj, in grpc_tcp_client_create_from_prepared_fd() 347 grpc_fd* fdobj = nullptr; in tcp_connect() local
|
D | tcp_server_posix.cc | 229 grpc_fd* fdobj = grpc_fd_create(fd, name, true); in on_read() local
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 166 PyObject* fdobj = PyTuple_GET_ITEM(py_fds_to_keep, i); in make_inheritable() local
|
D | signalmodule.c | 543 PyObject *fdobj; in signal_set_wakeup_fd() local
|
D | socketmodule.c | 4882 PyObject *fdobj = NULL; local 5662 socket_close(PyObject *self, PyObject *fdobj) 5691 socket_dup(PyObject *self, PyObject *fdobj)
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 389 PyObject *fdobj; local
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 859 posix_fildes(PyObject *fdobj, int (*func)(int)) in posix_fildes() 1842 posix_fchdir(PyObject *self, PyObject *fdobj) in posix_fchdir() 2038 posix_fsync(PyObject *self, PyObject *fdobj) in posix_fsync() 2056 posix_fdatasync(PyObject *self, PyObject *fdobj) in posix_fdatasync()
|