Searched refs:view_a (Results 1 – 2 of 2) sorted by relevance
319 Py_buffer view_a; in compare_digest() local330 if (PyObject_GetBuffer(a, &view_a, PyBUF_SIMPLE) == -1) { in compare_digest()333 if (view_a.ndim > 1) { in compare_digest()336 PyBuffer_Release(&view_a); in compare_digest()341 PyBuffer_Release(&view_a); in compare_digest()347 PyBuffer_Release(&view_a); in compare_digest()352 rc = _tscmp((const unsigned char*)view_a.buf, in compare_digest()354 view_a.len, in compare_digest()357 PyBuffer_Release(&view_a); in compare_digest()
829 Py_buffer view_a; in _operator__compare_digest_impl() local840 if (PyObject_GetBuffer(a, &view_a, PyBUF_SIMPLE) == -1) { in _operator__compare_digest_impl()843 if (view_a.ndim > 1) { in _operator__compare_digest_impl()846 PyBuffer_Release(&view_a); in _operator__compare_digest_impl()851 PyBuffer_Release(&view_a); in _operator__compare_digest_impl()857 PyBuffer_Release(&view_a); in _operator__compare_digest_impl()862 rc = _tscmp((const unsigned char*)view_a.buf, in _operator__compare_digest_impl()864 view_a.len, in _operator__compare_digest_impl()867 PyBuffer_Release(&view_a); in _operator__compare_digest_impl()