Home
last modified time | relevance | path

Searched refs:_Py_strhex_bytes (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dpystrhex.h12 PyAPI_FUNC(PyObject*) _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen);
/external/python/cpython3/Python/
Dpystrhex.c58 PyAPI_FUNC(PyObject *) _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex_bytes() function
/external/python/cpython3/Modules/
Dbinascii.c1130 return _Py_strhex_bytes((const char *)data->buf, data->len); in binascii_b2a_hex_impl()
1145 return _Py_strhex_bytes((const char *)data->buf, data->len); in binascii_hexlify_impl()