Home
last modified time | relevance | path

Searched refs:mutate_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A Dfcntlmodule.c.h94 PyObject *ob_arg, int mutate_arg);
103 int mutate_arg = 1; in fcntl_ioctl() local
122 mutate_arg = PyObject_IsTrue(args[3]); in fcntl_ioctl()
123 if (mutate_arg < 0) { in fcntl_ioctl()
127 return_value = fcntl_ioctl_impl(module, fd, code, ob_arg, mutate_arg); in fcntl_ioctl()
/third_party/python/Modules/
H A Dfcntlmodule.c110 mutate_flag as mutate_arg: bool = True
145 PyObject *ob_arg, int mutate_arg) in fcntl_ioctl_impl()
177 if (mutate_arg) { in fcntl_ioctl_impl()
208 if (mutate_arg && (len <= IOCTL_BUFSZ)) { in fcntl_ioctl_impl()
216 if (mutate_arg) { in fcntl_ioctl_impl()
144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code, PyObject *ob_arg, int mutate_arg) fcntl_ioctl_impl() argument

Completed in 2 milliseconds