Searched refs:_init_pos_args (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 4132 _init_pos_args(PyObject *self, PyTypeObject *type, in _init_pos_args() function 4141 index = _init_pos_args(self, type->tp_base, in _init_pos_args() 4197 Py_ssize_t res = _init_pos_args(self, Py_TYPE(self), in Struct_init()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 4240 _init_pos_args(PyObject *self, PyTypeObject *type, in _init_pos_args() function 4249 index = _init_pos_args(self, type->tp_base, in _init_pos_args() 4310 int res = _init_pos_args(self, Py_TYPE(self), in Struct_init()
|