Home
last modified time | relevance | path

Searched defs:argbuf (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dpystrhex.c7 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, in _Py_strhex_with_sep()
170 PyObject* _Py_strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_bytes_with_sep()
/third_party/curl/packages/OS400/
Dcurlcl.c60 size_t *argsize, char *argbuf) in parse_command_line()
/third_party/python/Modules/
Dbinascii.c882 const char* argbuf; in binascii_a2b_hex_impl() local
/third_party/python/Objects/
Dbytearrayobject.c2086 char* argbuf = PyByteArray_AS_STRING(self); in bytearray_hex_impl() local
Dbytesobject.c2482 const char *argbuf = PyBytes_AS_STRING(self); in bytes_hex_impl() local