Searched refs:_tscmp (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | operator.c | 251 _tscmp(const unsigned char *a, const unsigned char *b, in _tscmp() function 312 rc = _tscmp((const unsigned char *)PyUnicode_AS_DATA(a), in compare_digest() 352 rc = _tscmp((const unsigned char*)view_a.buf, in compare_digest()
|
/external/python/cpython3/Modules/ |
D | _operator.c | 727 _tscmp(const unsigned char *a, const unsigned char *b, in _tscmp() function 824 rc = _tscmp(PyUnicode_DATA(a), in _operator__compare_digest_impl() 864 rc = _tscmp((const unsigned char*)view_a.buf, in _operator__compare_digest_impl()
|
D | _hashopenssl.c | 1838 _tscmp(const unsigned char *a, const unsigned char *b, in _tscmp() function 1899 rc = _tscmp(PyUnicode_DATA(a), in _hashlib_compare_digest_impl() 1939 rc = _tscmp((const unsigned char*)view_a.buf, in _hashlib_compare_digest_impl()
|