Searched refs:_PyLong_FormatBytesWriter (Results 1 – 4 of 4) sorted by relevance
184 PyAPI_FUNC(char*) _PyLong_FormatBytesWriter(
888 res = _PyLong_FormatBytesWriter(&writer, res, in _PyBytes_FormatEx()
894 res = _PyLong_FormatBytesWriter(&writer, res, in _PyBytes_FormatEx()
1966 _PyLong_FormatBytesWriter(_PyBytesWriter *writer, char *str, in _PyLong_FormatBytesWriter() function