Lines Matching +defs:val +defs:obj
19 type_error(const char *msg, PyObject *obj) in type_error()
291 PyObject_CheckBuffer(PyObject *obj) in PyObject_CheckBuffer()
302 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer()
319 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer()
337 PyObject_AsCharBuffer(PyObject *obj, in PyObject_AsCharBuffer()
344 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer()
351 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer()
380 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) in PyObject_GetBuffer()
716 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, in PyBuffer_FillInfo()
757 PyObject *obj = view->obj; in PyBuffer_Release() local
770 PyObject_Format(PyObject *obj, PyObject *format_spec) in PyObject_Format()
1396 PyIndex_Check(PyObject *obj) in PyIndex_Check()
1668 double val = PyFloat_AS_DOUBLE(res); in PyNumber_Float() local
1678 double val = PyLong_AsDouble(res); in PyNumber_Float() local
2180 _PySequence_IterSearch(PyObject *seq, PyObject *obj, int operation) in _PySequence_IterSearch()
2837 PyIter_Check(PyObject *obj) in PyIter_Check()
2845 PyAIter_Check(PyObject *obj) in PyAIter_Check()