Home
last modified time | relevance | path

Searched refs:ob_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);
102 PyObject *ob_arg = NULL; in fcntl_ioctl() local
118 ob_arg = args[2]; 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.c109 arg as ob_arg: object(c_default='NULL') = 0
145 PyObject *ob_arg, int mutate_arg) in fcntl_ioctl_impl()
167 ob_arg ? ob_arg : Py_None) < 0) { in fcntl_ioctl_impl()
171 if (ob_arg != NULL) { in fcntl_ioctl_impl()
172 if (PyArg_Parse(ob_arg, "w*:ioctl", &pstr)) { in fcntl_ioctl_impl()
225 if (PyArg_Parse(ob_arg, "s*:ioctl", &pstr)) { in fcntl_ioctl_impl()
249 if (!PyArg_Parse(ob_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 3 milliseconds