Searched defs:_PyBytesWriter (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Include/
H A Dbytesobject.h141 /* The _PyBytesWriter structure is big: it contains an embedded "stack buffer".
142 A _PyBytesWriter variable must be declared at the end of variables in a
165 } _PyBytesWriter; typedef in typeref:struct:__anon19784
171 PyAPI_FUNC(void) _PyBytesWriter_Init(_PyBytesWriter *writer);
176 PyAPI_FUNC(PyObject *) _PyBytesWriter_Finish(_PyBytesWriter *writer,
180 PyAPI_FUNC(void) _PyBytesWriter_Dealloc(_PyBytesWriter *writer);
185 PyAPI_FUNC(void*) _PyBytesWriter_Alloc(_PyBytesWriter *writer,
194 PyAPI_FUNC(void*) _PyBytesWriter_Prepare(_PyBytesWriter *writer,
209 PyAPI_FUNC(void*) _PyBytesWriter_Resize(_PyBytesWriter *writer,
215 PyAPI_FUNC(void*) _PyBytesWriter_WriteBytes(_PyBytesWriter *write
[all...]

Completed in 104 milliseconds