Searched defs:argbuf (Results 1 – 4 of 4) sorted by relevance
7 static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_impl()148 PyObject * _Py_strhex(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex()155 PyObject * _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex_bytes()162 PyObject * _Py_strhex_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, co… in _Py_strhex_with_sep()169 PyObject * _Py_strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* s… in _Py_strhex_bytes_with_sep()
1221 const char* argbuf; in binascii_a2b_hex_impl() local
2105 char* argbuf = PyByteArray_AS_STRING(self); in bytearray_hex_impl() local
2462 const char *argbuf = PyBytes_AS_STRING(self); in bytes_hex_impl() local