Home
last modified time | relevance | path

Searched refs:view_b (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_operator.c845 Py_buffer view_b; in _operator__compare_digest_impl() local
865 if (PyObject_GetBuffer(b, &view_b, PyBUF_SIMPLE) == -1) { in _operator__compare_digest_impl()
869 if (view_b.ndim > 1) { in _operator__compare_digest_impl()
873 PyBuffer_Release(&view_b); in _operator__compare_digest_impl()
878 (const unsigned char*)view_b.buf, in _operator__compare_digest_impl()
880 view_b.len); in _operator__compare_digest_impl()
883 PyBuffer_Release(&view_b); in _operator__compare_digest_impl()
D_hashopenssl.c1996 Py_buffer view_b; in _hashlib_compare_digest_impl() local
2016 if (PyObject_GetBuffer(b, &view_b, PyBUF_SIMPLE) == -1) { in _hashlib_compare_digest_impl()
2020 if (view_b.ndim > 1) { in _hashlib_compare_digest_impl()
2024 PyBuffer_Release(&view_b); in _hashlib_compare_digest_impl()
2029 (const unsigned char*)view_b.buf, in _hashlib_compare_digest_impl()
2031 view_b.len); in _hashlib_compare_digest_impl()
2034 PyBuffer_Release(&view_b); in _hashlib_compare_digest_impl()