Home
last modified time | relevance | path

Searched refs:_PyAccu_Destroy (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Daccu.h30 PyAPI_FUNC(void) _PyAccu_Destroy(_PyAccu *acc);
/external/python/cpython3/Objects/
Daccu.c111 _PyAccu_Destroy(_PyAccu *acc) in _PyAccu_Destroy() function
/external/python/cpython3/Modules/_io/
Dstringio.c574 _PyAccu_Destroy(&self->accu); in _io_StringIO_close_impl()
604 _PyAccu_Destroy(&self->accu); in stringio_dealloc()
689 _PyAccu_Destroy(&self->accu); in _io_StringIO___init___impl()
/external/python/cpython3/Modules/
D_json.c1362 _PyAccu_Destroy(&acc); in encoder_call()